Tue, 15 May 2007 11:28:22 +0000 |
rubidium |
(svn r9841) -Codechange: add a little more type strictness to the vehicle types.
draft
|
Thu, 10 May 2007 09:21:22 +0000 |
peter1138 |
(svn r9819) -Codechange: Take account of AMED_HOLD in OTTD/TTDP state translation (bulb)
draft
|
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.
draft
|
Sun, 06 May 2007 20:05:10 +0000 |
rubidium |
(svn r9803) -Feature(tte): support for "curvature info", Action 2 for train, variable 45 (mart3p).
draft
|
Fri, 20 Apr 2007 21:42:06 +0000 |
peter1138 |
(svn r9703) -Codechange: support callback 36 in vehicle purchase lists
draft
|
Fri, 20 Apr 2007 21:21:47 +0000 |
peter1138 |
(svn r9702) -Codechange: Add livery support to newgrf vehicle var 43
draft
|
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.
draft
|
Tue, 17 Apr 2007 20:23:13 +0000 |
belugas |
(svn r9662) -Documentation: Doxygen corrections and @file omissions
draft
|
Wed, 21 Mar 2007 03:06:21 +0000 |
belugas |
(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
draft
|
Thu, 08 Mar 2007 16:27:54 +0000 |
rubidium |
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
draft
|
Wed, 07 Mar 2007 12:11:48 +0000 |
rubidium |
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
draft
|
Wed, 07 Mar 2007 11:47:46 +0000 |
rubidium |
(svn r9050) -Codechange: Foo(void) -> Foo()
draft
|
Wed, 28 Feb 2007 17:59:05 +0000 |
maedhros |
(svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10,
draft
|
Wed, 28 Feb 2007 10:40:34 +0000 |
maedhros |
(svn r8943) -Fix (r5338): [NewGRF] Fix support for vehicle variable 48, which just returns Engine[id].flags
draft
|
Sun, 25 Feb 2007 14:33:43 +0000 |
peter1138 |
(svn r8903) -Regression (r8891): CT_PURCHASE does apply to aircraft overrides...
draft
|
Sat, 24 Feb 2007 23:36:40 +0000 |
peter1138 |
(svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
draft
|
Sat, 24 Feb 2007 23:20:21 +0000 |
peter1138 |
(svn r8890) -Codechange: (NewGRF) add cargo translation support to engine var 47
draft
|
Fri, 23 Feb 2007 19:27:31 +0000 |
peter1138 |
(svn r8863) -Fix: prefix engine_custom_sprites with _
draft
|
Fri, 23 Feb 2007 09:56:20 +0000 |
peter1138 |
(svn r8858) -Codechange: Replace magic number test with class method for determining if a cargo is valid/active.
draft
|
Thu, 22 Feb 2007 22:09:51 +0000 |
peter1138 |
(svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping tables with dynamically generated data. Change associated code to use new functions.
draft
|
Tue, 20 Feb 2007 22:09:21 +0000 |
peter1138 |
(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels.
draft
|
Fri, 16 Feb 2007 09:38:43 +0000 |
tron |
(svn r8755) -Fix
draft
|
Thu, 15 Feb 2007 10:21:00 +0000 |
celestar |
(svn r8744) -Fix(r654/2105): Call GetFirstVehicleInChain only for trains, and assert the vehicle type in that function. Not a critical error, but it does increase game performance by up to 10% when playing a large game (many vehicles) with aircraft/road vehicle newgrfs loaded.
draft
|
Thu, 15 Feb 2007 07:43:06 +0000 |
tron |
(svn r8743) -Fix
draft
|
Sat, 03 Feb 2007 13:03:11 +0000 |
tron |
(svn r8559) -Fix
draft
|
Thu, 11 Jan 2007 17:29:39 +0000 |
KUDr |
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
draft
|
Thu, 11 Jan 2007 11:05:01 +0000 |
celestar |
(svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macros by a simple template function max(), that requires two arguments of the same type. While I'm at it change a variable called "max" to "maxval" in a function that calls max().
draft
|
Wed, 10 Jan 2007 18:56:51 +0000 |
rubidium |
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
draft
|
Wed, 10 Jan 2007 18:12:09 +0000 |
KUDr |
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
draft
|