summaryrefslogtreecommitdiff
path: root/src/landscape.cpp
AgeCommit message (Expand)Author
2022-01-16src/landscape.cpp: RunTileLoop() should only iterate over surface tilesErich Eckner
2022-01-16RandomTile() and RandomTileSeed() should use the TopTile() most of the time (...Erich Eckner
2022-01-16 src/landscape.cpp, src/tile_map.h: fix bug which makes assert failErich Eckner
2021-12-16Codechange: Don't use a global for the 'not enough cash' message.Michael Lutz
2021-12-16Codechange: Un-bitstuff landscape commands.Michael Lutz
2021-12-16Codechange: Template DoCommand to automagically reflect the parameters of the...Michael Lutz
2021-12-16Codechange: Move flags in CommandProc in front of the command arguments.Michael Lutz
2021-12-16Codechange: Let the compile generate the master command table out of template...Michael Lutz
2021-12-16Codechange: Move command arguments to the back of the DoCommand function call.Michael Lutz
2021-05-29Codechange: move from C-string to std::string for DoCommandrubidium42
2021-04-10Fix 70bc55cfd6e: snow line height was set while calculating desert line (#8989)Patric Stout
2021-03-26Change: rename setting "max_heightlevel" to "map_height_limit"Patric Stout
2021-03-26Feature: setting to indicate desert coverage for tropic climatePatric Stout
2021-03-26Feature: setting to indicate snow coverage for arctic climate (replaces snow ...Patric Stout
2021-03-10Add: make modal windows update more smoothPatric Stout
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-12-27Codechange: Convert some more FIO functions to take std::string.Michael Lutz
2020-12-27Codechange: Replace assert_compile macro with static_assertCharles Pigott
2020-12-15Fix: for original terrain generator, keep a single gap of water at the border...SamuXarick
2020-07-03Fix: Globally apply preprocessor directive coding styleTechGeekNZ
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-02-23Fix: Remove desert around lakes upon generationSamuXarick
2019-02-08Codechange: Make the style of MakeVoid calls uniform (#7192)Gabda
2019-01-31Codechange: [NPF] Add some consts.J0an Josep
2019-01-24Codechange: Unify tile height model in all functions (Patch by adf88, #6583)Johannes E. Krause
2019-01-24Fix: jumping effect when scrolling viewport over bottom edge of the map (Patc...Johannes E. Krause
2019-01-24Codechange: Add InverseRemapCoords2 function for remapping viewport coordinat...Johannes E. Krause
2018-07-19Feature: Framerate display window (#6822)Niels Martin Hansen
2018-06-27Codechange: Silence -Wclass-memaccess warnings with GCC8Charles Pigott
2016-09-04(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and Detaile...alberth
2016-09-04(svn r27635) -Codechange: Move FileType and FileToSaveLoad structure definiti...alberth
2014-10-13(svn r27009) -Add: extra level of general map heightness (ChillCore)rubidium
2014-09-21(svn r26883) -Change: make maximum desert height scale with the maximum confi...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-02-09(svn r26323) -Fix: update some constants related to map size.fonsinchen
2014-02-06(svn r26309) -Codechange: instead of memsetting a byte array with zero, use a...rubidium
2014-02-02(svn r26290) -Codechange: Use nicer orthogonal tile iterator constructor and ...fonsinchen
2013-10-12(svn r25849) -Codechange: Introduce IsTileFlat to not compute full slope info...zuu
2013-10-12(svn r25847) -Fix: Comment for GetFoundationSlope was wrong (cirdan, LordAro)zuu
2013-06-09(svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related...fonsinchen
2012-04-17(svn r24132) -Change [FS#4713]: Improve randomness of tile order in the tile ...michi_cc
2012-02-04(svn r23885) -Codechange: Use the GRF sprite loader for then mapgen sprites a...michi_cc
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-11-04(svn r23106) -Codechange: pass int* to GetTileSlope and friendsrubidium
2011-11-04(svn r23104) -Codechange: prepare the vehicle/sign z for some further changes...rubidium
2011-11-04(svn r23099) -Codechange: remove pointless multiplications by TILE_HEIGHT for...rubidium
2011-11-04(svn r23096) -Codechange: remove useless divisions and multiplications by TIL...rubidium
2011-11-04(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and us...rubidium