summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
AgeCommit message (Collapse)Author
2010-08-02(svn r20301) -Add: [NewGRF] Read air drag property from Action 0 for trains.terkhen
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-31(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.alberth
2010-07-31(svn r20259) -Add: allow NewGRFs to specify their version and use that to ↵rubidium
hide old NewGRFs / to choose the newest when loading compatible NewGRFs
2010-07-31(svn r20257) -Codechange: unify some node handling code and don't require a ↵rubidium
single root node
2010-07-31(svn r20255) -Add: allow NewGRFs to specify static info about their ↵yexo
user-changeable parameters
2010-07-31(svn r20254) -Add: allow NewGRFs to specify their paletterubidium
2010-07-31(svn r20253) -Codechange: change GRFConfig::windows_paletted into a ↵rubidium
bitmask/bitset
2010-07-31(svn r20251) -Add: [NewGRF] allow grfs to specify the number of valid parametersyexo
2010-07-31(svn r20250) -Feature: [NewGRF] add support for action14 (static grf info)yexo
2010-07-31(svn r20249) -Codechange: change the newgrf name/description from a char* to ↵yexo
a GRFText* to make translations possible
2010-07-29(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).terkhen
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be ↵rubidium
missed :)
2010-07-19(svn r20190) -Codechange: unVARDEF _generate_world and move it to genworldrubidium
2010-07-16(svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as ↵rubidium
"base" unit for aircraft speeds
2010-05-21(svn r19877) -Change: Name invalid engines, cargos and industries 'invalid', ↵frosch
if the player removed the supplying NewGRFs.
2010-05-13(svn r19815) -Cleanup: remove two unused variablessmatz
2010-05-13(svn r19814) -Codechange: give some more unnamed enums a name, in case they ↵rubidium
consisted of unrelated values use static const (u)int
2010-04-24(svn r19704) -Codechange: unify the style of GSF enums; now they're plural ↵rubidium
instead of mixed
2010-04-20(svn r19685) -Fix (r19679): off-by-one erroryexo
2010-04-20(svn r19679) -Fix: [NewGRF] make sure newgrfs can't overwrite sound effect ↵yexo
properties from other newgrfs
2010-04-17(svn r19647) -Fix [FS#3768]: trains loaded above the original IDs didn't ↵yexo
have a default railtypelabel assigned to them, causing them to be unavailable
2010-04-09(svn r19590) -Fix: [NewGRF] setting industry prop 0x24 to 0 caused empty ↵yexo
station names
2010-04-04(svn r19557) -Fix (r19502): Missed conversion to checking temporary data ↵peter1138
broke rail type setting upon changing traction type.
2010-04-02(svn r19547) -Fix [FS#3725]: properties set before prop 08 should be ↵yexo
ignored, not trigger the newgrf to be disabled
2010-04-01(svn r19534) -Add: Keep a list of cargo specifications sorted by cargo class ↵terkhen
/ name.
2010-03-28(svn r19521) -Codechange: Use a IndustryType array to sort industries by ↵terkhen
name instead of a LegendAndColour array.
2010-03-23(svn r19502) -Codechange: During NewGRF loading, store rail type labels in ↵peter1138
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-19(svn r19465) -Codechange: support for multi-tile hangarsyexo
2010-03-18(svn r19459) -Feature: make some airport properties modifyable by newgrfsyexo
2010-03-18(svn r19457) -Codechange: introduce AirportOverrideManager to keep track of ↵yexo
airports if a newgrf can't be found
2010-03-10(svn r19378) -Codechange: Rename ReadExtended() to ReadExtendedByte()peter1138
2010-03-05(svn r19325) -Codechange: introduce airport classes and split the default ↵yexo
airports in 4 classes
2010-03-05(svn r19323) -Codechange: copy the AirportSpec original array to an internal ↵yexo
array in AirportSpec
2010-03-03(svn r19307) -Add: Let railtypes specify their own smallmap colour. No ↵peter1138
legend support yet.
2010-03-03(svn r19306) -Change: Railtype cost factor from byte to word valuepeter1138
2010-02-28(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/infoyexo
2010-02-25(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of ↵yexo
subclassing it
2010-02-25(svn r19251) -Codechange: add a contructor to GRFError and use it to ↵yexo
allocating errors more uniform. -Fix: some grf error messages didn't free the previous error messages, creating a memory leak
2010-02-22(svn r19218) -Feature: [NewGRF] Add CB36 support for aircraft properties 0F ↵frosch
and 11. (Eddi)
2010-02-22(svn r19199) -Codechange: add a 'name'-property to airport tilesyexo
2010-02-22(svn r19194) -Feature: action 0/1/2/3 support for newgrf airporttilesyexo
2010-02-22(svn r19193) -Codechange: increase the maximum number of airport tiles to ↵yexo
256 and introduce AirportTileOverrideManager
2010-02-09(svn r19065) -Fix [FS#3605]: Station offset multiplier was wrong.peter1138
2010-02-08(svn r19063) -Codechange: type in constant name (andythenorth)yexo
2010-02-08(svn r19062) -Codechange: Move smallmap related functions to their own header.terkhen
2010-02-07(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for ↵peter1138
rail types. (To be documented...)
2010-02-07(svn r19053) -Codechange: Add an enum for the special flags of industry ↵frosch
tiles. (based on andythenorth' work)