summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
AgeCommit message (Expand)Author
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-06(svn r9037) -Feature: [NewGRF] Add support for Action 13, which allows you to...maedhros
2007-03-06(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states t...maedhros
2007-03-02(svn r8973) -Feature/Codechange: Changed the internal unit for aircraft veloc...celestar
2007-03-01(svn r8964) -Codechange: use grf_load_string to read action 8 strings instead...rubidium
2007-02-24(svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo map...peter1138
2007-02-24(svn r8890) -Codechange: (NewGRF) add cargo translation support to engine var 47peter1138
2007-02-24(svn r8888) -Codechange: Replace hardcoded default cargo bitmasks with a list...peter1138
2007-02-24(svn r8886) -Codechange: (NewGRF) Add (partial) cargo translation table suppo...peter1138
2007-02-24(svn r8885) -Codechange: (NewGRF) If a default cargo type property is out of ...peter1138
2007-02-24(svn r8881) -Feature: Allow built-in newgrf error messages to be translated, ...maedhros
2007-02-23(svn r8865) -Codechange: (NewGRF) Ignore 1 byte action 0s during safety checkpeter1138
2007-02-22(svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping table...peter1138
2007-02-22(svn r8843) -Fixtron
2007-02-21(svn r8838) -Feature: Show newgrf error messages loaded in Action B in the ne...maedhros
2007-02-21(svn r8831) -Feature: If an action 7/9 leads to skipping the rest of the file...maedhros
2007-02-21(svn r8830) -Feature: Stop loading and disable the current newgrf if a fatal ...maedhros
2007-02-20(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str...peter1138
2007-02-20(svn r8825) -Fix: Make sure strings read from newgrf files are 0 terminated a...maedhros
2007-02-17(svn r8792) -Fix (r6623): Don't check whether a string length is 1 when you a...maedhros
2007-02-16(svn r8753) -Regression (r8455): Do not unilateraly decide that this engine i...belugas
2007-02-10(svn r8661) -Fix: [depot windows] Enlarge the blocks in the depot window if a...bjarni
2007-02-07(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that ...bjarni
2007-02-02(svn r8526) -Codechange: add stubs for unsupported newgrf station propertiespeter1138
2007-02-01(svn r8505) -Codechange: Ensure GRM allocated sprites will be below the origi...peter1138
2007-01-30(svn r8465) -Regression (r8455): Switching from dual to single head should sw...peter1138
2007-01-30(svn r8455) -Codechange: Give a more meaningful name (railveh_type)to member ...belugas
2007-01-27(svn r8429) -Codechange: Add a name for AircraftVehicleInfo subtype helicopte...Darkvater
2007-01-21(svn r8314) -Fixtron
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-12(svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138)maedhros
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr
2007-01-10(svn r8044) Regression (r8038): Crash on allocating bridge memory (peter1138)Darkvater
2007-01-10(svn r8041) -Regression (r7564): [NewGRF] check_length should skip further pr...peter1138
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr