Age | Commit message (Expand) | Author |
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 tiles | tron |
2006-03-21 | (svn r3996) -Fix: Slope and height information returned for some tile types i... | tron |
2006-03-19 | (svn r3986) Add [GS]etCrossingRoadOwner | tron |
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 tunnels | tron |
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'-scheme | tron |
2006-02-23 | (svn r3660) Convert further road bits and type references to the functions/enums | tron |
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 functions | tron |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2006-02-01 | (svn r3510) Fiddle with whitespace and parentheses | tron |
2006-01-26 | (svn r3445) - Fix: [ 1415379 ] Enhance documentation of lift destination | Darkvater |
2006-01-05 | (svn r3365) Staticise 36 functions | tron |
2005-12-24 | (svn r3339) Remove unnecessary includes | tron |
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) -Bracing | tron |
2005-11-14 | (svn r3179) - RandomRange() and RandomTile() instead of home brewed versions | tron |
2005-11-14 | (svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT | tron |
2005-11-13 | (svn r3172) static, const | tron |
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 names | tron |
2005-10-07 | (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte... | tron |
2005-10-05 | (svn r3019) -Codechange: Replace explicit shifting/anding/oring with GB and SB | tron |
2005-10-03 | (svn r3010) Get rid of quite some dubious casts, either by using GB(), proper... | tron |
2005-09-28 | (svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATI... | tron |
2005-09-18 | (svn r2962) - const correctness for all Get* functions and most Draw* functio... | Darkvater |
2005-09-16 | (svn r2956) - Fix: [ 1253736 ] creating many town crash to desktop. Now it 'd... | Darkvater |
2005-09-14 | (svn r2951) - Fix: [ 1259345 ] Changing engine in netgame opens train window ... | Darkvater |
2005-08-23 | (svn r2886) Rename the "owner" attribute to "m1", because when it stores an o... | tron |
2005-07-30 | (svn r2758) Add the AB() macro to add a value to a bit range and use it in a ... | tron |
2005-07-24 | (svn r2702) -Codechange: Cleaned up the sprite code and replaced many magic n... | celestar |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-22 | (svn r2673) Include functions.h directly, not globally via openttd.h | tron |
2005-07-21 | (svn r2669) Shuffle some more stuff around to reduce dependencies | tron |
2005-07-21 | (svn r2660) Get rid of some more shifting/anding/casting | tron |
2005-07-20 | (svn r2658) -Codechange: Use MAKE_TRANSPARENT to display a transparented sprite | celestar |
2005-07-20 | (svn r2650) Convert many explicit shifts+ands to extract bits to invocations ... | tron |