summaryrefslogtreecommitdiff
path: root/spritecache.c
AgeCommit message (Collapse)Author
2004-11-24(svn r803) Switch to ISO 8859-15tron
It has proper support for the euro sign and includes letters which are needed by the Latvian translation (and perhaps others), though the letter sprites are missing.
2004-11-19(svn r687) Export InitNewGRFFile() and DecodeSpecialSprite() properly.pasky
2004-11-17(svn r662) [newgrf] Moved grfspecial.c to newgrf.c/newgrf.hdominik
2004-11-17(svn r651) LoadNewGrfFile() now doesn't care about num_sprites and just ↵miham
loads whatever is available. Fixes George's long vehicles. (pasky)
2004-11-15(svn r624) Merge r377 to trunk:tron
Remove the memmove special case for MSVC According to the MSDN it was just plain wrong and memmove was directly used in some places anyway
2004-11-14(svn r607) -Patch: [ 985102 ] static cleanuptron
Thanks to lvoge
2004-11-14(svn r584) -newgrf: Increase chance to get a TTDPatch savegame using custom ↵darkvater
GRF files loaded (pasky)
2004-11-12(svn r556) -newgrf: Some seemingly proper support for loading stages of grf ↵darkvater
files (octo & pasky).
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 r553) -newgrf: Special routine for loading newgrf files. ↵darkvater
LoadNewGrfFile() introduced; will get more handy when loading stages will be introduced (octo and pasky).
2004-11-12(svn r552) -newgrf: Include bits forgotten when merging octo's ↵darkvater
ReplaceSprites support - it would replace even special sprites in the way now. (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-09-08(svn r185) -Fix: [1016954] Cached_sprites does now work againtruelight
2004-09-08(svn r183) -Fix: fix landscape-toolbar crash when newgrf are enabled. ↵darkvater
Dominik forgot to add +1 to index upon load :)
2004-08-27(svn r144) Whoops, wrong variabledominik
2004-08-27(svn r143) Fix: newgrfs are working againdominik
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-13(svn r38) Preliminary slopes graphics fix. Neighboring tile check not done yetdominik
2004-08-09(svn r1) Import of revision 975 of old (crashed) SVNtruelight