src/train_cmd.cpp
Tue, 17 Jun 2008 13:22:13 +0000 richk (svn r13548) [NewGRF_ports] -Sync: with trunk r13412:13544. NewGRF_ports
Tue, 17 Jun 2008 10:32:49 +0000 richk (svn r13545) [NewGRF_ports] -Sync: with trunk r13281:13411. NewGRF_ports
Sun, 15 Jun 2008 22:18:10 +0000 glx (svn r13525) [NoAI] -Add: added AIEventEngineAvailable and AIEventStationFirstVehicle noai
Fri, 13 Jun 2008 15:43:39 +0000 glx (svn r13509) [NoAI] -Sync: with trunk r13472:13508. noai
Fri, 13 Jun 2008 13:28:55 +0000 peter1138 (svn r13507) -Fix (r12856): first engine change should've been moved too
Wed, 11 Jun 2008 15:23:32 +0000 glx (svn r13473) [NoAI] -Sync: with r13417:13472. noai
Tue, 10 Jun 2008 21:59:22 +0000 smatz (svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most places
Sun, 08 Jun 2008 15:32:10 +0000 rubidium (svn r13418) [NoAI] -Sync: with trunk r13380:13417. noai
Thu, 05 Jun 2008 20:54:52 +0000 glx (svn r13390) -Codechange: introduce usererror() for fatal but not openttd related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror().
Thu, 29 May 2008 15:56:32 +0000 glx (svn r13326) [NoAI] -Sync with trunk r13264:13325 noai
Thu, 29 May 2008 15:13:28 +0000 rubidium (svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
Tue, 27 May 2008 00:50:55 +0000 richk (svn r13281) [NewGRF_ports] -Sync: with trunk r13145:13280. Includes support for Noise Level on Prop 24 in .grf files. NewGRF_ports
Mon, 26 May 2008 20:45:25 +0000 richk (svn r13274) [NewGRF_ports] -Sync: with trunk r12806:13144. NewGRF_ports
Mon, 26 May 2008 13:52:59 +0000 rubidium (svn r13265) [NoAI] -Sync with trunk r13185:13264. noai
Sun, 25 May 2008 22:36:44 +0000 rubidium (svn r13255) -Codechange: move _opt to _settings.
Sun, 25 May 2008 19:17:03 +0000 rubidium (svn r13251) -Codechange: rename _patches to _settings as that is more logic.
Wed, 21 May 2008 12:06:05 +0000 peter1138 (svn r13205) -Codechange: Remove unnecessary code-style-buggering-up macro.
Tue, 20 May 2008 20:14:34 +0000 rubidium (svn r13200) [0.6] -Backport from trunk (r13023, r13066, r13074, r13137): 0.6
Mon, 19 May 2008 15:13:58 +0000 glx (svn r13189) [NoAI] -Sync: with trunk r13055:13185. noai
Sun, 18 May 2008 16:51:44 +0000 rubidium (svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+InvalidateWindowXXX with InvalidateWindowXXXData.
Sat, 17 May 2008 13:01:30 +0000 rubidium (svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp.
Thu, 15 May 2008 13:39:36 +0000 rubidium (svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls.
Wed, 14 May 2008 18:31:21 +0000 smatz (svn r13090) -Codechange: add functions for direct conversion from DiagDirection to Track and Trackbits
Wed, 14 May 2008 16:38:53 +0000 smatz (svn r13088) -Codechange: use SigSegState enum instead of bool variable (michi_cc)
Tue, 13 May 2008 20:39:57 +0000 peter1138 (svn r13074) -Fix: For multiheaded engines, halve power and running cost when used instead of when loading, to allow callback values to work properly.
Thu, 08 May 2008 17:30:02 +0000 rubidium (svn r13017) [0.6] -Backport from trunk (r12629): 0.6
Wed, 07 May 2008 21:09:51 +0000 rubidium (svn r12997) [NoAI] -Sync: with trunk r12895:12996. noai
Tue, 06 May 2008 21:28:30 +0000 rubidium (svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Tue, 29 Apr 2008 21:31:29 +0000 peter1138 (svn r12924) -Feature: Introducing the so called 'engine pool' which primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist.
Sun, 27 Apr 2008 15:05:17 +0000 truebrain (svn r12911) [NoAI] -Add: added AIEventVehicle(List|WaitingInDepot|Unprofitable) (Yexo) noai
Fri, 25 Apr 2008 15:20:48 +0000 rubidium (svn r12896) [NoAI] -Sync: with trunk r12824:r12895. noai
Fri, 25 Apr 2008 06:15:12 +0000 rubidium (svn r12891) [0.6] -Fix (r12868): breakdowns were broken and would cause vehicles to go slower than they should have been moving. 0.6
Thu, 24 Apr 2008 14:33:18 +0000 rubidium (svn r12871) [0.6] -Backport from trunk r12819, r12818, r12759: 0.6
Thu, 24 Apr 2008 12:32:37 +0000 rubidium (svn r12868) [0.6] -Backport from trunk r12795, r12776, r12683, r12681, r12678: 0.6
Thu, 24 Apr 2008 11:56:15 +0000 rubidium (svn r12865) [0.6] -Backport from trunk r12856, r12809, r12808, r12637, r12574: 0.6
Thu, 24 Apr 2008 07:44:21 +0000 peter1138 (svn r12860) -Fix [FS#1947]: Train depart animation trigger was not called in some cases.
Wed, 23 Apr 2008 21:55:24 +0000 peter1138 (svn r12856) -Fix: Taking r12377 further, ensure that prop 25 is set for all vehicles in the consist before other properties.
Mon, 21 Apr 2008 21:15:50 +0000 glx (svn r12826) [NoAI] -Sync: with trunk r12780:12824 noai
Mon, 21 Apr 2008 20:50:58 +0000 peter1138 (svn r12824) -Codechange: Standardise routines for drawing vehicle images, using correct types and less duplication.
Mon, 21 Apr 2008 14:33:33 +0000 rubidium (svn r12819) -Codechange: handle more NewGRFs in the same way as TTDP does it, i.e. testing the low bits for 0xFF or 0 instead of all bits.
Mon, 21 Apr 2008 13:45:03 +0000 rubidium (svn r12818) -Codechange: make callbacks 31 and 37 behave like they do in TTDP according to frosch's survey.
Sun, 20 Apr 2008 15:27:28 +0000 richk (svn r12806) [NewGRF_ports] -Sync: with trunk r12773:12805. NewGRF_ports
Sun, 20 Apr 2008 11:12:07 +0000 rubidium (svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpp
Sun, 20 Apr 2008 10:13:54 +0000 rubidium (svn r12803) -Cleanup: rename SpecialVehicle to EffectVehicle to have a uniform naming of the thing instead of using both names for the same thing.
Sat, 19 Apr 2008 23:19:12 +0000 peter1138 (svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks to mart3p for samples and fixes)
Sat, 19 Apr 2008 21:23:42 +0000 rubidium (svn r12795) -Fix [FS#1938]: vehicles could break down during loading and keep loading. The intention of the break down code is not to break down when having zero speed, therefor break downs now do not happen when loading.
Fri, 18 Apr 2008 23:33:51 +0000 rubidium (svn r12781) [NoAI] -Sync: with trunk r12711:12780. noai
Fri, 18 Apr 2008 19:55:13 +0000 richk (svn r12774) [NewGRF_ports] -Sync: with trunk r12742:12772. NewGRF_ports
Fri, 18 Apr 2008 04:37:06 +0000 rubidium (svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
Thu, 17 Apr 2008 19:10:30 +0000 rubidium (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
Thu, 17 Apr 2008 18:24:45 +0000 smatz (svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler function can be used
Thu, 17 Apr 2008 00:44:20 +0000 smatz (svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()
Wed, 16 Apr 2008 22:34:14 +0000 richk (svn r12743) [NewGRF_ports] -Sync: with trunk r12705:12741. NewGRF_ports
Wed, 16 Apr 2008 22:16:04 +0000 richk (svn r12742) [NewGRF_ports] -Sync: with trunk r12673:12705. NewGRF_ports
Wed, 16 Apr 2008 00:07:47 +0000 richk (svn r12732) [NewGRF_ports] -Sync: with trunk r12657:12672. NewGRF_ports
Tue, 15 Apr 2008 00:47:19 +0000 richk (svn r12715) [NewGRF_ports] -Sync: with trunk r12351:12644. NewGRF_ports
Mon, 14 Apr 2008 21:21:10 +0000 rubidium (svn r12712) [NoAI] -Sync with trunk r12672:12711. noai
Mon, 14 Apr 2008 20:48:17 +0000 glx (svn r12711) -Codechange: remove unneeded loops
Mon, 14 Apr 2008 07:08:43 +0000 rubidium (svn r12698) -Codechange: skip orders to stations that do not have a train part anymore, just like is done for road vehicles and ships.