Wed, 22 Jul 2009 20:17:07 +0000 |
rubidium |
(svn r16920) -Codechange: shuffle some strings around to simplify looking up vehicle type specific strings for a specific message
draft
|
Wed, 22 Jul 2009 19:12:20 +0000 |
rubidium |
(svn r16919) -Codechange: unify some more StringID w.r.t. their naming
draft
|
Thu, 02 Jul 2009 12:10:39 +0000 |
smatz |
(svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNextVehicle(), GetPrevVehicle(), GetNextUnit(), GetPrevUnit() members of Train
draft
|
Thu, 02 Jul 2009 09:06:15 +0000 |
rubidium |
(svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart functions
draft
|
Thu, 02 Jul 2009 08:59:27 +0000 |
rubidium |
(svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedPart member of RoadVehicle.
draft
|
Wed, 01 Jul 2009 23:57:20 +0000 |
smatz |
(svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainWagon(), IsMultiheaded(), EngineHasArticPart() and IsRearDualheaded() members of Train
draft
|
Wed, 01 Jul 2009 22:22:01 +0000 |
smatz |
(svn r16717) -Codechange: make IsFrontEngine() member of Train
draft
|
Wed, 24 Jun 2009 17:39:54 +0000 |
smatz |
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
draft
|
Sat, 06 Jun 2009 16:54:22 +0000 |
smatz |
(svn r16527) -Codechange: use static member functions instead of simple casts when converting Vehicle to specialised vehicle types. Includes safety check
draft
|
Mon, 01 Jun 2009 11:43:36 +0000 |
alberth |
(svn r16491) -Codechange: Added parentheses around bitwise operators for code style.
draft
|
Tue, 26 May 2009 21:59:49 +0000 |
yexo |
(svn r16439) -Change: Make the default vehicle servicing settings company-based settings, so in a multiplayer game everyone can change them.
draft
|
Sun, 24 May 2009 20:29:04 +0000 |
rubidium |
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it.
draft
|
Fri, 22 May 2009 22:55:41 +0000 |
rubidium |
(svn r16393) -Codechange: move VehicleRail to Train.
draft
|
Fri, 22 May 2009 22:33:05 +0000 |
rubidium |
(svn r16392) -Codechange: move some variables (the ones that aren't caches) from VehicleRail to Train
draft
|
Fri, 22 May 2009 22:22:46 +0000 |
rubidium |
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
draft
|
Fri, 22 May 2009 20:07:26 +0000 |
rubidium |
(svn r16388) -Codechange: move u.air to Aircraft
draft
|
Mon, 18 May 2009 16:21:28 +0000 |
smatz |
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get()
draft
|
Sun, 17 May 2009 01:00:56 +0000 |
smatz |
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
draft
|
Sat, 16 May 2009 23:34:14 +0000 |
smatz |
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
draft
|
Wed, 13 May 2009 19:26:47 +0000 |
smatz |
(svn r16300) -Codechange: reduce usage of Vehicle::AllocateList
draft
|
Tue, 21 Apr 2009 23:40:56 +0000 |
rubidium |
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
draft
|
Sun, 15 Mar 2009 00:32:18 +0000 |
rubidium |
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
draft
|
Sat, 14 Mar 2009 18:16:29 +0000 |
rubidium |
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
draft
|
Fri, 13 Mar 2009 23:48:07 +0000 |
smatz |
(svn r15704) -Cleanup: remove further includes from recently split files
draft
|
Fri, 13 Mar 2009 20:29:35 +0000 |
rubidium |
(svn r15700) -Codechange: split Cmd* from signs.cpp to signs_cmd.cpp.
draft
|
Fri, 13 Mar 2009 20:09:35 +0000 |
rubidium |
(svn r15699) -Codechange: split Cmd* from vehicle.cpp to vehicle_cmd.cpp.
draft
|