Age | Commit message (Expand) | Author |
2005-05-03 | (svn r2262) - Fix: Assertion when vehicle in a depot wants to do pathfinding. | matthijs |
2005-05-03 | (svn r2261) - Fix: When crashed vehicles try to find a depot for servicing, o... | matthijs |
2005-05-02 | (svn r2256) - Fix: Trains cannot find a depot when they are in a tunnel. (glx) | matthijs |
2005-05-01 | (svn r2239) -Fix [autoreplace]: [ 1185653 ] autoreplacing a dualheaded engine... | bjarni |
2005-04-08 | (svn r2167) -fix: [autoreplace] trains now get the default cargo type if the... | bjarni |
2005-04-06 | (svn r2156) -Fix: in revision 2104 someone forgot to add a very important che... | truelight |
2005-04-03 | (svn r2139) -fix: "[ 1146215 ] Engine power not updated w/auto replace" autor... | bjarni |
2005-03-30 | (svn r2109) -Fix: use FindVehicleOnTileZ(tile, 0) over FindVehicleBetween(til... | truelight |
2005-03-29 | (svn r2105) -Codechange: Added a cache for the first vehicle of a chain to in... | celestar |
2005-03-29 | (svn r2104) Simplify implementation of Get{First,Prev}VehicleInChain() and re... | tron |
2005-03-24 | (svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h | truelight |
2005-03-24 | (svn r2045) -Fix: hopefully fixed the desync problem. Please all test this re... | truelight |
2005-03-24 | (svn r2041) -Fix: not all vehicles did get a day_proc call (because of roundi... | truelight |
2005-03-19 | (svn r2024) -Fix: [autoreplace] reverted all changes involving v->set_for_re... | bjarni |
2005-03-09 | (svn r1979) Const correctness | tron |
2005-02-22 | (svn r1898) Remove some unused macros from macros.h and move some others to m... | tron |
2005-02-14 | (svn r1875) Effect vehicle overhaul: enumerate sprites, descriptive names for... | tron |
2005-02-13 | (svn r1869) Fix some bugs in the bulldozer movement implementation. | tron |
2005-02-13 | (svn r1868) Improve readability of the bulldozer movement code | tron |
2005-02-12 | (svn r1863) Give the effect vehicle type enums more descriptive names and use... | tron |
2005-02-10 | (svn r1853) Move spritecache function declarations into a header of their own... | tron |
2005-02-06 | (svn r1832) Next byte -> char iteration: custom names | tron |
2005-02-06 | (svn r1817) -Codechange: Moved depot-functions to depot.c | truelight |
2005-02-04 | (svn r1786) -Fix: unitnumber is increased to 16bit, so now you can have up to... | truelight |
2005-02-04 | (svn r1783) -Add: Dynamic vehicles (now up to 64k of vehicles) | truelight |
2005-02-02 | (svn r1770) -Fix: Hopefully last pieces of code that are containing a station-id | truelight |
2005-01-30 | (svn r1741) - Fix: added IsVehicleIndex() so it's possible to protect GetVehi... | bjarni |
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 r1696) Use GetTileSlope() instead of FindLandscapeHeightByTile() where i... | tron |
2005-01-26 | (svn r1690) - Fix: [autoreplace] Cheaters can no longer exploit autoreplace t... | bjarni |
2005-01-26 | (svn r1687) - Feature: [autoreplace] server now checks for plane<->helicopter... | bjarni |
2005-01-25 | (svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and ad... | tron |
2005-01-24 | (svn r1640) fix: now helicopters will use a hangar in schedule to be replaced... | bjarni |
2005-01-23 | (svn r1629) added a counter to tell how many engines you have of each type to... | bjarni |
2005-01-23 | (svn r1612) -Fix: made sure that ->next pointers are set to NULL | truelight |
2005-01-23 | (svn r1610) Remove trailing whitespace (last time ever, i hope) | tron |
2005-01-22 | (svn r1594) Convert all undefined parameter lists to (void) and add the appro... | tron |
2005-01-21 | (svn r1583) -Fix: You should no longer be able to delete bridges on any type ... | darkvater |
2005-01-19 | (svn r1569) -Fix: signed/unsigned mismatch | darkvater |
2005-01-19 | (svn r1568) made an enum of train subtypes to make the code more readable | bjarni |
2005-01-19 | (svn r1564) ISO C90 forbids mixed declarations and code (bad bjarni, no cookie) | tron |
2005-01-19 | (svn r1563) fix: autoreplaced trains now sets wagon override properly | bjarni |
2005-01-18 | (svn r1561) Fix: autoreplacing a singleheaded engine into a dualheaded engine... | bjarni |
2005-01-18 | (svn r1559) Use IsTileType() instead of bit shifting and comparisons | tron |
2005-01-16 | (svn r1538) -Feature: [988816] Disable servicing when breakdowns set to none ... | darkvater |
2005-01-16 | (svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn ... | tron |
2005-01-15 | (svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic. | truelight |
2005-01-09 | (svn r1448) -Fix: The current_order of a vehicle is now correctly saved (caused | truelight |