Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-14 | (svn r617) -newgrf: Support for parameter 0x8E (train Y-pitch in info ↵ | darkvater | |
windows) both setting and testing. This should fix displaced wagons in DBSetXL as reported by DarkVater. (pasky) | |||
2004-11-14 | (svn r616) -newgrf: Fixed crashing when trying to resolve references to ↵ | darkvater | |
unknown or callback result spritegroups in variational spritegroup handler of NewSpriteGroup() (pasky). | |||
2004-11-14 | (svn r615) Fix the same bug in ParamSet action loading, pointer out by ↵ | bjarni | |
Bjarni too. (pasky) | |||
2004-11-14 | (svn r613) Fix bug in GRFInhibit action loading, pointed out by Bjarni. (pasky) | bjarni | |
2004-11-14 | (svn r610) -newgrf: Support for some basic deterministical spritegroups ↵ | darkvater | |
regarding stations. Waypoints look changes based on year now :^) (pasky). | |||
2004-11-14 | (svn r605) -newgrf: Framework for supporting variational spritegroups . ↵ | darkvater | |
Deterministic only at the moment, but random ones support shouldn't be that difficult now It doesn't do anything, but makes these actions actually possible (pasky). | |||
2004-11-14 | (svn r602) -newgrf: Move DrawTileSeqStruct & co and struct SpriteGroup to ↵ | darkvater | |
sprite.h (pasky) | |||
2004-11-14 | (svn r601) -newgrf: blaat | darkvater | |
2004-11-14 | (svn r600) -newgrf: Relocation offset for custom station sprites is now ↵ | darkvater | |
stored separately, making it possible to show different sprites in waypoint selection dialog (pasky). | |||
2004-11-14 | (svn r593) -newgrf: Support for two more TTD(Patch) version relate) SkipIf ↵ | darkvater | |
in-game variables (pasky). | |||
2004-11-14 | (svn r592) -newgrf: Dynamically allocate global custom station IDs (pasky). | darkvater | |
2004-11-14 | (svn r591) -newgrf: Store whole struct StationSpec in SetCustomStation(), ↵ | darkvater | |
not just the rendering data. This will be needed for variational stationspecs (pasky). | |||
2004-11-14 | (svn r590) -newgrf: Instead of a bunch of statinfo arrays, use station-array ↵ | darkvater | |
of struct StationSpec-s (pasky). | |||
2004-11-14 | (svn r589) -newgrf: Rename spritesset to spritegroups (pasky). | darkvater | |
2004-11-14 | (svn r588) -newgrf: Silent ignore those stupid one-byte zero special sprites ↵ | darkvater | |
(dbsetw.grf is crawling with them) (pasky). | |||
2004-11-14 | (svn r583) -newgrf: Hopefully prevent GRF files introducing new bridges or ↵ | darkvater | |
townhouses to crash the game (pasky). | |||
2004-11-14 | (svn r581) -newgrf: Basic support for new stations - only waypoints ↵ | celestar | |
supported now and only the first custom one can be placed (no selector GUI, coming soon). This also moves some global variables to {struct GRFFile} and reorders which actions are processed in what stage, to get it all working together -- (pasky) | |||
2004-11-13 | (svn r570) -newgrf: Support for custom aircrafts via GRF files. Planeset ↵ | darkvater | |
seems to work :). Also use aircraft_vehinfo() instead of the old tables (pasky). | |||
2004-11-13 | (svn r568) -newgrf: Make @wagover bool, simplifying stuff. (pasky) | celestar | |
-newgrf: "More debugging and severity levels consolidation. (pasky) | |||
2004-11-13 | (svn r567) -newgrf: Support for road vehicles customization (seems to work at | celestar | |
least with tropicset). (pasky) | |||
2004-11-13 | (svn r561) -newgrf: killed some of the magic numbers in the code (pasky) | celestar | |
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 type | darkvater | |
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.c | darkvater | |
-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 rename | darkvater | |
-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) SVN | truelight | |