summaryrefslogtreecommitdiff
path: root/src/spritecache.cpp
AgeCommit message (Expand)Author
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-21(svn r11674) -Codechange: refactor some functions out of macros.h into more l...rubidium
2007-12-08(svn r11600) -Cleanup: remove extra out-of-memory checks, since it's now done...glx
2007-12-08(svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (...rubidium
2007-11-19(svn r11480) -Codechange: Rename the function ALIGN fitting to the naming styleskidd13
2007-09-13(svn r11101) -Fix r11099: the check: file_pos == 0, no longer works; adjust t...truelight
2007-09-13(svn r11095) -Codechange: don't abuse 'file_pos' by storing the file_slot in ...truelight
2007-06-27(svn r10356) -Fix (r10143): another memory leak eliminated.rubidium
2007-06-17(svn r10190) -Codechange: merged renderer and blitter to one single class API...truelight
2007-06-14(svn r10157) -Fix: use as indentified for PNGs, the place of the image as it ...truelight
2007-06-13(svn r10150) -Fix r10148: show a message to users when using 32bpp blitter an...truelight
2007-06-13(svn r10149) -Fix r10143: MSVC warnings... (tnx boekabart and glx)truelight
2007-06-13(svn r10148) -Fix r10143: make --without-png to compile againtruelight
2007-06-13(svn r10143) -Add: store the filename of the grfs opened and allow easy acces...truelight
2007-06-12(svn r10109) -Fix [FS#838]: some NewGRFs use the same (unused in the "current...rubidium
2007-06-11(svn r10105) -Fix r10092: fix sprite 4845 till 4881 (inclusive), so they stor...truelight
2007-06-11(svn r10096) -Fix r10092: freetype bypassed the Blitter::Encode, making fonts...truelight
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-06-04(svn r10038) -Fix (r8634): Sprite resulting from '?' substitution was reloade...peter1138
2007-04-17(svn r9662) -Documentation: Doxygen corrections and @file omissionsbelugas
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-02-08(svn r8634) -Codechange: replace missing sprites with a red question mark.rubidium
2007-01-17(svn r8218) -Codechange: Increase spritecache size to 2MB. This will vastly i...Darkvater
2007-01-16(svn r8166) -Fix (r7797): Protect against out of bounds access to the sprite ...peter1138
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr