Age | Commit message (Expand) | Author |
2005-02-13 | (svn r1872) -Fix: Fixed an inline problem which caused MSVC6 to not compile :/ | celestar |
2005-02-13 | (svn r1867) Include tables/sprites.h only in files which need it | tron |
2005-02-07 | (svn r1839) Move GetTileSlope() and GetTileZ() into tile.[ch] and use more ex... | tron |
2005-02-06 | (svn r1832) Next byte -> char iteration: custom names | tron |
2005-02-06 | (svn r1818) -Add: Dynamic orders (up to 64k orders) | truelight |
2005-02-06 | (svn r1817) -Codechange: Moved depot-functions to depot.c | truelight |
2005-02-05 | (svn r1803) Move debugging stuff into files of it's own | tron |
2005-02-05 | (svn r1799) -Codechange: [ Multistop ] Added debug class "ms" and more debugging | celestar |
2005-02-04 | (svn r1789) -Fix: there is no need to save the index, it is done for us | truelight |
2005-02-04 | (svn r1788) -Add: Made RoadStops dynamic. You can now create up to 64k roadst... | truelight |
2005-02-03 | (svn r1776) -Add: Dynamic stations. You can now have up to 64k of stations | truelight |
2005-02-02 | (svn r1770) -Fix: Hopefully last pieces of code that are containing a station-id | truelight |
2005-02-02 | (svn r1769) Don't compute the same value twice, remove one function call | tron |
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-30 | (svn r1743) -Fix: Multistop: Added some debug output and made sure that orpha... | celestar |
2005-01-30 | (svn r1735) -Fix: [ 1112285 ] Fixed an assertion error with stations where stops | celestar |
2005-01-29 | (svn r1721) -Feature: It is now possible to build multiple road stations (up ... | celestar |
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-27 | (svn r1694) -Fix: Forgot to remove a DEBUG statement :( | celestar |
2005-01-27 | (svn r1693) -Fix: [ 1108618 ] A wrong error message was displayed when trying to | Celestar |
2005-01-25 | (svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and ad... | tron |
2005-01-22 | (svn r1594) Convert all undefined parameter lists to (void) and add the appro... | tron |
2005-01-20 | (svn r1579) Fix: [ 1105963 ] Buoys can now only be removed if no ship has it ... | dominik |
2005-01-19 | (svn r1568) made an enum of train subtypes to make the code more readable | bjarni |
2005-01-18 | (svn r1560) Introduce SetTileType() and SetTileHeight() | tron |
2005-01-16 | (svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn ... | tron |
2005-01-16 | (svn r1533) Turn an if cascade into a switch and move a const array to the on... | tron |
2005-01-15 | (svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic. | truelight |
2005-01-14 | (svn r1512) Replace probably incorrect test of loading_count with probably co... | tron |
2005-01-10 | (svn r1472) -Fix: correct error message for when trying to build a railroad s... | darkvater |
2005-01-10 | (svn r1467) Fixed a nasty bug where one could build one station OVER the other | Celestar |
2005-01-09 | (svn r1441) Fixed a couple of warnings, and removed a pointless assert | celestar |
2005-01-07 | (svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the... | tron |
2005-01-06 | (svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns an... | truelight |
2005-01-06 | (svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDiff | tron |
2005-01-05 | (svn r1386) Move TileIndexDiff to map.h | tron |
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 r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TIL... | tron |
2005-01-03 | (svn r1328) Turn loop with explicit terminator element into loop using endof() | tron |
2004-12-28 | (svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and lo... | truelight |
2004-12-21 | (svn r1211) -Feature: Introduce sticky windows to all vehicle windows...Just ... | darkvater |
2004-12-18 | (svn r1161) Don't make redundant GetAirport() calls, use the cached value | tron |
2004-12-18 | (svn r1153) -Fix: FindCatchmentRadius is now a function that uses the enums i... | truelight |
2004-12-18 | (svn r1151) Fix last commit |: | tron |
2004-12-18 | (svn r1150) Fixes: | tron |
2004-12-15 | (svn r1117) Move map arrays and some related macros into their own files map.... | tron |
2004-12-11 | (svn r1017) Solved a Segfault if a station was built too close to the norther... | Celestar |