Age | Commit message (Expand) | Author |
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-02 | (svn r18385) -Cleanup: remove the now unneeded multistop slot management code | rubidium |
2009-11-25 | (svn r18292) -Codechange: add a command to set the start date of a timetable.... | rubidium |
2009-11-09 | (svn r18028) -Codechange: unglobalise some functions | rubidium |
2009-10-20 | (svn r17816) -Codechange: move the CargoList invalidation-after-saveload to t... | rubidium |
2009-10-18 | (svn r17807) -Codechange: move all 'updates' just after the 'load' constructo... | rubidium |
2009-10-06 | (svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this'... | rubidium |
2009-10-06 | (svn r17720) -Codechange: guard the CargoPacket variables that are cached in ... | rubidium |
2009-09-20 | (svn r17596) -Codechange: constify some tables | smatz |
2009-09-15 | (svn r17552) -Codechange: rename load_unload_time_rem to something more gener... | rubidium |
2009-09-09 | (svn r17483) -Fix (r17405): when an aircraft starts flying in circles make it... | yexo |
2009-09-03 | (svn r17405) -Fix (r100): aircraft shouldn't be allowed to make turns bigger ... | yexo |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-07-24 | (svn r16944) -Codechange: remove needlessly complex way of getting the offset... | rubidium |
2009-07-16 | (svn r16841) -Cleanup: spaces/tabs where they don't belong | rubidium |
2009-07-13 | (svn r16814) -Codechange: make IsNormalAircraft() member of Aircraft | smatz |
2009-07-02 | (svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNe... | smatz |
2009-07-02 | (svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedP... | rubidium |
2009-07-02 | (svn r16720) -Codechange: make Set/ClearFrontEngine(), Set/ClearArticulatedPa... | smatz |
2009-07-01 | (svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainW... | smatz |
2009-07-01 | (svn r16718) -Codechange: make IsFreeWagon() member of Train | smatz |
2009-07-01 | (svn r16717) -Codechange: make IsFrontEngine() member of Train | smatz |
2009-06-24 | (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() | smatz |
2009-06-06 | (svn r16527) -Codechange: use static member functions instead of simple casts... | smatz |
2009-06-01 | (svn r16491) -Codechange: Added parentheses around bitwise operators for code... | alberth |
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-26 | (svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be r... | 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 r16389) -Codechange: use RoadVehicle instead of Vehicle where appropriate | rubidium |
2009-05-22 | (svn r16388) -Codechange: move u.air to Aircraft | rubidium |
2009-05-22 | (svn r16387) -Codechange: use Aircraft instead of Vehicle where appropriate | 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 r16378) -Codechange: replace OldPool with simpler Pool. Compilation time... | smatz |
2009-05-18 | (svn r16353) -Fix (r1): invalid read when OTTD savegame contains VEH_INVALID | smatz |
2009-05-17 | (svn r16338) -Codechange: split loading of references to two phases | 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-03 | (svn r16214) -Fix [FS#2878]: shared orders without orders weren't properly co... | rubidium |
2009-03-15 | (svn r15718) -Cleanup: apply some comment coding style on the rest of the sou... | rubidium |
2009-03-11 | (svn r15678) -Fix (r15676): crash when (re)applying newgrf settings | rubidium |
2009-03-11 | (svn r15676) -Codechange: remove the need for BeginVehicleMove and merge Vehi... | rubidium |
2009-03-11 | (svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,... | rubidium |