rubidium
|
29b489a055
|
(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as well
|
2010-08-10 15:54:53 +00:00 |
|
rubidium
|
3d21fb44aa
|
(svn r20436) -Codechange: use GRFFilePropsBase's spritegroup for stations.
|
2010-08-10 15:51:33 +00:00 |
|
rubidium
|
ca7a067b7a
|
(svn r20435) -Codechange: move spritegroup to GRFFilePropsBase and prepare it for more spritegroups
|
2010-08-10 15:49:35 +00:00 |
|
rubidium
|
ef50a89ca5
|
(svn r20407) -Codechange: make AirportClass use the new generic class
|
2010-08-07 22:08:20 +00:00 |
|
rubidium
|
edbadde301
|
(svn r20406) -Codechange: make StationClass use the new generic class
|
2010-08-07 22:07:07 +00:00 |
|
rubidium
|
2b645d1b0d
|
(svn r20404) -Codechange: remove the need for StationSpec::allocated
|
2010-08-07 21:39:30 +00:00 |
|
rubidium
|
2d3ee123af
|
(svn r20402) -Codechange: rename the airport/station class id to something slightly more generic
|
2010-08-07 21:10:57 +00:00 |
|
rubidium
|
6d6939f844
|
(svn r20401) -Codechange: let HouseSpec use GRFFileProps
|
2010-08-07 21:03:38 +00:00 |
|
rubidium
|
b6a0806948
|
(svn r20400) -Codechange: let StationSpec use GRFFilePropsBase
|
2010-08-07 20:52:45 +00:00 |
|
yexo
|
d00cf48323
|
(svn r20377) -Feature: [NewGRF] prop 0x0A tile layout for airports
|
2010-08-05 12:10:22 +00:00 |
|
yexo
|
a48dbd7c51
|
(svn r20370) -Add: [NewGRF] new action 5 block to add airport preview sprites
|
2010-08-05 12:03:58 +00:00 |
|
terkhen
|
8203749e68
|
(svn r20301) -Add: [NewGRF] Read air drag property from Action 0 for trains.
|
2010-08-02 14:51:35 +00:00 |
|
frosch
|
4bd32799f1
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
rubidium
|
e356cb9405
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
alberth
|
a825b4fa5f
|
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
|
2010-07-31 21:02:56 +00:00 |
|
rubidium
|
ac280af8bc
|
(svn r20259) -Add: allow NewGRFs to specify their version and use that to hide old NewGRFs / to choose the newest when loading compatible NewGRFs
|
2010-07-31 14:40:50 +00:00 |
|
rubidium
|
9c241135f2
|
(svn r20257) -Codechange: unify some node handling code and don't require a single root node
|
2010-07-31 12:05:41 +00:00 |
|
yexo
|
d6eab96a22
|
(svn r20255) -Add: allow NewGRFs to specify static info about their user-changeable parameters
|
2010-07-31 09:51:04 +00:00 |
|
rubidium
|
4a4f02dc81
|
(svn r20254) -Add: allow NewGRFs to specify their palette
|
2010-07-31 09:44:38 +00:00 |
|
rubidium
|
e469a94a2d
|
(svn r20253) -Codechange: change GRFConfig::windows_paletted into a bitmask/bitset
|
2010-07-31 09:40:43 +00:00 |
|
yexo
|
75c4a2d2fb
|
(svn r20251) -Add: [NewGRF] allow grfs to specify the number of valid parameters
|
2010-07-31 09:35:49 +00:00 |
|
yexo
|
897818c198
|
(svn r20250) -Feature: [NewGRF] add support for action14 (static grf info)
|
2010-07-31 09:35:42 +00:00 |
|
yexo
|
d3c1be9abd
|
(svn r20249) -Codechange: change the newgrf name/description from a char* to a GRFText* to make translations possible
|
2010-07-31 09:33:39 +00:00 |
|
terkhen
|
88ca183191
|
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
|
2010-07-29 14:26:28 +00:00 |
|
rubidium
|
b8487afe54
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
rubidium
|
73527b7b45
|
(svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld
|
2010-07-19 17:17:36 +00:00 |
|
rubidium
|
e809c05099
|
(svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as "base" unit for aircraft speeds
|
2010-07-16 17:45:34 +00:00 |
|
frosch
|
393134ed69
|
(svn r19877) -Change: Name invalid engines, cargos and industries 'invalid', if the player removed the supplying NewGRFs.
|
2010-05-21 20:51:00 +00:00 |
|
smatz
|
28d25cadfc
|
(svn r19815) -Cleanup: remove two unused variables
|
2010-05-13 11:07:04 +00:00 |
|
rubidium
|
062dd0e24c
|
(svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 10:14:29 +00:00 |
|
rubidium
|
3461430a34
|
(svn r19704) -Codechange: unify the style of GSF enums; now they're plural instead of mixed
|
2010-04-24 11:52:58 +00:00 |
|
yexo
|
ce8523f70a
|
(svn r19685) -Fix (r19679): off-by-one error
|
2010-04-20 19:25:29 +00:00 |
|
yexo
|
92e36c87fd
|
(svn r19679) -Fix: [NewGRF] make sure newgrfs can't overwrite sound effect properties from other newgrfs
|
2010-04-20 05:52:51 +00:00 |
|
yexo
|
7a3b6f1588
|
(svn r19647) -Fix [FS#3768]: trains loaded above the original IDs didn't have a default railtypelabel assigned to them, causing them to be unavailable
|
2010-04-17 09:12:26 +00:00 |
|
yexo
|
737b003c8a
|
(svn r19590) -Fix: [NewGRF] setting industry prop 0x24 to 0 caused empty station names
|
2010-04-09 01:17:44 +00:00 |
|
peter1138
|
4441fee0f5
|
(svn r19557) -Fix (r19502): Missed conversion to checking temporary data broke rail type setting upon changing traction type.
|
2010-04-04 06:03:52 +00:00 |
|
yexo
|
8e9e52ace9
|
(svn r19547) -Fix [FS#3725]: properties set before prop 08 should be ignored, not trigger the newgrf to be disabled
|
2010-04-02 21:30:37 +00:00 |
|
terkhen
|
4ec8fed1da
|
(svn r19534) -Add: Keep a list of cargo specifications sorted by cargo class / name.
|
2010-04-01 19:48:28 +00:00 |
|
terkhen
|
217a98e69b
|
(svn r19521) -Codechange: Use a IndustryType array to sort industries by name instead of a LegendAndColour array.
|
2010-03-28 12:25:09 +00:00 |
|
peter1138
|
d790f3db3a
|
(svn r19502) -Codechange: During NewGRF loading, store rail type labels in temporary data and process after loading has finished. This avoids deactivated rail vehicles being reactivated if the climate property is set after the rail type property.
|
2010-03-23 11:05:28 +00:00 |
|
yexo
|
1579e9ded2
|
(svn r19465) -Codechange: support for multi-tile hangars
|
2010-03-19 11:17:52 +00:00 |
|
yexo
|
f81bdbae42
|
(svn r19459) -Feature: make some airport properties modifyable by newgrfs
|
2010-03-18 23:15:38 +00:00 |
|
yexo
|
38f4cb6469
|
(svn r19457) -Codechange: introduce AirportOverrideManager to keep track of airports if a newgrf can't be found
|
2010-03-18 23:12:38 +00:00 |
|
peter1138
|
f4103a40b5
|
(svn r19378) -Codechange: Rename ReadExtended() to ReadExtendedByte()
|
2010-03-10 07:31:08 +00:00 |
|
yexo
|
a71462bb94
|
(svn r19325) -Codechange: introduce airport classes and split the default airports in 4 classes
|
2010-03-05 23:21:35 +00:00 |
|
yexo
|
664934e6f6
|
(svn r19323) -Codechange: copy the AirportSpec original array to an internal array in AirportSpec
|
2010-03-05 23:21:23 +00:00 |
|
peter1138
|
1025d003b3
|
(svn r19307) -Add: Let railtypes specify their own smallmap colour. No legend support yet.
|
2010-03-03 19:07:34 +00:00 |
|
peter1138
|
c3d3e7d383
|
(svn r19306) -Change: Railtype cost factor from byte to word value
|
2010-03-03 18:58:32 +00:00 |
|
yexo
|
404df87b1f
|
(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info
|
2010-02-28 20:28:08 +00:00 |
|