Age | Commit message (Expand) | Author |
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-05 | (svn r3018) -Fix: Fixed industry colour issue introduced in r3010. | peter1138 |
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-08-23 | (svn r2886) Rename the "owner" attribute to "m1", because when it stores an o... | tron |
2005-08-01 | (svn r2780) Remove some more unused strings and make the use of a few strings... | 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 |
2005-07-19 | (svn r2643) Get rid of some unnecessary casts | tron |
2005-07-16 | (svn r2595) -Codechange: Introduced "IsSteepTileh" to find whether a tile is ... | celestar |
2005-07-15 | (svn r2582) Fix: Prevent generating unrealistically many Oil refineries on la... | ludde |
2005-07-15 | (svn r2580) Change: Added {INDUSTRY} command for printing industry names inst... | ludde |
2005-07-15 | (svn r2570) Fix: Removed some code that had no effect. | 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-06-25 | (svn r2487) Replace TILE_XY by TileXY/TileDiffXY | tron |
2005-06-25 | (svn r2486) Turn TILE_FROM_XY into an inline function and rename it to TileVi... | tron |
2005-06-24 | (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile" | tron |
2005-06-02 | (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. | Darkvater |
2005-05-30 | (svn r2387) - CodeChange: made the saveload code more readable and also remov... | Darkvater |
2005-05-13 | (svn r2304) - Fix (regression): excuse the Lumber mill from the list of raw-i... | Darkvater |
2005-05-11 | (svn r2290) - CodeChange: protect the next batch of commands. This brings us ... | Darkvater |
2005-03-29 | (svn r2107) - Codechange: Cleanup (well, mostly tidyup) ExtChangeIndustryProd... | pasky |
2005-03-27 | (svn r2090) CheckNewIndustry_Oilwell() -> CheckNewIndustry_Oil() since it was... | pasky |
2005-02-14 | (svn r1877) Forgot to remove two now unused variables | tron |
2005-02-14 | (svn r1876) Make placement of oil rigs and refineries map size agnostic | tron |
2005-02-12 | (svn r1863) Give the effect vehicle type enums more descriptive names and use... | tron |
2005-02-07 | (svn r1839) Move GetTileSlope() and GetTileZ() into tile.[ch] and use more ex... | tron |
2005-02-06 | (svn r1824) -Codechange: made ChangeIndustryProduction a bit more readable | truelight |
2005-02-04 | (svn r1791) Remove the remnants of CMD_DESTROY_INDUSTRY, which was removed a ... | tron |
2005-02-02 | (svn r1774) -Fix: fixed an other possible crash related to previous commit | truelight |
2005-02-02 | (svn r1773) -Fix: [ 1114950 ] Game crashed sometimes when there were no indus... | truelight |
2005-02-02 | (svn r1771) -Add: Industries are now dynamic (up to 64k industries). Generating | truelight |
2005-01-31 | (svn r1751) - Feature: New PathFinder (NPF). | matthijs |
2005-01-31 | (svn r1749) Move the functions which calculate distances to map.[ch] and give... | tron |
2005-01-29 | (svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType... | 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-25 | (svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and ad... | tron |