Jonathan G Rennison
|
3330e4cef8
|
Merge branch 'cargo_type_order' into jgrpp
# Conflicts:
# src/pathfinder/yapf/yapf_common.hpp
# src/saveload/extended_ver_sl.cpp
# src/saveload/order_sl.cpp
# src/saveload/station_sl.cpp
# src/track_func.h
|
2018-07-02 21:04:06 +01:00 |
|
Charles Pigott
|
5f86e1a390
|
Codechange: Silence -Wclass-memaccess warnings with GCC8
|
2018-06-27 22:54:46 +02:00 |
|
keldorkatarn
|
4955996b35
|
Remove costly recalculation of a date format we already have.
(cherry picked from commit 6aca18d18252f1c2f6d4a215999b7d7afb7df813)
See #36
|
2018-04-17 16:35:22 +01:00 |
|
Jonathan G Rennison
|
2e7380bc72
|
Add scope info logging to tile loop
|
2017-08-16 18:30:06 +01:00 |
|
Jonathan G Rennison
|
4db69283c1
|
Add setting to disable removing sea/rivers
|
2017-07-30 14:27:42 +01:00 |
|
Jonathan G Rennison
|
9d5f34fea6
|
Replace various uses of std::set/map with btree containers.
|
2017-02-08 00:18:09 +00:00 |
|
Jonathan G Rennison
|
072915f2c7
|
Merge branch 'custom_bridgeheads' into jgrpp
# Conflicts:
# docs/landscape_grid.html
# src/roadveh_cmd.cpp
# src/saveload/afterload.cpp
# src/saveload/extended_ver_sl.cpp
# src/saveload/extended_ver_sl.h
# src/settings_gui.cpp
# src/settings_type.h
# src/tunnelbridge_cmd.cpp
# src/tunnelbridge_map.h
|
2017-02-05 20:43:56 +00:00 |
|
Jonathan G Rennison
|
da177d063f
|
Custom bridge heads: Initial implementation
|
2017-02-05 20:43:19 +00:00 |
|
Jonathan G Rennison
|
95aad35774
|
Instead of list use deque in FlowRiver, vector in StationViewWindow.
|
2016-09-13 22:58:00 +01:00 |
|
Jonathan G Rennison
|
5e67582a64
|
Merge branch 'save_ext' into jgrpp
# Conflicts:
# config.lib
# src/saveload/extended_ver_sl.cpp
# src/saveload/saveload.cpp
|
2016-09-07 22:02:57 +01:00 |
|
alberth
|
597380e099
|
(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and DetailedFileType.
|
2016-09-04 12:57:43 +00:00 |
|
alberth
|
a959c0c965
|
(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and DetailedFileType.
|
2016-09-04 12:57:43 +00:00 |
|
alberth
|
9135f7130e
|
(svn r27635) -Codechange: Move FileType and FileToSaveLoad structure definitions.
|
2016-09-04 12:45:40 +00:00 |
|
alberth
|
a35e970ab0
|
(svn r27635) -Codechange: Move FileType and FileToSaveLoad structure definitions.
|
2016-09-04 12:45:40 +00:00 |
|
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
|
5934cc4995
|
Fix compile and landscape creation for large maps.
|
2015-09-11 22:39:40 +01:00 |
|
rubidium
|
0efe811f74
|
(svn r27009) -Add: extra level of general map heightness (ChillCore)
|
2014-10-13 14:22:48 +00:00 |
|
rubidium
|
8d90e86c2c
|
(svn r27009) -Add: extra level of general map heightness (ChillCore)
|
2014-10-13 14:22:48 +00:00 |
|
rubidium
|
0daf8085c0
|
(svn r26883) -Change: make maximum desert height scale with the maximum configured height
|
2014-09-21 11:53:06 +00:00 |
|
rubidium
|
cfe08b86c9
|
(svn r26883) -Change: make maximum desert height scale with the maximum configured height
|
2014-09-21 11:53:06 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
fonsinchen
|
193a20d260
|
(svn r26323) -Fix: update some constants related to map size.
|
2014-02-09 15:00:30 +00:00 |
|
fonsinchen
|
e4c7c8876b
|
(svn r26323) -Fix: update some constants related to map size.
|
2014-02-09 15:00:30 +00:00 |
|
rubidium
|
452056df8f
|
(svn r26309) -Codechange: instead of memsetting a byte array with zero, use a set for marking the flow area of a river
|
2014-02-06 20:51:01 +00:00 |
|
rubidium
|
f99d380583
|
(svn r26309) -Codechange: instead of memsetting a byte array with zero, use a set for marking the flow area of a river
|
2014-02-06 20:51:01 +00:00 |
|
fonsinchen
|
8726ade3fa
|
(svn r26290) -Codechange: Use nicer orthogonal tile iterator constructor and simplify calculation of explosion points when clearing.
|
2014-02-02 14:53:52 +00:00 |
|
fonsinchen
|
dda4ffab5e
|
(svn r26290) -Codechange: Use nicer orthogonal tile iterator constructor and simplify calculation of explosion points when clearing.
|
2014-02-02 14:53:52 +00:00 |
|
zuu
|
e124838db5
|
(svn r25849) -Codechange: Introduce IsTileFlat to not compute full slope information for situations when we only want to know if a tile is flat or not (cirdan, LordAro)
|
2013-10-12 22:07:58 +00:00 |
|
zuu
|
dfb5663313
|
(svn r25849) -Codechange: Introduce IsTileFlat to not compute full slope information for situations when we only want to know if a tile is flat or not (cirdan, LordAro)
|
2013-10-12 22:07:58 +00:00 |
|
zuu
|
026a83e4cf
|
(svn r25847) -Fix: Comment for GetFoundationSlope was wrong (cirdan, LordAro)
|
2013-10-12 22:01:21 +00:00 |
|
zuu
|
d908897918
|
(svn r25847) -Fix: Comment for GetFoundationSlope was wrong (cirdan, LordAro)
|
2013-10-12 22:01:21 +00:00 |
|
fonsinchen
|
97a9908b0e
|
(svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes
|
2013-06-09 12:58:37 +00:00 |
|
fonsinchen
|
c32eea02dd
|
(svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes
|
2013-06-09 12:58:37 +00:00 |
|
michi_cc
|
2eae02db59
|
(svn r24132) -Change [FS#4713]: Improve randomness of tile order in the tile loop. (monoid)
|
2012-04-17 19:43:43 +00:00 |
|
michi_cc
|
6f9668330e
|
(svn r24132) -Change [FS#4713]: Improve randomness of tile order in the tile loop. (monoid)
|
2012-04-17 19:43:43 +00:00 |
|
michi_cc
|
59d0702a6a
|
(svn r23885) -Codechange: Use the GRF sprite loader for then mapgen sprites as well.
|
2012-02-04 13:28:56 +00:00 |
|
michi_cc
|
02d07e68d8
|
(svn r23885) -Codechange: Use the GRF sprite loader for then mapgen sprites as well.
|
2012-02-04 13:28:56 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
70faeeaba9
|
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
|
2011-11-04 11:30:37 +00:00 |
|
rubidium
|
19eabdba2c
|
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
|
2011-11-04 11:30:37 +00:00 |
|
rubidium
|
1138abad35
|
(svn r23104) -Codechange: prepare the vehicle/sign z for some further changes to reduce casting
|
2011-11-04 11:09:06 +00:00 |
|
rubidium
|
f01b3e2721
|
(svn r23104) -Codechange: prepare the vehicle/sign z for some further changes to reduce casting
|
2011-11-04 11:09:06 +00:00 |
|
rubidium
|
db14361d28
|
(svn r23099) -Codechange: remove pointless multiplications by TILE_HEIGHT for the water/river code
|
2011-11-04 10:29:26 +00:00 |
|
rubidium
|
0b6dbaf664
|
(svn r23099) -Codechange: remove pointless multiplications by TILE_HEIGHT for the water/river code
|
2011-11-04 10:29:26 +00:00 |
|
rubidium
|
a70fdbcf2f
|
(svn r23096) -Codechange: remove useless divisions and multiplications by TILE_HEIGHT for the snow line code
|
2011-11-04 10:25:58 +00:00 |
|
rubidium
|
69162621d8
|
(svn r23096) -Codechange: remove useless divisions and multiplications by TILE_HEIGHT for the snow line code
|
2011-11-04 10:25:58 +00:00 |
|
rubidium
|
bcb93b3b75
|
(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and use it
|
2011-11-04 10:22:27 +00:00 |
|
rubidium
|
2ed0f93bfb
|
(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and use it
|
2011-11-04 10:22:27 +00:00 |
|