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 15:00:40 +0000 |
rubidium |
(svn r15671) -Codechange: bit of coding style/clarification.
draft
|
Mon, 09 Mar 2009 18:56:50 +0000 |
frosch |
(svn r15654) -Fix: Only ever call any vehicle callbacks after the whole articulated engine has been built. (except 0x16)
draft
|
Sat, 07 Mar 2009 18:19:53 +0000 |
rubidium |
(svn r15635) -Fix [FS#2707]: don't allow more than 64 road vehicles to reserve a slot at a single road stop. 255 + 1 gives trouble, but 64 is even more than the roadstop would be able to handle within the slot timeout time.
draft
|
Sun, 01 Mar 2009 21:48:03 +0000 |
rubidium |
(svn r15596) -Change: road vehicles can stop at stops when they own the stop, not when they own the road/tram track.
draft
|
Sat, 21 Feb 2009 12:52:41 +0000 |
frosch |
(svn r15541) -Revert (r15399): 'v->cargo_type' is also used in other places, which cannot accept CT_INVALID.
draft
|
Sat, 21 Feb 2009 11:54:25 +0000 |
frosch |
(svn r15540) -Fix: Testing of 'only_this' in CmdRefitRoadVeh() could be skipped by 'continue'.
draft
|
Fri, 20 Feb 2009 23:21:04 +0000 |
frosch |
(svn r15534) -Codechange: Rename some variables.
draft
|
Mon, 09 Feb 2009 21:20:05 +0000 |
rubidium |
(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.
draft
|
Mon, 09 Feb 2009 02:57:15 +0000 |
rubidium |
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
draft
|
Fri, 06 Feb 2009 15:52:22 +0000 |
rubidium |
(svn r15375) -Fix [FS#2605]: a tram circling around in a depot did never actually 'enter' the depot.
draft
|
Fri, 06 Feb 2009 15:39:34 +0000 |
rubidium |
(svn r15374) -Codechange: remove a magic constant.
draft
|
Thu, 05 Feb 2009 17:28:37 +0000 |
frosch |
(svn r15358) -Add [NoAI]: AIEventVehicleCrashed::GetCrashReason()
draft
|
Tue, 03 Feb 2009 20:39:06 +0000 |
frosch |
(svn r15326) -Fix: Old-ai-ishm when refitting vehicles.
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Tue, 27 Jan 2009 19:44:36 +0000 |
frosch |
(svn r15286) -Fix: Refitting did not invalidate vehicle-colour-maps of road-vehicles, ships and aircraft, as well vehicle-length of road-vehicles.
draft
|
Sun, 25 Jan 2009 00:57:03 +0000 |
glx |
(svn r15263) -Codechange: added Engine::GetCost() to remove some code duplication.
draft
|
Thu, 22 Jan 2009 21:33:08 +0000 |
glx |
(svn r15210) -Fix: Vehicle::GetRunningCost() was wrong for ships and aircraft
draft
|
Tue, 13 Jan 2009 22:58:03 +0000 |
smatz |
(svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEAR
draft
|
Mon, 12 Jan 2009 17:11:45 +0000 |
truebrain |
(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see.
draft
|
Sat, 10 Jan 2009 00:31:47 +0000 |
rubidium |
(svn r14949) -Cleanup: pointer coding style
draft
|
Wed, 07 Jan 2009 17:50:20 +0000 |
frosch |
(svn r14903) -Fix: First create all articulated parts of roadvehicles, then call callback 36 capacity, also call it for all articulated parts.
draft
|
Tue, 06 Jan 2009 14:45:38 +0000 |
peter1138 |
(svn r14869) -Feature: Allow road vehicles to move multiple steps in a tick (code based on train movement code) and add support for RV prop 15. This gives RVs a maximum speed of 318mph instead 79mph. This only implements higher speeds, not 'realistic acceleration'.
draft
|
Sun, 04 Jan 2009 18:34:23 +0000 |
smatz |
(svn r14835) -Change: apply the 'warn if train's income is negative' setting to other vehicle types, too
draft
|
Sun, 28 Dec 2008 14:37:19 +0000 |
rubidium |
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
draft
|
Fri, 26 Dec 2008 21:08:51 +0000 |
rubidium |
(svn r14748) -Codechange: unduplicate window updating when deleting vehicles.
draft
|
Thu, 13 Nov 2008 20:26:06 +0000 |
frosch |
(svn r14578) -Fix (r2389, r10811)[FS#Vikthor]: Allow capacity callbacks (15, 36) to return zero capacity.
draft
|
Fri, 07 Nov 2008 17:59:51 +0000 |
rubidium |
(svn r14566) -Fix [FS#2397]: RV's go via order would reserve a slot at the 'via' station which it never uses, which makes it unlikely that it reserves a slot for the next station and that makes queueing fail (Aali)
draft
|
Tue, 28 Oct 2008 23:34:42 +0000 |
rubidium |
(svn r14545) -Fix [FS#2386]: road vehicles sometimes never got their "slots" deallocated causing RVs not going to depot for service.
draft
|
Fri, 10 Oct 2008 22:50:31 +0000 |
smatz |
(svn r14458) -Fix [FS#2341](r14368): crash when there was a tram dead end after a station/tunnel/bridge (frosch123 and Rubidium)
draft
|