summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
AgeCommit message (Expand)Author
2007-09-26(svn r11164) -Fix(r11161): a rogue space roaming in the night... removedbelugas
2007-09-26(svn r11162) -Fix: Acceptance is not a cargo, but rather a level of... accept...belugas
2007-09-26(svn r11161) -Fix: Allow to transform coordinates in negative ones when gfx o...belugas
2007-09-23(svn r11150) -Fix [FS#1202]: NewGRF action 3 does not necessarily need an act...rubidium
2007-09-22(svn r11144) -Codechange: add support for newgrf callbacks 29 and 35glx
2007-09-19(svn r11132) -Fix: NewGRFs seem to assume that STR_NULL is an empty string or...rubidium
2007-09-19(svn r11129) -Fix: update some TextID to StringID 'translations' to reflect c...glx
2007-09-13(svn r11095) -Codechange: don't abuse 'file_pos' by storing the file_slot in ...truelight
2007-08-21(svn r10955) -Fix: The substitute prop (0x08) of industry tiles does not beha...belugas
2007-08-10(svn r10836) -Fix [FS#1014]: Make sure the third cargo type accepted by house...maedhros
2007-07-19(svn r10628) -Fix (r10606,FS#1055): Revert r10606 and fix the plural problem ...peter1138
2007-07-17(svn r10606) -Fix (r8826): plural and single cargo names were mixed up.peter1138
2007-07-12(svn r10521) -Fix: some NewGRFs did not check whether the newindustries bit w...rubidium
2007-07-11(svn r10514) -Codechange: add support for getting the nearest industry with a...rubidium
2007-07-11(svn r10508) -Codechange: allow customizable animation schemes for industries.rubidium
2007-07-10(svn r10495) -Codechange: Add the Action 00 property handlers for Industries ...belugas
2007-07-06(svn r10457) -Codechange: Load the newly read definitions of Industries and I...belugas
2007-07-06(svn r10456) -Codechange: Enable loading newgrf strings for Industriesbelugas
2007-07-05(svn r10448) -Codechange: Industry Tiles and Houses share almost the same spr...belugas
2007-07-05(svn r10442) -Codechange: implement the industry production callback.rubidium
2007-07-04(svn r10436) -Cleanup: Doxygenise some comments, update others, and make a fe...maedhros
2007-07-04(svn r10435) -Fix (r9315): numinfo starts from 1, not 0, so make it possible ...maedhros
2007-07-04(svn r10434) -Fix (r9315): When setting multiple house overrides in one Actio...maedhros
2007-07-04(svn r10433) -Codechange: Remove FOR_EACH_OBJECT by moving the for loops in t...maedhros
2007-06-23(svn r10298) -Fix [FS#903]: show the subdirectory below the default data dire...rubidium
2007-06-18(svn r10211) -Feature: [NewGRF] Add support for action 0Fglx
2007-06-17(svn r10180) -Fix (r10167): do not reset the 2cc loaded feature setting when ...rubidium
2007-06-17(svn r10178) -Fix: Don't deactivate newgrf files when skipping the rest of th...maedhros
2007-06-15(svn r10167) -Codechange: Change the flagging system of grf loaded feature fr...belugas
2007-06-14(svn r10157) -Fix: use as indentified for PNGs, the place of the image as it ...truelight
2007-06-13(svn r10141) -Fix (FS#848, r8973): Set the newgrf bit for realistic plane spe...celestar
2007-06-13(svn r10128) -Fix (r4811): missing printf parameters in newgrf debug messagepeter1138
2007-06-12(svn r10114) -Fix: Only load newgrf error messages if the language matches th...maedhros
2007-06-12(svn r10110) -Fix: Reset NewGRF errors along with all the other NewGRF data s...maedhros
2007-06-11(svn r10097) -Feature: Add support for articulated road vehicles, or callback...maedhros
2007-06-10(svn r10088) -Codechange: A typo and a code-stylebelugas
2007-06-08(svn r10073) -Codechange: make the NewGRF paths in the config file without an...rubidium
2007-06-07(svn r10059) -Fix (r10045): Pretend GRF is still in initialisation state when...peter1138
2007-06-07(svn r10052) -Codechange: Support reserve/activate stage bits of action 7/9 v...peter1138
2007-06-05(svn r10045) -Codechange: Process Action 8 during GLS_RESERVATION to allow Ac...peter1138
2007-06-05(svn r10044) -Fix: Minor NewGRF debug message fixes, and skip sprites of an u...peter1138
2007-06-02(svn r10019) -Codechange: Implement GRM for newcargospeter1138
2007-05-31(svn r10005) -Codechange: Merge two flags (2cc and newhouses) indicating some...belugas
2007-05-31(svn r10001) -Codechange: Add support for removing dynamically allocated newg...belugas
2007-05-31(svn r9999) -Feature: make it possible to disallow busses and lorries to go a...rubidium
2007-05-31(svn r9994) -Codechange: Add pointers for Industry and Industry Tiles in the ...belugas
2007-05-29(svn r9976) -Codechange: Declare a writable array of specs for industry and i...belugas
2007-05-25(svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.rubidium
2007-05-25(svn r9918) -Fix: the available roadtypes/railtypes were not updated on GRF u...rubidium
2007-05-25(svn r9916) -Codechange: Free memory used by cargo translation tablespeter1138