src/newgrf_engine.h
Sun, 20 Jul 2008 21:23:28 +0000 peter1138 (svn r13761) -Codechange: Remove dependency on rail for altering purchase list position (mostly function renaming)
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.
Wed, 30 Apr 2008 17:42:08 +0000 peter1138 (svn r12932) -Fix [FS#1970]: Articulated engines ignored GRF engine overrides.
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.
Thu, 24 Apr 2008 15:51:29 +0000 peter1138 (svn r12872) -Codechange: Remove obsolete unused engine list order function
Sat, 12 Jan 2008 19:58:06 +0000 peter1138 (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is
Wed, 09 Jan 2008 20:23:12 +0000 peter1138 (svn r11799) -Codechange: no need to special-case helicopter rotor 'overrides'
Sat, 05 Jan 2008 15:39:22 +0000 peter1138 (svn r11761) -Codechange: Use appropriate variable types for NewGRF engine overrides, and adjust scope while there.
Tue, 18 Dec 2007 19:52:14 +0000 rubidium (svn r11661) -Codechange: some header reworks in order to try to reduce the compile time of OpenTTD by reduce the amount of circular-ish dependencies.
Sun, 11 Nov 2007 12:29:47 +0000 rubidium (svn r11406) -Fix: wrong triggers would be activated on callback 32 for vehicles.
Sun, 28 Oct 2007 16:00:51 +0000 glx (svn r11353) -Codechange: add support for newgrf callback 32
Wed, 25 Jul 2007 19:06:29 +0000 rubidium (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer.
Thu, 10 May 2007 06:42:43 +0000 peter1138 (svn r9818) -Codechange: Cache wagon override sprite set whenever consist is changed, instead of 'recalculating' it every time it is used or just tested.
Fri, 20 Apr 2007 21:42:06 +0000 peter1138 (svn r9703) -Codechange: support callback 36 in vehicle purchase lists
Wed, 18 Apr 2007 18:37:40 +0000 peter1138 (svn r9671) -Codechange: Implement NewGRF callback 36, which allows changing of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable.
Wed, 21 Mar 2007 03:06:21 +0000 belugas (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
Wed, 07 Mar 2007 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Sat, 06 Jan 2007 13:26:04 +0000 peter1138 (svn r7901) -Codechange: Remove some misplaced externs and use extern, not VARDEF, in the place they should be...
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: