order_cmd.c
Sun, 23 Jan 2005 13:30:02 +0000 truelight (svn r1612) -Fix: made sure that ->next pointers are set to NULL
Sun, 23 Jan 2005 11:37:27 +0000 truelight (svn r1607) -Fix: When deleting an order, the next pointer was not cleared,
Sat, 22 Jan 2005 20:23:18 +0000 tron (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
Tue, 18 Jan 2005 09:35:31 +0000 Celestar (svn r1556) -Fix: Vehicle list updates should now really work
Mon, 17 Jan 2005 21:54:45 +0000 celestar (svn r1554) -Fix: [ 1103187 ] Order Check messages are now validated before
Sun, 16 Jan 2005 14:42:53 +0000 truelight (svn r1544) -Fix: SwapOrder did not use AssignOrder, which caused the saveroutine to
Sat, 15 Jan 2005 19:06:22 +0000 truelight (svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic.
Sat, 15 Jan 2005 09:28:08 +0000 celestar (svn r1521) -Fix: Ship Vehicle Lists are now redrawn correctly
Thu, 06 Jan 2005 22:31:58 +0000 truelight (svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns and _industries
Wed, 29 Dec 2004 13:13:29 +0000 miham (svn r1297) Language fixes in the source.. (ln-)
Wed, 29 Dec 2004 08:42:30 +0000 truelight (svn r1295) -Fix: [ 1092499 ] Copy order was fucked up, because memcpy said:
Sun, 19 Dec 2004 21:03:16 +0000 tron (svn r1177) Enable non-stop flag for waypoints
Sun, 19 Dec 2004 16:26:45 +0000 truelight (svn r1175) -Fix: [ 1086375 ] Backup-order-list was not closed with an OT_NOTHING,
Sun, 19 Dec 2004 09:30:05 +0000 dominik (svn r1164) Redid fix from revision 1163 to work with all patch settings
Sat, 18 Dec 2004 21:11:45 +0000 dominik (svn r1163) Fix: [ 1087403 ] Crashed trains aren't reported to have too few orders any more
Fri, 10 Dec 2004 18:16:08 +0000 tron (svn r1009) -Feature: per-station vehicle lists
Sun, 05 Dec 2004 12:43:04 +0000 tron (svn r955) Replace uint16 for orders with struct Order
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk
Thu, 02 Dec 2004 22:53:07 +0000 tron (svn r901) Small step in the process to clean up the DPARAM mess:
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it.
Sat, 06 Nov 2004 15:13:44 +0000 celestar (svn r516) Solved a little bug with the order checker.
Sun, 19 Sep 2004 21:44:01 +0000 dominik (svn r300) Fix: order checker now correctly detects station with invalid facilities
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Sun, 15 Aug 2004 13:21:18 +0000 dominik (svn r56) Improved order checker + patch setting for it (celestar)
Thu, 12 Aug 2004 21:29:26 +0000 darkvater (svn r30) -Fix [1007272] Copy orders between bus/truck possible. You cannot share orders between busses/trucks. You can only copy orders if all the facilities in schedule allow both types to go there (Celestar)
Wed, 11 Aug 2004 10:15:38 +0000 dominik (svn r20) Feature: warning when a vehicle has invalid orders (celestar)
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN