Jonathan G Rennison
|
1891e7dfc8
|
Bump max map size to 28 bits.
Prevent opening NewGRF debug window on tile indexes > 27 bits,
to avoid overflowing field.
|
2015-09-11 22:39:41 +01:00 |
|
Jonathan G Rennison
|
5d222e4d5e
|
Merge branch 'extra_large_maps' into extra_large_maps-sx
Conflicts:
src/genworld_gui.cpp
src/map_type.h
src/newgrf_debug_gui.cpp
|
2015-09-11 22:39:01 +01:00 |
|
patch-import
|
7d2b4bd3ea
|
Import extra large maps patch.
http://www.tt-forums.net/viewtopic.php?f=33&t=33137
|
2015-09-11 19:53:08 +01:00 |
|
frosch
|
a0c42f25a4
|
(svn r27132) -Codechange: Add an assertion about the size of the Tile struct to ensure alignment assumptions.
|
2015-02-01 12:25:51 +00:00 |
|
planetmaker
|
19bf264433
|
(svn r27126) -Fix [FS#6218] (r26873): Reduce memory footprint of map array by shuffling its variables
|
2015-01-26 10:27:51 +00:00 |
|
rubidium
|
988b387f14
|
(svn r27037) -Fix [FS#6150] (r26878): m6 was moved from Tile To TileExtended, but it wasn't properly removed from Tile (patch by Juanjo)
|
2014-10-23 17:13:44 +00:00 |
|
rubidium
|
f3b79480ed
|
(svn r26878) -Change: move m6 to TileExtended to keep Tile 8 bytes and thus better alignable
|
2014-09-21 11:23:33 +00:00 |
|
rubidium
|
173a234951
|
(svn r26876) -Codechange: move 'has bride above' data from m6 to type
|
2014-09-21 11:20:11 +00:00 |
|
rubidium
|
337af973b0
|
(svn r26873) -Change: split type_height into a type and height array (ic111)
|
2014-09-21 11:14:58 +00:00 |
|
fonsinchen
|
2835f076e6
|
(svn r26319) -Change: Allow map sizes up to 4096x4096.
|
2014-02-09 12:56:36 +00:00 |
|
alberth
|
19adc87262
|
(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from various sources (including Eagle_rainbow, MinchinWeb)
|
2012-12-01 13:12:39 +00:00 |
|
rubidium
|
4f6c97ed0b
|
(svn r21493) -Codechange: don't use the full 32 bits of the level land command to tell whether to raise, lower or keep the level of the first selected tile
|
2010-12-13 11:21:53 +00:00 |
|
rubidium
|
f09a74a996
|
(svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 09:44:44 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
smatz
|
d65963a48f
|
(svn r16603) -Codechange: enumify map size limits (based on a patch by Bilbo)
|
2009-06-20 11:25:39 +00:00 |
|
rubidium
|
f82aeb82c5
|
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
|
2007-12-26 11:45:43 +00:00 |
|