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
|
Mon, 29 Jun 2009 19:55:36 +0000 |
rubidium |
(svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for whatever has been actually unloaded and perform the payment when unloading has finished. This fixes, amongst others:
draft
|
Wed, 24 Jun 2009 17:39:54 +0000 |
smatz |
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
draft
|
Tue, 09 Jun 2009 17:20:06 +0000 |
smatz |
(svn r16544) -Codechange: use double-linked list for vehicle position caches in order to improve performance (~5% with many vehicles)
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
|
Sat, 06 Jun 2009 14:46:50 +0000 |
frosch |
(svn r16525) -Codechange: Notify small ufos on deletion of road vehicles, so they can head for somewhere else instead of stumbling over a ghost.
draft
|
Mon, 01 Jun 2009 11:43:36 +0000 |
alberth |
(svn r16491) -Codechange: Added parentheses around bitwise operators for code style.
draft
|
Sun, 31 May 2009 11:04:56 +0000 |
rubidium |
(svn r16477) -Fix [FS#2936] (r12650): loading indicator when 'unload' in and 'no loading' is off was pointing to the wrong direction.
draft
|
Sat, 30 May 2009 20:13:12 +0000 |
smatz |
(svn r16472) -Codechange: set vehicle type in SpecializedVehicle constructor instead of constructor of each vehicle type
draft
|
Wed, 27 May 2009 19:37:27 +0000 |
smatz |
(svn r16451) -Fix (r16449): crash when a spectator (or dedicated server) received news about new engine
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
|
Tue, 26 May 2009 15:46:24 +0000 |
rubidium |
(svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be reached like break after returns or break after functions that never return (i.e. NOT_REACHED)
draft
|
Sun, 24 May 2009 21:09:00 +0000 |
rubidium |
(svn r16422) -Codechange: use const_cast for removing const and warn when const is (accidentally?) removed using C-style casts.
draft
|
Sun, 24 May 2009 20:29:04 +0000 |
rubidium |
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it.
draft
|
Sun, 24 May 2009 16:52:42 +0000 |
frosch |
(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles/stations/industries are deleted.
draft
|
Sun, 24 May 2009 12:50:58 +0000 |
frosch |
(svn r16414) -Change: Make it harder to ignore/close important error messages. Esp. do not close them automatically after some time.
draft
|
Sat, 23 May 2009 12:27:42 +0000 |
rubidium |
(svn r16397) -Codechange: move GetVehicleOrder/GetLastVehicleOrder into Vehicle
draft
|
Sat, 23 May 2009 09:10:56 +0000 |
rubidium |
(svn r16394) -Codechange: move (NewGRF) cache variables into a separate struct so (some vehicle related) NewGRF cache 'desyncs' can be tested easier.
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:22:20 +0000 |
rubidium |
(svn r16390) -Codechange: move u.road to RoadVehicle.
draft
|
Fri, 22 May 2009 20:18:45 +0000 |
rubidium |
(svn r16389) -Codechange: use RoadVehicle instead of Vehicle where appropriate
draft
|
Fri, 22 May 2009 20:07:26 +0000 |
rubidium |
(svn r16388) -Codechange: move u.air to Aircraft
draft
|
Fri, 22 May 2009 20:03:26 +0000 |
rubidium |
(svn r16387) -Codechange: use Aircraft instead of Vehicle where appropriate
draft
|
Fri, 22 May 2009 18:17:20 +0000 |
rubidium |
(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.
draft
|
Fri, 22 May 2009 15:13:50 +0000 |
smatz |
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
draft
|
Fri, 22 May 2009 13:53:14 +0000 |
smatz |
(svn r16376) -Codechange: Vehicle::Tick() now returns false if the vehicle was deleted
draft
|
Mon, 18 May 2009 19:32:16 +0000 |
smatz |
(svn r16354) -Codechange: use 'new' pool accessors and methods for Engine too
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
|
Fri, 15 May 2009 23:55:06 +0000 |
yexo |
(svn r16315) -Codechange: move the autorenew settings to a new CompanySettings struct
draft
|
Wed, 13 May 2009 21:38:23 +0000 |
smatz |
(svn r16302) -Codechange: remove Vehicle::AllocateList
draft
|
Wed, 13 May 2009 19:13:36 +0000 |
smatz |
(svn r16299) -Fix (r16242): don't use DoCommandP when the function can be called from another command
draft
|
Wed, 13 May 2009 10:58:41 +0000 |
rubidium |
(svn r16291) -Fix [FS#2893]: RVs were unable to find a depot when turning around (in some cases), causing 'nearest depot' orders to be occasionally lost.
draft
|
Sat, 09 May 2009 13:37:18 +0000 |
frosch |
(svn r16260) -Codechange: Add Vehicle::IncrementOrderIndex() to deduplicate some code.
draft
|
Wed, 06 May 2009 15:06:57 +0000 |
rubidium |
(svn r16242) -Codechange: rework pausing
draft
|
Wed, 06 May 2009 13:15:07 +0000 |
frosch |
(svn r16240) -Fix: Make 'stop in depot'-orders only apply on the target depot, not those which are entered on the way to them.
draft
|
Mon, 04 May 2009 19:27:22 +0000 |
frosch |
(svn r16228) -Fix/Change (r16187): If we are heading for a different depot, do also not do the refitting-part of the depot-order.
draft
|
Fri, 01 May 2009 23:16:52 +0000 |
frosch |
(svn r16198) -Fix/Change (r16187): 'Go to nearest depot'-orders are fulfilled when reaching any depot, even though the train decided for a different depot on the last junction/order-skip.
draft
|
Wed, 29 Apr 2009 21:12:30 +0000 |
rubidium |
(svn r16187) -Fix [FS#2871]: do mark the "go to depot X" order fulfilled when reaching any depot, but only when reaching depot X.
draft
|
Mon, 27 Apr 2009 15:10:15 +0000 |
smatz |
(svn r16178) -Fix [FS#2866]: don't try to reserve path for trains crashed in station
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
|
Tue, 21 Apr 2009 20:20:53 +0000 |
rubidium |
(svn r16114) -Cleanup: unify some more strings and remove some more unused strings
draft
|
Sat, 18 Apr 2009 13:43:05 +0000 |
rubidium |
(svn r16079) -Fix [FS#2824]: insanely fast trains would not stop in time for stations
draft
|
Sun, 12 Apr 2009 19:28:05 +0000 |
rubidium |
(svn r16048) -Fix/Feature-ish [FS#2740]: don't warn that crashed vehicles are getting old; upgrading them is impossible (racetrack)
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 21:28:40 +0000 |
frosch |
(svn r15701) -Fix [FS#2595]: Blame NewGRFs returning inconsistent information in purchase-list/after building before users have a chance to blame OpenTTD for incorrectly autorenewing/-replacing.
draft
|
Fri, 13 Mar 2009 20:09:35 +0000 |
rubidium |
(svn r15699) -Codechange: split Cmd* from vehicle.cpp to vehicle_cmd.cpp.
draft
|
Thu, 12 Mar 2009 11:04:41 +0000 |
rubidium |
(svn r15681) -Cleanup: remove unneeded forward declaration.
draft
|
Wed, 11 Mar 2009 20:43:14 +0000 |
rubidium |
(svn r15676) -Codechange: remove the need for BeginVehicleMove and merge VehiclePositionChanged and EndVehicleMove.
draft
|
Wed, 11 Mar 2009 17:26:58 +0000 |
rubidium |
(svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,top,bottom), i.e. use Rect.
draft
|
Mon, 09 Mar 2009 18:41:54 +0000 |
michi_cc |
(svn r15652) -Fix [FS#2706]: new (this) is seldom a good idea as destructors of member variables aren't run causing memory leaks.
draft
|
Thu, 05 Mar 2009 22:55:47 +0000 |
smatz |
(svn r15624) -Fix (r15621): warning about comparing signed and unsigned integer types
draft
|
Thu, 05 Mar 2009 17:52:35 +0000 |
peter1138 |
(svn r15622) -Codechange: Duplication.
draft
|
Thu, 05 Mar 2009 17:37:56 +0000 |
peter1138 |
(svn r15621) -Feature: When cloning a vehicle with a custom name, add and/or increment a number at the end of name and assign it to the new vehicle (for emma)
draft
|