Age | Commit message (Expand) | Author |
2006-12-05 | (svn r7372) - CodeChange: Rename all GetXXXArraySize() functions to GetNumXXX... | matthijs |
2006-12-03 | (svn r7331) - Codechange: Rename all memory pool macro's and types to "old po... | matthijs |
2006-10-28 | (svn r6980) Use the pool macros for the Order pool | tron |
2006-10-08 | (svn r6694) -Fix: FS#361 Refit-to Order bug (only one of the two bugs mentio... | bjarni |
2006-10-03 | (svn r6627) -Fix r6624: fixed some warnings | bjarni |
2006-10-03 | (svn r6624) -Feature: added ability to add refit commands to vehicle orders (... | bjarni |
2006-09-04 | (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more... | rubidium |
2006-09-03 | (svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as l... | tron |
2006-08-29 | (svn r6227) -Codechange: added window type flags to use with PlayerVehWndProc | bjarni |
2006-08-27 | (svn r6176) -Fix r6052: I assumed an typedefd enum would be an uint8, which i... | truelight |
2006-08-27 | (svn r6167) -Code cleanup r6161: replaced some uint16 with OrderID and (1 << ... | bjarni |
2006-08-26 | (svn r6161) -Feature: List of vehicles with the same shared orders | bjarni |
2006-08-26 | (svn r6145) -Codechange: added OrderID to indicate Order indexes out of the pool | truelight |
2006-08-26 | (svn r6144) -Codechange: renamed OrderID to VehicleOrderID, because it had no... | truelight |
2006-08-26 | (svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore) | truelight |
2006-08-26 | (svn r6137) -Codechange: some very minor cleanups: | truelight |
2006-08-22 | (svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (... | truelight |
2006-08-22 | (svn r6052) -Codechange: change OrderType (order->type) in a typedef | truelight |
2006-08-22 | (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva... | truelight |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-03-26 | (svn r4131) - CodeChange: Add proper semantics for StationID for such variabl... | Darkvater |
2006-03-09 | (svn r3805) - [FS#62] Fix doxygen comments to refer to the correct parameter.... | peter1138 |
2006-03-04 | (svn r3758) Remove the news validation callback. It is superseded by r3757. | tron |
2006-01-05 | (svn r3365) Staticise 36 functions | tron |
2005-11-13 | (svn r3172) static, const | tron |
2005-09-16 | (svn r2959) - Fix: [ 1266036 ] Fix [ 1236317 ] Vehicles with and TRANSFER ord... | Darkvater |
2005-07-28 | (svn r2732) -Codechange: Cleaned the order flags some more. Hit some inconsis... | celestar |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-21 | (svn r2669) Shuffle some more stuff around to reduce dependencies | tron |
2005-07-20 | (svn r2650) Convert many explicit shifts+ands to extract bits to invocations ... | tron |
2005-06-15 | (svn r2441) -Feature: You can now give transfer order to set up feeder systems | celestar |
2005-06-01 | (svn r2390) - Codechange: Fix some warnings on GCC 4.0.0 | hackykid |
2005-05-12 | (svn r2300) - CodeChange: check the last number of commands, now only the ref... | Darkvater |
2005-05-11 | (svn r2290) - CodeChange: protect the next batch of commands. This brings us ... | Darkvater |
2005-04-02 | (svn r2119) - Fix: [ 1172878 ] Trains "Go to depot" button: click twice skip ... | pasky |
2005-03-20 | (svn r2034) -Codechange: Replaced the rather meaningless LOAD and UNLOAD flag... | celestar |
2005-02-06 | (svn r1818) -Add: Dynamic orders (up to 64k orders) | truelight |
2005-01-22 | (svn r1594) Convert all undefined parameter lists to (void) and add the appro... | tron |
2005-01-17 | (svn r1554) -Fix: [ 1103187 ] Order Check messages are now validated before | celestar |
2005-01-16 | (svn r1544) -Fix: SwapOrder did not use AssignOrder, which caused the saverou... | truelight |
2005-01-15 | (svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic. | truelight |