Age | Commit message (Expand) | Author |
2010-08-28 | (svn r20645) -Codechange [FS#4086]: unify the code for checking for breakdown... | rubidium |
2010-08-28 | (svn r20644) -Codechange [FS#4086]: unify the vehicle breakdown code (Hirundo) | rubidium |
2010-08-19 | (svn r20574) -Codechange: a little over 1 million vehicles should be enough f... | rubidium |
2010-08-18 | (svn r20539) -Codechange: make order backups more self-contained. | rubidium |
2010-08-15 | (svn r20506) -Change: Vehicles will now stop loading after a load cycle that ... | michi_cc |
2010-08-01 | (svn r20283) -Codechange: Unify start of doygen comments. | frosch |
2010-07-04 | (svn r20079) -Codechange [FS#3922]: Add helper functions to deal with the 192... | frosch |
2010-05-03 | (svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVe... | smatz |
2010-01-27 | (svn r18929) -Fix [FS#3568]: Preserve some timetable related vehicle flags du... | frosch |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2010-01-09 | (svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait... | rubidium |
2009-12-04 | (svn r18402) -Codechange: unify/centralise the code for crashing vehicles | rubidium |
2009-11-29 | (svn r18342) -Fix: erroneous spaces before ; | rubidium |
2009-11-26 | (svn r18297) -Fix: Preserve timetable-start when auto-replacing/-renewing. | frosch |
2009-11-25 | (svn r18292) -Codechange: add a command to set the start date of a timetable.... | rubidium |
2009-10-18 | (svn r17795) -Codechange: split cargolist into one for vehicles and one for s... | rubidium |
2009-09-15 | (svn r17552) -Codechange: rename load_unload_time_rem to something more gener... | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-08 | (svn r17121) -Fix [FS#3060]: Update vehicle position cache when the vehicle s... | frosch |
2009-08-06 | (svn r17089) -Codechange: move RunVehicleDayProc() to vehicle.cpp | smatz |
2009-07-20 | (svn r16894) -Codechange: Add [Specialised]Vehicle::Last(). | frosch |
2009-07-13 | (svn r16813) -Codechange: make IsEngineCountable() member of Vehicle | smatz |
2009-06-29 | (svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for ... | rubidium |
2009-06-09 | (svn r16544) -Codechange: use double-linked list for vehicle position caches ... | smatz |
2009-06-06 | (svn r16527) -Codechange: use static member functions instead of simple casts... | smatz |
2009-06-02 | (svn r16505) -Fix [FS#2951] (r16472): since g++ 4.4 the implicit (default) co... | rubidium |
2009-05-31 | (svn r16480) -Fix (r15617): Invalidate newgrf variable caches of more vehicle... | frosch |
2009-05-30 | (svn r16472) -Codechange: set vehicle type in SpecializedVehicle constructor ... | smatz |
2009-05-26 | (svn r16445) -Codechange: update old comments (Yexo) | smatz |
2009-05-26 | (svn r16442) -Codechange: use new Vehicle accessors at more places | smatz |
2009-05-26 | (svn r16441) -Codechange: new class SpecializedVehicle used as superclass for... | smatz |
2009-05-23 | (svn r16397) -Codechange: move GetVehicleOrder/GetLastVehicleOrder into Vehicle | rubidium |
2009-05-23 | (svn r16394) -Codechange: move (NewGRF) cache variables into a separate struc... | rubidium |
2009-05-22 | (svn r16393) -Codechange: move VehicleRail to Train. | rubidium |
2009-05-22 | (svn r16392) -Codechange: move some variables (the ones that aren't caches) f... | rubidium |
2009-05-22 | (svn r16391) -Codechange: use Train instead of Vehicle where appropriate. | rubidium |
2009-05-22 | (svn r16390) -Codechange: move u.road to RoadVehicle. | rubidium |
2009-05-22 | (svn r16388) -Codechange: move u.air to Aircraft | rubidium |
2009-05-22 | (svn r16385) -Codechange: move u.disaster to DisasterVehicle. | rubidium |
2009-05-22 | (svn r16384) -Codechange: move u.effect to EffectVehicle | rubidium |
2009-05-22 | (svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle. | rubidium |
2009-05-22 | (svn r16380) -Codechange: rename pool.hpp to pool_type.hpp | smatz |
2009-05-22 | (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time... | smatz |
2009-05-22 | (svn r16377) -Codechange: unify FOR_ALL_* macros, use separate index variable... | smatz |
2009-05-22 | (svn r16376) -Codechange: Vehicle::Tick() now returns false if the vehicle wa... | smatz |
2009-05-17 | (svn r16333) -Cleanup: remove a bunch of unused wrapper functions. | rubidium |
2009-05-17 | (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal... | smatz |
2009-05-16 | (svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS... | smatz |
2009-05-16 | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | smatz |
2009-05-13 | (svn r16302) -Codechange: remove Vehicle::AllocateList | smatz |