rubidium
|
08be68e0b4
|
(svn r9841) -Codechange: add a little more type strictness to the vehicle types.
|
2007-05-15 11:28:22 +00:00 |
|
peter1138
|
acf5496681
|
(svn r9819) -Codechange: Take account of AMED_HOLD in OTTD/TTDP state translation (bulb)
|
2007-05-10 09:21:22 +00:00 |
|
peter1138
|
fe5830c4b7
|
(svn r9818) -Codechange: Cache wagon override sprite set whenever consist is changed, instead of 'recalculating' it every time it is used or just tested.
|
2007-05-10 06:42:43 +00:00 |
|
rubidium
|
b159fb0898
|
(svn r9803) -Feature(tte): support for "curvature info", Action 2 for train, variable 45 (mart3p).
|
2007-05-06 20:05:10 +00:00 |
|
peter1138
|
9763b5bf8b
|
(svn r9703) -Codechange: support callback 36 in vehicle purchase lists
|
2007-04-20 21:42:06 +00:00 |
|
peter1138
|
9861db8596
|
(svn r9702) -Codechange: Add livery support to newgrf vehicle var 43
|
2007-04-20 21:21:47 +00:00 |
|
peter1138
|
0d32783f87
|
(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.
|
2007-04-18 18:37:40 +00:00 |
|
belugas
|
097b3b3c7b
|
(svn r9662) -Documentation: Doxygen corrections and @file omissions
|
2007-04-17 20:23:13 +00:00 |
|
belugas
|
8952924c64
|
(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
|
2007-03-21 03:06:21 +00:00 |
|
rubidium
|
36cea84b11
|
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
|
2007-03-08 16:27:54 +00:00 |
|
rubidium
|
979ccd45ba
|
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
|
2007-03-07 12:11:48 +00:00 |
|
rubidium
|
4169bfba06
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
maedhros
|
78c3edcbb1
|
(svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10,
which is set when a vehicle was built during the exclusive testing phase.
|
2007-02-28 17:59:05 +00:00 |
|
maedhros
|
e1748afd4f
|
(svn r8943) -Fix (r5338): [NewGRF] Fix support for vehicle variable 48, which just returns Engine[id].flags
|
2007-02-28 10:40:34 +00:00 |
|
peter1138
|
7669f63d4e
|
(svn r8903) -Regression (r8891): CT_PURCHASE does apply to aircraft overrides...
|
2007-02-25 14:33:43 +00:00 |
|
peter1138
|
6b7a4ba448
|
(svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
|
2007-02-24 23:36:40 +00:00 |
|
peter1138
|
bc968d23f1
|
(svn r8890) -Codechange: (NewGRF) add cargo translation support to engine var 47
|
2007-02-24 23:20:21 +00:00 |
|
peter1138
|
c924185f97
|
(svn r8863) -Fix: prefix engine_custom_sprites with _
|
2007-02-23 19:27:31 +00:00 |
|
peter1138
|
b3efec2e7d
|
(svn r8858) -Codechange: Replace magic number test with class method for determining if a cargo is valid/active.
|
2007-02-23 09:56:20 +00:00 |
|
peter1138
|
2306a02f75
|
(svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping tables with dynamically generated data. Change associated code to use new functions.
|
2007-02-22 22:09:51 +00:00 |
|
peter1138
|
3d581f4f89
|
(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels.
|
2007-02-20 22:09:21 +00:00 |
|
tron
|
128caa5050
|
(svn r8755) -Fix
Abbreviate GetAirport(st->airport_type) to st->Airport()
|
2007-02-16 09:38:43 +00:00 |
|
celestar
|
d9f034bd87
|
(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.
|
2007-02-15 10:21:00 +00:00 |
|
tron
|
e62036f5e9
|
(svn r8743) -Fix
-Codechange: Add a Z adjustment attribute for helicopter pads to AirportFTAClass to get rid of some special cases for oilrigs and heliports
|
2007-02-15 07:43:06 +00:00 |
|
tron
|
f0f86442ad
|
(svn r8559) -Fix
-Codechange: Put the airport movement data into struct AirportFTAClass
|
2007-02-03 13:03:11 +00:00 |
|
KUDr
|
28e969924b
|
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
|
2007-01-11 17:29:39 +00:00 |
|
celestar
|
08de6b082a
|
(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().
|
2007-01-11 11:05:01 +00:00 |
|
rubidium
|
a7d0cdf95f
|
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
2007-01-10 18:56:51 +00:00 |
|
KUDr
|
07c30785ab
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|