summaryrefslogtreecommitdiff
path: root/src/landscape.cpp
AgeCommit message (Expand)Author
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
2011-11-04(svn r23092) -Codechange: create a non-pixel version of some of the Get*Pixel...rubidium
2011-11-04(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...rubidium
2011-11-04(svn r23090) -Codechange: use map accessors instead of directly accessing the...rubidium
2011-11-03(svn r23084) -Codechange: get rid of a redundant variablerubidium
2011-08-21(svn r22808) -Change [FS#4740]: make it less likely that a one tile wide lake...rubidium
2011-08-20(svn r22773) -Add: Some grass around rivers in desert areas.michi_cc
2011-08-20(svn r22768) -Add: progress bar updates for river buildingrubidium
2011-08-20(svn r22767) -Add: river generationrubidium
2011-07-17(svn r22670) -Change: Do not spawn explosion effects when bulldozing in pause...frosch