summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
AgeCommit message (Expand)Author
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
2008-05-06(svn r12973) -Codechange: Rename GRMSpriteEntry to GRFLocation, as it is not ...peter1138
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-05(svn r12958) -Codechange: Allocate sprites reserved by GRM in advance of 'Act...peter1138
2008-05-05(svn r12950) -Fix: two includes is one too muchbelugas
2008-05-04(svn r12944) -Codechange: use rev.h instead of externs at many placessmatz
2008-04-30(svn r12932) -Fix [FS#1970]: Articulated engines ignored GRF engine overrides.peter1138
2008-04-29(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...peter1138
2008-04-22(svn r12839) -Codechange: Allocate temporary engine data when loading GRFs as...peter1138
2008-04-19(svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks...peter1138
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-04-17(svn r12751) -Codechange: do what has been done in r11862 in a different way ...rubidium
2008-04-10(svn r12648) -Feature: allow four different non-stop types in a single game i...rubidium
2008-03-31(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especial...rubidium
2008-03-31(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...rubidium
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-28(svn r12454) -Fix (r12452): incorrect calculation for 'first vehicle in this ...glx
2008-03-27(svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only.glx
2008-03-27(svn r12450) -Codechange: Use a pointer instead of several array dereferences.peter1138
2008-03-27(svn r12449) -Feature[newGRF]: Add support for var A2/22 for action 7/9/D: Di...belugas
2008-03-15(svn r12368) -Codechange: use explicit body for loops and conditions and remo...smatz
2008-03-05(svn r12341) -Fix (r11224) [FS#1827]: GRM buffer for cargos was incorrect size.peter1138
2008-03-04(svn r12333) -Fix: Switch grfstatus from 'activated' back to 'will-be-active'...frosch