summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
AgeCommit message (Expand)Author
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-03(svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs i...rubidium
2008-09-02(svn r14230) -Codechange: Simplify MapDOSColour() using the new stuff.frosch
2008-09-02(svn r14229) -Feature: allow overriding the palette of the base GRFs. This wa...rubidium
2008-08-31(svn r14203) -Codechange: [NewGRF] Disable a GRF if it contains an unknown pr...peter1138
2008-08-31(svn r14202) -Codechange: [NewGRF] Give more meaningful output if a house/ind...peter1138
2008-08-31(svn r14201) -Codechange: [NewGRF] Don't continue processing an Action 0 if w...peter1138
2008-08-31(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h...rubidium
2008-08-31(svn r14198) -Codechange: [NewGRF] Simplify handling of common vehicle proper...peter1138
2008-08-30(svn r14191) -Codechange: unify the code to skip sprite payload (i.e. not the...rubidium
2008-08-30(svn r14189) -Fix (r14188): Accidental line removalpeter1138
2008-08-30(svn r14188) -Codechange: [NewGRF] Cargo type of 0xFF is specified to be 'use...peter1138
2008-08-29(svn r14184) -Codechange: [NewGRF] Since our NewGRF handling is better than i...peter1138
2008-08-28(svn r14182) -Fix: After applying NewGRF settings, all rail and road types we...peter1138
2008-08-25(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'smatz
2008-08-25(svn r14172) -Feature[newGRF]: Add support for property 0x13 for Bridges.belugas
2008-08-24(svn r14160) -Codechange: Move _railtype_cost_multipliers into the rail type ...peter1138
2008-08-24(svn r14158) -Codechange: Initialization of rail type data from static source...peter1138
2008-08-23(svn r14146) -Codechange: allow palette override in both ways and remove some...rubidium
2008-08-19(svn r14102) -Fix [FS#1986]: make NewGRF action 0x06's changes persistent ove...rubidium
2008-08-15(svn r14078) -Codechange: Rename *VehicleInfo::base_cost to cost_factor, indi...peter1138
2008-07-30(svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.frosch
2008-07-30(svn r13881) -Cleanup (r12751): Remove some dead code.frosch
2008-07-26(svn r13831) -Codechange: Make purchase list order NewGRF property an extende...peter1138
2008-07-21(svn r13774) -Codechange: Add support for changing vehicle purchase list posi...peter1138
2008-07-20(svn r13761) -Codechange: Remove dependency on rail for altering purchase lis...peter1138
2008-07-04(svn r13675) -Fix: memory leak when NewGRFs got forcefully disabled and they ...rubidium
2008-06-20(svn r13594) -Feature(ette)[FS#2093]: Supply newgrfs with 'day of month', 'le...frosch
2008-06-19(svn r13576) -Codechange: disable static NewGRFs when non-static NewGRFs quer...rubidium
2008-06-12(svn r13482) -Codechange: Use "extended bytes" in Actions 3 and 4 for vehiclespeter1138
2008-06-11(svn r13469) -Codechange: add support for loading Action 0x05, type 0F: "trac...rubidium
2008-06-11(svn r13464) -Codechange: support NewGRF Action 0x05, type 12.rubidium
2008-06-10(svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most placessmatz
2008-06-10(svn r13437) -Feature[newGRF]: Add long format introduction and maximum const...belugas
2008-06-05(svn r13390) -Codechange: introduce usererror() for fatal but not openttd rel...glx
2008-06-05(svn r13388) -Codechange: Remove "my invented flag for something that is a wa...peter1138
2008-06-04(svn r13376) -Feature: Add access to current long year and date from Action 7...belugas
2008-06-03(svn r13374) -Fix (r13364): Some common compilers do not yet support 9 year o...peter1138
2008-06-03(svn r13372) -Cleanup: Excessive whitespacepeter1138
2008-06-03(svn r13371) -Fix (r4510 ... r12924): Engine array size is not related to the...peter1138
2008-06-03(svn r13368) -Codechange: give house's min/max_date a better name, as it is r...belugas
2008-06-02(svn r13364) -Codechange: Refactor action 3 mapping to use grf_load_*() inste...peter1138
2008-06-02(svn r13363) -Codechange: Code duplication tidy uppeter1138
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-27(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.rubidium
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-24(svn r13226) -Feature: Allow to have more than only two airports per town. T...belugas
2008-05-13(svn r13074) -Fix: For multiheaded engines, halve power and running cost when...peter1138
2008-05-08(svn r13008) -Fix [FS#1997]: silence some MSVC x64 warningsglx