Commit Graph

106 Commits (a2b505e4ca5973cbf087ea856431fe8922687e1b)

Author SHA1 Message Date
rubidium 9a57a1912d (svn r10073) -Codechange: make the NewGRF paths in the config file without any full paths (again). 18 years ago
peter1138 bbfad49142 (svn r10059) -Fix (r10045): Pretend GRF is still in initialisation state when leaving reservation stage. This fixes action 7/9 tests for grfs that will be active. 18 years ago
peter1138 2e9a4359f0 (svn r10052) -Codechange: Support reserve/activate stage bits of action 7/9 variable 84. 18 years ago
peter1138 f20f1eb47b (svn r10045) -Codechange: Process Action 8 during GLS_RESERVATION to allow Action 7/Action 9s to work properly 18 years ago
peter1138 6c11a1f9b7 (svn r10044) -Fix: Minor NewGRF debug message fixes, and skip sprites of an unsupported Action 5 feature. 18 years ago
peter1138 7660db1716 (svn r10019) -Codechange: Implement GRM for newcargos 18 years ago
belugas 4c243d099c (svn r10005) -Codechange: Merge two flags (2cc and newhouses) indicating some newgrf features have been loaded, and introduce the newindustry one. 18 years ago
belugas 78151810d7 (svn r10001) -Codechange: Add support for removing dynamically allocated newgrf data 18 years ago
rubidium 294a154bf7 (svn r9999) -Feature: make it possible to disallow busses and lorries to go a specific way on straight pieces of road. 18 years ago
belugas 311b04e87a (svn r9994) -Codechange: Add pointers for Industry and Industry Tiles in the grf file. 18 years ago
belugas e4785e0376 (svn r9976) -Codechange: Declare a writable array of specs for industry and industry tiles.
It will be initialized by the original data upon game start.
Rename some enums to be more consistent too
18 years ago
rubidium a8d9b4e040 (svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0. 18 years ago
rubidium 7ec428fe7e (svn r9918) -Fix: the available roadtypes/railtypes were not updated on GRF updates. 18 years ago
peter1138 a507341089 (svn r9916) -Codechange: Free memory used by cargo translation tables 18 years ago
peter1138 d20e06f9b6 (svn r9890) -Codechange: Don't allocate space for 0 spriteset ranges 18 years ago
peter1138 6670d1c018 (svn r9883) -Fix (r4965): [NewGRF] Check for overflow and carry over when adding to the existing value. 18 years ago
glx 1e696cc27b (svn r9880) -Add: [NewGRF] Add action 7/9 condition 0B/0C (cargo type availability) 18 years ago
peter1138 44b7f10db1 (svn r9877) -Revert (r9876): one file too many... 18 years ago
peter1138 d22478a22b (svn r9876) -Codechange: [NewHouses] Add support for callback 2E (cargo production) 18 years ago
rubidium c8d05162c2 (svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness. 18 years ago
belugas 641d51a5ad (svn r9850) -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses.
Basically, it is more a gathering of IDs from grf files and ingame data.
18 years ago
rubidium 3615d2aeee (svn r9843) -Fix (r9838): tell the newgrfs that we now support proper FIFO loading. 18 years ago
peter1138 aae8d359e6 (svn r9827) -Codechange/Fix: [NewGRF] Text strings of 1 character are perfectly valid... (fixes dbsetxl refits again...) 18 years ago
peter1138 f7ccb6e31e (svn r9825) -Codechange: [NewGRF] Add support for early vehicle retirement. 18 years ago
maedhros 304075b389 (svn r9823) -Feature: Add support for house property 1F - minimum life span. 18 years ago
rubidium f47e81c900 (svn r9799) -Codechange: separate engine class and engine running cost class (mart3p). 18 years ago
peter1138 e109773636 (svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals. 18 years ago
rubidium 425923c8d2 (svn r9795) -Codechange: enumify the EngineClass. 18 years ago
maedhros b219b7b53a (svn r9793) -Fix (r9701): Action D 'TTDPatch variable' 0x0B should be the starting year, not the current year. 18 years ago
peter1138 9adf583122 (svn r9790) -Codechange: [NewGRF] Skip action 1 sprites in all stages except activation. This also cleans up some special-case handling of the sprites. Actions 1 and 2 are now not considered unsafe, as an Action 3 (which is unsafe) is required for them. 18 years ago
peter1138 cef3e9bde1 (svn r9775) -Fix: Remove arbitrary limit on length of NewGRF strings. 18 years ago
maedhros 1d05573950 (svn r9730) -Feature: [NewGRF] Add support for miscellaneous grf feature bit 1 - paved roads on desert tiles. 18 years ago
belugas 73a0ccdf9a (svn r9721) -Codechange: -Codechange: Cleanup of industry_cmd (Step-12). Dynamically build the legends (name and color) for industries in the smallmap_gui.
All the tiny fonts industry names should be removed from language files soon.
18 years ago
peter1138 60dbc59bf8 (svn r9717) -Codechange: (NewGRF) Skip Action 5 & A sprites in all loading stages except activation. 18 years ago
peter1138 fa22eed316 (svn r9701) -Codechange: Add support for returning 'ttdpatch variables' - http://wiki.ttdpatch.net/tiki-index.php?page=ActionDSpecialVariables 18 years ago
peter1138 3b47d79353 (svn r9690) -Codechange: Update another couple of NewGRF TTDPatch flags 18 years ago
peter1138 c7bdb5afe5 (svn r9686) -Codechange: Update a couple of NewGRF TTDPatch flags 18 years ago
rubidium 2ce514284c (svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces. 18 years ago
rubidium 7577954ced (svn r9672) -Cleanup: lots of coding style fixes around operands. 18 years ago
belugas 097b3b3c7b (svn r9662) -Documentation: Doxygen corrections and @file omissions 18 years ago
peter1138 f37930d26a (svn r9655) -Revert (r9094 partial): *Do* calculate refit masks for unavailable vehicle types... things like articulated engines can still build these parts... ... ... dot dot dot 18 years ago
belugas 9315663258 (svn r9653) -Codechange: Indicate the proper function names in the GRF messages 18 years ago
peter1138 fe368130dc (svn r9646) -Fix (r9645): incorrect count in error message for airport graphics 18 years ago
peter1138 30c1d7472d (svn r9645) -Feature: Add NewGRF Action 5 (Sprite Replacement) support for 2cc colour maps, airport, and road stop sprites. 18 years ago
peter1138 7df3a94d8f (svn r9638) -Feature: Increase cargo types from 12 to 32 and enable newcargo flag in NewGRF loader. 18 years ago
peter1138 13de7f229e (svn r9621) -Codechange: implement newgrf house property 1E (cargo types) 18 years ago
peter1138 3148fdca59 (svn r9601) -Codechange: Store grf file reference in station spec, not just GRF ID 18 years ago
rubidium 1c1a4bc872 (svn r9560) -Codechange: add support for multiple 'base' directories for newgrf searching.
-Codechange: do not add duplicate files to the newgrf list.
18 years ago
peter1138 4a1f9286dd (svn r9439) -Codechange: check for valid default cargo type even if a vehicle is not refittable... 18 years ago
peter1138 5780965b90 (svn r9438) -Codechange: Map cargo colours from DOS to Windows if necessary. 18 years ago