summaryrefslogtreecommitdiff
path: root/src/spritecache.h
AgeCommit message (Expand)Author
2021-05-08Codechange: introduce SpriteFile to be used by the sprite loader instead of t...Rubidium
2021-02-22Codechange: Make the simple Malloc sprite allocator globally usable.Michael Lutz
2021-02-22Codechange: Allow for using a sprite encoder that is not the currently active...Michael Lutz
2020-01-26Feature: NewGRF callback profiling (#7868)Niels Martin Hansen
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2017-01-14(svn r27732) -Change: Turn the message about 'missing baseset sprites' from a...frosch
2012-02-04(svn r23887) -Feature: [NewGRF] Support for container version 2.michi_cc
2011-11-24(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.peter1138
2011-11-24(svn r23315) -Codechange: Only encode sprites for zoom levels that will be used.peter1138
2011-01-14(svn r21788) -Codechange: Enable GetRawSprite() to also load sprites not usin...frosch
2011-01-14(svn r21782) -Codechange: Move declaration of AllocatorProc from Blitter:: to...frosch
2010-04-25(svn r19723) -Add: a simple sprite alignment helper. It does not store the ne...rubidium
2010-01-17(svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq.frosch
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-06-26(svn r16671) -Doc: Documenting Sprite structure.alberth
2009-06-01(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD f...smatz
2009-05-24(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...rubidium
2008-09-02(svn r14223) -Codechange: make GetSprite aware of the 4 different types of sp...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-01-28(svn r12002) -Cleanup (r11981): Remove obsolete code to skip sprites from ind...peter1138
2007-12-23(svn r11684) -Codechange: split gfx.h in a type and functional header.rubidium
2007-06-14(svn r10157) -Fix: use as indentified for PNGs, the place of the image as it ...truelight
2007-06-12(svn r10109) -Fix [FS#838]: some NewGRFs use the same (unused in the "current...rubidium
2007-06-11(svn r10092) -Codechange: code-seperated the spriteloader and blitter from th...truelight
2007-06-05(svn r10042) -Codechange: Replace hardcoded spritecache size with a configura...peter1138
2007-04-04(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The...belugas
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium