summaryrefslogtreecommitdiff
path: root/src/landscape.cpp
AgeCommit message (Expand)Author
2018-11-16 src/landscape.cpp, src/tile_map.h: fix bug which makes assert failErich Eckner
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
2011-02-07(svn r22018) -Cleanup: remove some (now) unneeded includes of functions.hrubidium
2011-01-10(svn r21767) -Fix [FS#4397]: don't limit tile clearing during bankruptcyrubidium
2011-01-04(svn r21728) -Fix/Feature [FS#4331]: (configurably) limit amount of tiles tha...rubidium
2011-01-04(svn r21714) -Codechange: unduplicate a bit of code pathrubidium
2010-12-13(svn r21500) -Feature [FS#730]: diagonal tile clearing and terraforming. Base...rubidium
2010-12-12(svn r21482) -Codechange: make landscape clearing make use of TILE_AREA_LOOP ...rubidium
2010-12-12(svn r21476) -Fix [FS#4299]: DC_FORCE_CLEAR_TILE should only add extra cost f...frosch
2010-11-21(svn r21288) -Codechange: Add helper function to find entries in _cleared_obj...frosch
2010-11-04(svn r21080) -Fix: Do not allow to use a custom water level with the original...terkhen
2010-10-30(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)alberth
2010-09-17(svn r20821) -Fix [FS#4129]: terraforming the land under objects could leave ...yexo
2010-09-05(svn r20748) -Fix: overbuilding an object tile with sea under it with a canal...yexo
2010-09-05(svn r20743) -Fix: Make testruns of clearing an object tile not influence rep...frosch
2010-09-03(svn r20731) -Fix (r20739): SmallVector did not have an assignment operator, ...yexo
2010-09-03(svn r20729) -Fix [FS#4107]: assert when overbuilding objectyexo
2010-08-28(svn r20669) -Codechange: trigger the whole object every 256 ticks instead of...rubidium
2010-08-28(svn r20662) -Codechange: implement object animationrubidium
2010-08-09(svn r20419) -Codechange: Rename dummy_land.cpp to void_cmd.cppfrosch
2010-08-08(svn r20411) -Codechange: rename unmovables as quite a lot of them are actual...rubidium