summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
AgeCommit message (Collapse)Author
2010-09-13(svn r20797) -Fix: disable houses without a size that are available ↵yexo
according to their building flags
2010-09-13(svn r20796) -Fix: make sure all houses in the house spec array are valid. ↵yexo
It was possible that part of a multitile house was not copied because the array was full
2010-09-06(svn r20758) -Fix: when leaving the program, current newgrf config would ↵smatz
leak, causing valgrind warnings
2010-09-06(svn r20756) -Cleanup: no need to check return value of CallocTsmatz
2010-09-01(svn r20713) -Fix (r20654): when ignoring action0 object properties, ignore ↵rubidium
property 13 correctly
2010-08-28(svn r20675) -Add [FS#4077]: method to access the (action 14) NewGRF version ↵rubidium
of other NewGRFs
2010-08-28(svn r20655) -Codechange: implement reading the action3 of objectsrubidium
2010-08-28(svn r20654) -Codechange: implement reading action0 of objectsrubidium
2010-08-28(svn r20649) -Codechange: implement classes for objectsrubidium
2010-08-28(svn r20647) -Codechange: update some of the object spec informationrubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to ↵rubidium
some headers
2010-08-26(svn r20623) -Codechange: unify the storing of animation related informationrubidium
2010-08-26(svn r20621) -Codechange: move animation frames of houses, objects and ↵rubidium
industries to m7 (same as airports and stations)
2010-08-26(svn r20620) -Codechange: rename airporttile's callback_flags to ↵rubidium
callback_mask, so it's the same for all NewGRF features with callbacks
2010-08-24(svn r20611) -Fix: disable newgrf houses that have a different size then ↵yexo
their substitute type
2010-08-23(svn r20602) -Change (r20601): use DFLT instead of DEFA as name for the ↵yexo
default field
2010-08-23(svn r20601) -Feature: [NewGRF] Add 'DEFA' field to set parameter defaults ↵yexo
with action 14
2010-08-19(svn r20566) -Feature: happy smiles on the faces of Ammler and planetmakerrubidium
2010-08-12(svn r20474) -Cleanup: remove some unused codeyexo
2010-08-10(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as wellrubidium
2010-08-10(svn r20436) -Codechange: use GRFFilePropsBase's spritegroup for stations.rubidium
2010-08-10(svn r20435) -Codechange: move spritegroup to GRFFilePropsBase and prepare ↵rubidium
it for more spritegroups
2010-08-07(svn r20407) -Codechange: make AirportClass use the new generic classrubidium
2010-08-07(svn r20406) -Codechange: make StationClass use the new generic classrubidium
2010-08-07(svn r20404) -Codechange: remove the need for StationSpec::allocatedrubidium
2010-08-07(svn r20402) -Codechange: rename the airport/station class id to something ↵rubidium
slightly more generic
2010-08-07(svn r20401) -Codechange: let HouseSpec use GRFFilePropsrubidium
2010-08-07(svn r20400) -Codechange: let StationSpec use GRFFilePropsBaserubidium
2010-08-05(svn r20377) -Feature: [NewGRF] prop 0x0A tile layout for airportsyexo
2010-08-05(svn r20370) -Add: [NewGRF] new action 5 block to add airport preview spritesyexo
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