Age | Commit message (Expand) | Author |
2006-12-26 | (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu... | Darkvater |
2006-12-26 | (svn r7559) -Fix (FS#456): clicking the 'Full Load' button when the 'current'... | rubidium |
2006-12-03 | (svn r7331) - Codechange: Rename all memory pool macro's and types to "old po... | matthijs |
2006-10-28 | (svn r6990) Remove stuff forgotten in r6980 | tron |
2006-10-28 | (svn r6980) Use the pool macros for the Order pool | tron |
2006-10-21 | (svn r6884) -Codechange: Add strict bounds checking in string formatting system. | Darkvater |
2006-10-16 | (svn r6788) - Codechange: Add and use a function to test if a string ID is a ... | peter1138 |
2006-10-14 | (svn r6771) -Codechange: Replace two macros with functions. IS_HUMAN_PLAYER and | Darkvater |
2006-10-08 | (svn r6694) -Fix: FS#361 Refit-to Order bug (only one of the two bugs mentio... | bjarni |
2006-10-05 | (svn r6647) -Fix: [vehicle list windows] Lists of shared orders are now no lo... | 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 r6361) -Fix: When removing orders of a deleted station/depot/waypoint do... | tron |
2006-09-03 | (svn r6360) -Codechange: Polish RemoveOrderFromAllVehicles() | tron |
2006-09-03 | (svn r6355) -Fix: Go to hangar orders for aircraft could get spuriously remov... | tron |
2006-09-03 | (svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as l... | tron |
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 r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXID | truelight |
2006-08-22 | (svn r6052) -Codechange: change OrderType (order->type) in a typedef | truelight |
2006-08-22 | (svn r6051) -Fix r6047: forgot many times a ! :( | 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-07-26 | (svn r5615) Move GetStationTileForVehicle() to its only user | tron |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-10 | (svn r5210) Many small changes which piled up: const, unsigned, variable scop... | tron |
2006-04-18 | (svn r4471) - Pools: Add a facility for calling a custom function during pool... | peter1138 |
2006-04-10 | (svn r4342) Change the first two parameters of commands - virtual pixel coord... | tron |
2006-03-16 | (svn r3895) - Add proper SLE(G)_CONDNULL macros for the empty space reservati... | Darkvater |
2006-03-04 | (svn r3758) Remove the news validation callback. It is superseded by r3757. | tron |
2006-03-04 | (svn r3757) -Feature: Delete news items about vehicles, when they get stale | tron |
2006-03-02 | (svn r3730) Multistop modifications: | celestar |
2006-02-20 | (svn r3627) - Change all hardcoded 255 max-saveload versions with the define ... | Darkvater |
2006-02-06 | (svn r3564) Several smaller changes: | tron |
2006-02-01 | (svn r3510) Fiddle with whitespace and parentheses | tron |
2006-01-05 | (svn r3365) Staticise 36 functions | tron |
2005-12-29 | (svn r3353) Simplify the automatic length adjustment algorithm for replacing ... | tron |
2005-12-18 | (svn r3313) Remove GPMI related changes from trunk | tron |
2005-12-14 | (svn r3305) -Rename: Changed all instances of ottd_ related to the AI to ttai_ | truelight |
2005-11-23 | (svn r3232) -Add: implemented the event-system for AIs | truelight |
2005-11-22 | (svn r3227) -Codechange: [Savegame] removed 'minor' version, and renamed 'maj... | truelight |
2005-11-15 | (svn r3187) Simplify overly complicated ifs, especially if (foo) return false... | tron |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-14 | (svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT | tron |
2005-11-13 | (svn r3172) static, const | tron |
2005-11-07 | (svn r3155) -Feature: [autoreplace] autoreplace can now remove cars from too ... | bjarni |
2005-10-23 | (svn r3078) Some more stuff, which piled up: | tron |