summaryrefslogtreecommitdiff
path: root/grfspecial.c
AgeCommit message (Collapse)Author
2004-11-13(svn r560) -newgrf: General cleanup of the code (pasky & octo)celestar
2004-11-12(svn r557) -newgrf: Rename all 'superset' tokens to 'group' and some other ↵darkvater
small renamings (pasky and octo).
2004-11-12(svn r556) -newgrf: Some seemingly proper support for loading stages of grf ↵darkvater
files (octo & pasky).
2004-11-12(svn r555) -newgrf: Preliminary support for action 0xE. Inhibit another GRF ↵darkvater
file by ID. It won't really work until we get stages support (pasky & octo).
2004-11-12(svn r554) -newgrf: Keep track of GRF files. Remember them all in a linked ↵darkvater
list, this already enables tests for an already loaded GRF file in SkipIf(). Patch by octo, heavily re-hammered by pasky
2004-11-12(svn r551) -newgrf: Preliminary support for TTDPatch flags checking (we just ↵darkvater
pretend that a bunch of things are on and the rest is off and that's it). Patch by octo, small cleanup by pasky.
2004-11-12(svn r550) -newgrf: Support for action 0xd (change a parameter (sorta ↵darkvater
variable for the GRF scripts)). Based on patch by octo, heavy changes by pasky.
2004-11-12(svn r549) -newgrf: Support for action 0xd (change a parameter (sorta ↵darkvater
variable for the GRF scripts)). Based on patch by octo, heavy changes by pasky.
2004-11-12(svn r548) -newgrf: minor style changes, and application of boolean typedarkvater
2004-11-12(svn r547) -newgrf: Enhanced support for action 0x7 and 0x9 (skips). Killer ↵darkvater
mixture mixed from octo's patch and pasky's old patch (pasky & octo).
2004-11-12(svn r545) -newgrf: repaired indendation (pasky & octo)celestar
2004-11-12(svn r544) -newgrf: codechange for better handling (pasky and octo__)celestar
2004-09-10(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!truelight
2004-08-17(svn r75) -Add proper crediting to graphics artists to about box.darkvater
-Change DEBUG lvl for GRF warnings/errors to 2, lvl 1 is used for copyright notices -Fix show currect filename when debugging grf files
2004-08-16(svn r67) -Forget to change debug message for grfspecial.cdarkvater
-Added compile flag NO_DEBUG_MESSAGES which will strip executeable of all DEBUG(..,..)'s
2004-08-16(svn r66) -Fix Station list updated on station deletion/station renamedarkvater
-Changed debug messages to comply with DEBUG(name, level) heuristics
2004-08-14(svn r52) grf messages are only displayed with debug level above 0. (use -d1 ↵dominik
parameter)
2004-08-09(svn r1) Import of revision 975 of old (crashed) SVNtruelight