summaryrefslogtreecommitdiff
path: root/landscape.c
AgeCommit message (Expand)Author
2005-02-18(svn r1888) The landscape template sprites are ordinary sprites, treating the...tron
2005-02-13(svn r1867) Include tables/sprites.h only in files which need ittron
2005-02-12(svn r1863) Give the effect vehicle type enums more descriptive names and use...tron
2005-02-10(svn r1854) Split GetSpritePtr() into GetSprite() for regular sprites (return...tron
2005-02-10(svn r1853) Move spritecache function declarations into a header of their own...tron
2005-02-07(svn r1839) Move GetTileSlope() and GetTileZ() into tile.[ch] and use more ex...tron
2005-02-04(svn r1782) Remove line which should've been removed in r1779 and caused map ...tron
2005-02-03(svn r1779) Make the map generation code slightly more readabletron
2005-02-03(svn r1777) Fix map generation for tropical and arctic landscape on larger/sm...tron
2005-01-31(svn r1751) - Feature: New PathFinder (NPF).matthijs
2005-01-30(svn r1726) Move an assert() because it could not catch all cases of incorrec...tron
2005-01-29(svn r1722) -Feature: Bigger maps - anyone?tron
2005-01-29(svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType...tron
2005-01-29(svn r1715) Move [GS]etMapExtraBits to tile.[ch]tron
2005-01-29(svn r1713) Split off several functions which query/set information about a s...tron
2005-01-28(svn r1706) Implement ScaleByMapSize() and ScaleByMapSize1D()tron
2005-01-27(svn r1697) Remove superflous special case for the VOID border tiles in FindL...tron
2005-01-26(svn r1686) Fix (Work around?) crash when generating tropical mapstron
2005-01-26(svn r1683) Fix placement of MP_VOID tiles. On square maps it accidently work...tron
2005-01-25(svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and ad...tron
2005-01-24(svn r1641) Remove a boundary check added in r1332 to work around a bug - the...tron
2005-01-22(svn r1596) Add some more staticstron
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-18(svn r1560) Introduce SetTileType() and SetTileHeight()tron
2005-01-16(svn r1545) Add TileHeight() which returns the height (not multiplied by 8)tron
2005-01-16(svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn ...tron
2005-01-09(svn r1451) Fix some of the signed/unsigned comparison warningstron
2005-01-07(svn r1415) Move TILE_FROM_XY and TILE_XY to map.h and push TILE_[XY] bits fr...tron
2005-01-07(svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the...tron
2005-01-07(svn r1413) Fixed a serious memory leak problem. The invisible tiles on the s...dominik
2005-01-06(svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDifftron
2005-01-04(svn r1375) -Fix: [1050990] Buying trains sometimes accounted for incorrectly...darkvater
2005-01-03(svn r1344) Use MapSize[XY]() (or MapSize()/MapMax[XY]() where appropriate) i...tron
2005-01-03(svn r1338) -Fix: fix signed/unsigned warnings introduced when ditching the m...darkvater
2005-01-03(svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TIL...tron
2005-01-03(svn r1332) -Fix: Desert-landscape does no longer crash (protected GetMapExtr...truelight
2005-01-01(svn r1321) -Fix: Revision 1302 partly solved the problem and created an other. truelight
2004-12-30(svn r1302) -Fix: [ 1091655 ] In some older maps somehow water is owned bytruelight
2004-12-28(svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and lo...truelight
2004-12-17(svn r1144) Don't rely on sizeof() to determine the map size, use MapSize() i...tron
2004-12-15(svn r1117) Move map arrays and some related macros into their own files map....tron
2004-11-21(svn r724) Remove restriction that a tile can only accept 3 cargo types.tron
2004-09-08(svn r184) -Fix: starting a new game in DesertLandscape crashed the gametruelight
2004-09-05(svn r160) -Codechange: made GetTileTrackStatus more readable (blathijs)truelight
2004-08-24(svn r132) -Fix: [1014278] TileAddWrap() gave wrong results. Fixed now.truelight
2004-08-14(svn r51) Yet another slope graphics fixdominik
2004-08-13(svn r40) Final slope graphics fixdominik
2004-08-13(svn r38) Preliminary slopes graphics fix. Neighboring tile check not done yetdominik
2004-08-09(svn r1) Import of revision 975 of old (crashed) SVNtruelight