summaryrefslogtreecommitdiff
path: root/landscape.c
AgeCommit message (Expand)Author
2006-02-24(svn r3667) Fix the cause of an assertion I triggered in r3665tron
2006-02-24(svn r3665) Add a function to turn a tile into a clear tiletron
2006-02-24(svn r3664) Add a function to turn a tile into a void tiletron
2006-02-13(svn r3597) Miscellaneous (I like that word) changes: Fix some indentation, a...tron
2006-02-01(svn r3514) -Codechange: Replace direct fiddling of bits for the ground type ...tron
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-02-01(svn r3510) Fiddle with whitespace and parenthesestron
2006-01-30(svn r3490) -Fix: A bunch (10) of off-by-one errors when checking if a TileIn...tron
2005-11-14(svn r3181) -Bracingtron
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
2005-10-19(svn r3064) Replace some numbers by sprite namestron
2005-10-07(svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte...tron
2005-08-23(svn r2886) Rename the "owner" attribute to "m1", because when it stores an o...tron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-21(svn r2664) Remove depedency on player.h from variables.htron
2005-07-21(svn r2660) Get rid of some more shifting/anding/castingtron
2005-07-20(svn r2650) Convert many explicit shifts+ands to extract bits to invocations ...tron
2005-07-14(svn r2564) Fix: Fixed conceptual issue in network_gui.c. AllocateName is not...ludde
2005-07-13(svn r2560) Fix: various minor code changes.ludde
2005-07-13(svn r2558) Change the internal map format from 7 arrays to one array of stru...tron
2005-07-01(svn r2505) Remove some unnecessary #includestron
2005-06-25(svn r2487) Replace TILE_XY by TileXY/TileDiffXYtron
2005-06-25(svn r2486) Turn TILE_FROM_XY into an inline function and rename it to TileVi...tron
2005-06-20(svn r2464) Move definition of _inclined_tileh out of variables.htron
2005-06-04(svn r2408) Introduce SetTileOwner() and use ittron
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-05-12(svn r2297) - CodeChange: server-check the next batch of commands.Darkvater
2005-05-07(svn r2279) - Fix: Check the parameters of the first 10 Commands. While there...Darkvater
2005-03-27(svn r2093) uint -> TileIndex, remove commented out code and a local variable...tron
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