Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add the ability to clone an area with structures #12657

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified media/baseset/openttd.grf
Binary file not shown.
2 changes: 1 addition & 1 deletion media/baseset/openttd.grf.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4f03553f614a06d86dc06376db3353c7
24445cdf8f7f93cfe1fa864252bda7b7
Binary file added media/baseset/openttd/clone_area.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion media/baseset/openttd/openttdgui.nfo
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
//
-1 * 0 0C "OpenTTD GUI graphics"
-1 * 3 05 15 \b 191 // OPENTTD_SPRITE_COUNT
-1 * 3 05 15 \b 195 // OPENTTD_SPRITE_COUNT
-1 sprites/openttdgui.png 8bpp 66 8 64 31 -31 7 normal
-1 sprites/openttdgui.png 8bpp 146 8 64 31 -31 7 normal
-1 sprites/openttdgui.png 8bpp 226 8 64 31 -31 7 normal
Expand Down Expand Up @@ -196,3 +196,7 @@
-1 sprites/openttdgui.png 8bpp 567 440 12 10 0 0 normal
-1 sprites/openttdgui.png 8bpp 581 440 10 10 0 0 normal
-1 sprites/openttdgui.png 8bpp 593 440 10 10 0 0 normal
-1 sprites/clone_area.png 8bpp 3 9 20 20 0 0 normal
-1 sprites/clone_area.png 8bpp 35 9 20 20 0 0 normal
-1 sprites/clone_area.png 8bpp 67 9 32 32 0 0 normal
-1 sprites/clone_area.png 8bpp 115 9 32 32 0 0 normal
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ add_files(
clear_cmd.cpp
clear_func.h
clear_map.h
clone_area_cmd.cpp
clone_area_cmd.h
command.cpp
command_func.h
command_type.h
Expand Down
Loading
Loading