Age | Commit message (Expand) | Author |
2006-08-26 | (svn r6157) -Codechange: DeleteVehicle removes a vehicle from the pool | truelight |
2006-08-26 | (svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore) | truelight |
2006-08-22 | (svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXID | 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-08-20 | (svn r5999) -Feature: change the original date format to a 32 bits format bas... | rubidium |
2006-08-15 | (svn r5917) -Fix: [clone vehicles] FS#275 Bugfix: Cloned Road Vehicles Are No... | bjarni |
2006-08-14 | (svn r5898) -Fix [FS#249]: Bugfix: Goto Depot not always working for road veh... | Darkvater |
2006-08-14 | (svn r5891) -Code cleanup: cleaned up the code added in revision 5888 | bjarni |
2006-08-14 | (svn r5888) -Fix: [autoreplace] if vehicles breakdowns and service are turned... | bjarni |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-07-26 | (svn r5614) Move a type declaration to its only user | tron |
2006-07-26 | (svn r5613) Rename VS_DISASTER to VS_SHADOW, because this is what this flag a... | tron |
2006-07-26 | (svn r5612) Restructure some code which uses the vehicle position hash to mak... | tron |
2006-07-23 | (svn r5599) GetPrevVehicleInChain() may never fail to find a valid vehicle. R... | tron |
2006-07-11 | (svn r5483) -Fix: [YAPF] desync - for MP games invalidate YAPF cache on every... | KUDr |
2006-07-07 | (svn r5468) -Fix: fixed declaration after statement added in 5465 (I wonder w... | bjarni |
2006-07-07 | (svn r5465) -Feature: [autoreplace] replacing from a train engine without car... | bjarni |
2006-06-29 | (svn r5428) -Fix: [vehicles] sovled crash when trying to build a vehicle type... | bjarni |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-09 | (svn r5191) - NewGRF: add cargo refit support for road vehicles | peter1138 |
2006-06-07 | (svn r5146) - NewGRF: Support selection of aircraft default cargo type by che... | peter1138 |
2006-06-05 | (svn r5120) Add IsShipInDepot{Stopped,}() and remove some redundant checks | tron |
2006-06-05 | (svn r5118) Add IsRoadVehInDepot{Stopped,}() | tron |
2006-06-05 | (svn r5116) Move the overly generic GetDepotDirection() from a header to its ... | tron |
2006-06-04 | (svn r5101) Add a function to convert an axis and a flag for north/south into... | tron |
2006-06-04 | (svn r5094) Remove _new_{aircraft,roadveh,ship,train,wagon}_id. _new_vehicle_... | tron |
2006-05-23 | (svn r4967) -Fix: [clone vehicles] a cloned train engine heads the same way a... | bjarni |
2006-05-21 | (svn r4937) Reduce the use of _error_message a bit | tron |
2006-05-11 | (svn r4829) -Codechage: [clone vehilces] only check for a free unitnumber for... | bjarni |
2006-05-11 | (svn r4826) -Fix: [autoreplace] fixed possible problem when autoreplacing and... | bjarni |
2006-05-11 | (svn r4825) - Fix [clone FS#159]: Game crashes when cloning reaches train-limit. | bjarni |
2006-05-09 | (svn r4790) Remove slope magic from EnsureNoVehicleZ() and rename it to Ensur... | tron |
2006-04-27 | (svn r4599) -Fix: [Cloning, autoreplace] FS#141 clone service-interval | bjarni |
2006-04-25 | (svn r4572) Remove vehicle_leave_tile_proc | tron |
2006-04-23 | (svn r4554) Replace magic numbers by TILE_{HEIGHT,SIZE} | tron |
2006-04-23 | (svn r4541) Add a type for slopes and replace many magic numbers by the appro... | 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-04-09 | (svn r4341) -Fix (FS#101) When a player got bankrupt, slots were not cleared,... | celestar |
2006-04-03 | (svn r4259) -[multistop] Fix/Feature/Codechange: | celestar |
2006-04-03 | (svn r4256) - Codechange: Replace lone map access in vehicle.c with its map a... | peter1138 |
2006-04-03 | (svn r4249) -Codechange: Replace more occurences of 16 by TILE_SIZE and of 8 ... | celestar |
2006-04-03 | (svn r4246) -Codechange. Replaced about 100 occurences of '16' by TILE_SIZE | celestar |
2006-04-01 | (svn r4228) -Fix: [autoreplace] allow replacement of wagons even when the eng... | bjarni |
2006-04-01 | (svn r4227) - Fix: Wagon replace nows checks if the cargo types are the same ... | peter1138 |
2006-03-31 | (svn r4215) -Codechange: Renamed *RoadStation* functions to *RoadStop* and mo... | celestar |
2006-03-31 | (svn r4201) - Codechange: Do for _engine_info[] what we do for _*_vehicle_inf... | peter1138 |
2006-03-29 | (svn r4159) added missing comments about refitting in CmdCloneVehicle | bjarni |
2006-03-29 | (svn r4158) -Fix: [autoreplace] cost for refitting the new vehicle is now add... | bjarni |