Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron | |
2005-07-17 | (svn r2626) static, const, misc. | tron | |
2005-06-24 | (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile" | tron | |
2005-04-22 | (svn r2222) Check the parameters of Cmd{Insert,Delete,Modify,Skip}Order() ↵ | tron | |
and CmdRestoreOrderIndex(): - Check if the vehicle exists - Check if the vehicle belongs to the correct player - Check if the new order is valid (type, destination, flags) (CmdInsertOrder) | |||
2005-03-24 | (svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h | truelight | |
-Codechange: rewrote some functions while moving waypoint-stuff -Add: added support for 64k waypoints -Fix: made the waypoint struct a bit more logic (no bit-fucking) |