summaryrefslogtreecommitdiff
path: root/town_cmd.c
AgeCommit message (Expand)Author
2006-06-02(svn r5070) Merged the bridge branchcelestar
2006-05-20(svn r4920) Remove parameters, which get only used in certain functions, by s...tron
2006-04-27(svn r4591) -Fix (FS#122) Game no longer errors out when "Many random towns" ...celestar
2006-04-25(svn r4572) Remove vehicle_leave_tile_proctron
2006-04-24(svn r4568) CodeChange : Bring definitions and uses of DrawTypesStructures to...belugas
2006-04-23(svn r4554) Replace magic numbers by TILE_{HEIGHT,SIZE}tron
2006-04-23(svn r4547) Revert a part of r4541 to silence an assertion for nowtron
2006-04-23(svn r4541) Add a type for slopes and replace many magic numbers by the appro...tron
2006-04-18(svn r4471) - Pools: Add a facility for calling a custom function during pool...peter1138
2006-04-10(svn r4342) Change the first two parameters of commands - virtual pixel coord...tron
2006-04-03(svn r4262) -Codechange: use IsClearWaterTile instead of some "home-brewn" ma...celestar
2006-04-03(svn r4261) CodeChange : Add and Use Accessor for Houses Construction. And c...belugas
2006-04-03(svn r4254) -Codechange: Add and make use of map accessors for town lifts.celestar
2006-04-03(svn r4249) -Codechange: Replace more occurences of 16 by TILE_SIZE and of 8 ...celestar
2006-04-02(svn r4242) Pass TileIndex and slope to GetSlopeTileh_*() instead of TileInfotron
2006-03-31(svn r4190) -Codechange: Add and make use of an accessor function to create h...celestar
2006-03-30(svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. A...belugas
2006-03-30(svn r4179) -Codechange: Add and make use of an accessor that obtains the bui...celestar
2006-03-29(svn r4154) -Moved MAX_BRIDGES in bridge.h and made it an enum. This makes tw...celestar
2006-03-24(svn r4085) Add GetTown{Index,ByTile}() to get the town index resp. the town ...tron
2006-03-23(svn r4073) Add functions to make and test for (most) unmovable tilestron
2006-03-21(svn r3996) -Fix: Slope and height information returned for some tile types i...tron
2006-03-19(svn r3986) Add [GS]etCrossingRoadOwnertron
2006-03-16(svn r3895) - Add proper SLE(G)_CONDNULL macros for the empty space reservati...Darkvater
2006-03-12(svn r3830) Move IsTunnelTile() from tile.h to tunnel_map.h and add IsTunnel(...tron
2006-03-06(svn r3777) Add some functions to handle tunnelstron
2006-03-06(svn r3773) Shove some semantics down ottd's throat by replacing ints and mag...tron
2006-03-05(svn r3763) Adapt to the new 'map accessors go in foo_map.h'-schemetron
2006-02-23(svn r3660) Convert further road bits and type references to the functions/enumstron
2006-02-21(svn r3644) Don't use FindLandscapeHeightByTile() when it's overkill - often ...tron
2006-02-20(svn r3627) - Change all hardcoded 255 max-saveload versions with the define ...Darkvater
2006-02-13(svn r3597) Miscellaneous (I like that word) changes: Fix some indentation, a...tron
2006-02-06(svn r3561) Don't use FindLandscapeHeightByTile() when it's overkill. Also us...tron
2006-02-02(svn r3520) Remove unused parameters from some functionstron
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-02-01(svn r3510) Fiddle with whitespace and parenthesestron
2006-01-26(svn r3445) - Fix: [ 1415379 ] Enhance documentation of lift destinationDarkvater
2006-01-05(svn r3365) Staticise 36 functionstron
2005-12-24(svn r3339) Remove unnecessary includestron
2005-12-10(svn r3282) - Codechange: Replace tests against CMD_ERROR with CmdFailed()peter1138
2005-11-15(svn r3188) Use CmdFailed() to check, if a command failed, don't compare with...tron
2005-11-14(svn r3181) -Bracingtron
2005-11-14(svn r3179) - RandomRange() and RandomTile() instead of home brewed versionstron
2005-11-14(svn r3177) GB, CLRBIT, HASBIT, TOGGLEBITtron
2005-11-13(svn r3172) static, consttron
2005-10-23(svn r3078) Some more stuff, which piled up:tron
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
2005-10-19(svn r3066) Constify the parameter of GetSlopeZ_*()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