belugas
|
4c243d099c
|
(svn r10005) -Codechange: Merge two flags (2cc and newhouses) indicating some newgrf features have been loaded, and introduce the newindustry one.
|
2007-05-31 19:13:41 +00:00 |
|
belugas
|
4af692558a
|
(svn r10005) -Codechange: Merge two flags (2cc and newhouses) indicating some newgrf features have been loaded, and introduce the newindustry one.
|
2007-05-31 19:13:41 +00:00 |
|
belugas
|
78151810d7
|
(svn r10001) -Codechange: Add support for removing dynamically allocated newgrf data
|
2007-05-31 15:40:36 +00:00 |
|
belugas
|
f8da1b6e1a
|
(svn r10001) -Codechange: Add support for removing dynamically allocated newgrf data
|
2007-05-31 15:40:36 +00:00 |
|
rubidium
|
294a154bf7
|
(svn r9999) -Feature: make it possible to disallow busses and lorries to go a specific way on straight pieces of road.
|
2007-05-31 15:15:00 +00:00 |
|
rubidium
|
253aa1b0b0
|
(svn r9999) -Feature: make it possible to disallow busses and lorries to go a specific way on straight pieces of road.
|
2007-05-31 15:15:00 +00:00 |
|
belugas
|
311b04e87a
|
(svn r9994) -Codechange: Add pointers for Industry and Industry Tiles in the grf file.
|
2007-05-31 03:35:11 +00:00 |
|
belugas
|
86abe1b229
|
(svn r9994) -Codechange: Add pointers for Industry and Industry Tiles in the grf file.
|
2007-05-31 03:35:11 +00:00 |
|
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
|
2007-05-29 17:41:59 +00:00 |
|
belugas
|
0cb8413a8f
|
(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
|
2007-05-29 17:41:59 +00:00 |
|
rubidium
|
a8d9b4e040
|
(svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.
|
2007-05-25 22:07:40 +00:00 |
|
rubidium
|
17390241e6
|
(svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.
|
2007-05-25 22:07:40 +00:00 |
|
rubidium
|
7ec428fe7e
|
(svn r9918) -Fix: the available roadtypes/railtypes were not updated on GRF updates.
|
2007-05-25 08:47:40 +00:00 |
|
rubidium
|
9060ab4af1
|
(svn r9918) -Fix: the available roadtypes/railtypes were not updated on GRF updates.
|
2007-05-25 08:47:40 +00:00 |
|
peter1138
|
a507341089
|
(svn r9916) -Codechange: Free memory used by cargo translation tables
|
2007-05-25 06:39:12 +00:00 |
|
peter1138
|
d5d94e230f
|
(svn r9916) -Codechange: Free memory used by cargo translation tables
|
2007-05-25 06:39:12 +00:00 |
|
peter1138
|
d20e06f9b6
|
(svn r9890) -Codechange: Don't allocate space for 0 spriteset ranges
|
2007-05-20 16:17:03 +00:00 |
|
peter1138
|
f1c0229b5d
|
(svn r9890) -Codechange: Don't allocate space for 0 spriteset ranges
|
2007-05-20 16:17:03 +00:00 |
|
peter1138
|
6670d1c018
|
(svn r9883) -Fix (r4965): [NewGRF] Check for overflow and carry over when adding to the existing value.
|
2007-05-19 22:37:24 +00:00 |
|
peter1138
|
1ce633b894
|
(svn r9883) -Fix (r4965): [NewGRF] Check for overflow and carry over when adding to the existing value.
|
2007-05-19 22:37:24 +00:00 |
|
glx
|
1e696cc27b
|
(svn r9880) -Add: [NewGRF] Add action 7/9 condition 0B/0C (cargo type availability)
|
2007-05-19 19:13:12 +00:00 |
|
glx
|
c9d72a900b
|
(svn r9880) -Add: [NewGRF] Add action 7/9 condition 0B/0C (cargo type availability)
|
2007-05-19 19:13:12 +00:00 |
|
peter1138
|
44b7f10db1
|
(svn r9877) -Revert (r9876): one file too many...
|
2007-05-19 11:18:22 +00:00 |
|
peter1138
|
a58bd26b74
|
(svn r9877) -Revert (r9876): one file too many...
|
2007-05-19 11:18:22 +00:00 |
|
peter1138
|
d22478a22b
|
(svn r9876) -Codechange: [NewHouses] Add support for callback 2E (cargo production)
|
2007-05-19 11:17:30 +00:00 |
|
peter1138
|
47d17bea9d
|
(svn r9876) -Codechange: [NewHouses] Add support for callback 2E (cargo production)
|
2007-05-19 11:17:30 +00:00 |
|
rubidium
|
c8d05162c2
|
(svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness.
|
2007-05-18 17:31:41 +00:00 |
|
rubidium
|
ba24c34f85
|
(svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness.
|
2007-05-18 17:31:41 +00:00 |
|
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.
|
2007-05-15 21:36:58 +00:00 |
|
belugas
|
3fb4003534
|
(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.
|
2007-05-15 21:36:58 +00:00 |
|
rubidium
|
3615d2aeee
|
(svn r9843) -Fix (r9838): tell the newgrfs that we now support proper FIFO loading.
|
2007-05-15 13:38:43 +00:00 |
|
rubidium
|
196ddae1db
|
(svn r9843) -Fix (r9838): tell the newgrfs that we now support proper FIFO loading.
|
2007-05-15 13:38:43 +00:00 |
|
peter1138
|
aae8d359e6
|
(svn r9827) -Codechange/Fix: [NewGRF] Text strings of 1 character are perfectly valid... (fixes dbsetxl refits again...)
|
2007-05-11 19:22:43 +00:00 |
|
peter1138
|
5e00e688f8
|
(svn r9827) -Codechange/Fix: [NewGRF] Text strings of 1 character are perfectly valid... (fixes dbsetxl refits again...)
|
2007-05-11 19:22:43 +00:00 |
|
peter1138
|
f7ccb6e31e
|
(svn r9825) -Codechange: [NewGRF] Add support for early vehicle retirement.
|
2007-05-10 23:10:23 +00:00 |
|
peter1138
|
c9018d3e7c
|
(svn r9825) -Codechange: [NewGRF] Add support for early vehicle retirement.
|
2007-05-10 23:10:23 +00:00 |
|
maedhros
|
304075b389
|
(svn r9823) -Feature: Add support for house property 1F - minimum life span.
|
2007-05-10 16:03:06 +00:00 |
|
maedhros
|
3cc31aae86
|
(svn r9823) -Feature: Add support for house property 1F - minimum life span.
|
2007-05-10 16:03:06 +00:00 |
|
rubidium
|
f47e81c900
|
(svn r9799) -Codechange: separate engine class and engine running cost class (mart3p).
|
2007-05-06 19:44:22 +00:00 |
|
rubidium
|
fe1306ce65
|
(svn r9799) -Codechange: separate engine class and engine running cost class (mart3p).
|
2007-05-06 19:44:22 +00:00 |
|
peter1138
|
e109773636
|
(svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals.
|
2007-05-06 18:14:33 +00:00 |
|
peter1138
|
37a873e03c
|
(svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals.
|
2007-05-06 18:14:33 +00:00 |
|
rubidium
|
425923c8d2
|
(svn r9795) -Codechange: enumify the EngineClass.
|
2007-05-06 15:01:44 +00:00 |
|
rubidium
|
5c0a52149d
|
(svn r9795) -Codechange: enumify the EngineClass.
|
2007-05-06 15:01:44 +00:00 |
|
maedhros
|
b219b7b53a
|
(svn r9793) -Fix (r9701): Action D 'TTDPatch variable' 0x0B should be the starting year, not the current year.
|
2007-05-06 09:12:58 +00:00 |
|
maedhros
|
cf927a9792
|
(svn r9793) -Fix (r9701): Action D 'TTDPatch variable' 0x0B should be the starting year, not the current year.
|
2007-05-06 09:12:58 +00:00 |
|
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.
|
2007-05-05 10:47:35 +00:00 |
|
peter1138
|
74bf87dd82
|
(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.
|
2007-05-05 10:47:35 +00:00 |
|
peter1138
|
cef3e9bde1
|
(svn r9775) -Fix: Remove arbitrary limit on length of NewGRF strings.
|
2007-05-04 07:08:35 +00:00 |
|
peter1138
|
449e76c05a
|
(svn r9775) -Fix: Remove arbitrary limit on length of NewGRF strings.
|
2007-05-04 07:08:35 +00:00 |
|