Age | Commit message (Expand) | Author |
2008-07-29 | (svn r13869) -Fix [FS#2153] (r13674): in some cases the sprite cache could be... | rubidium |
2008-07-12 | (svn r13692) -Fix (r13674): loading PNG sprites could very quickly fill the s... | rubidium |
2008-07-04 | (svn r13674) -Fix [FS#2127]: crash when drawing a non-real sprite. The drawin... | rubidium |
2008-06-05 | (svn r13390) -Codechange: introduce usererror() for fatal but not openttd rel... | glx |
2008-05-27 | (svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings. | rubidium |
2008-05-08 | (svn r13008) -Fix [FS#1997]: silence some MSVC x64 warnings | glx |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-03-26 | (svn r12436) -Cleanup: minor coding style | peter1138 |
2008-02-14 | (svn r12140) -Codechange: A bit of code style fixes(Geektoo). | belugas |
2008-01-29 | (svn r12005) -Fix [FS#1717]: possible reading from an invalid pointer. Patch ... | rubidium |
2008-01-28 | (svn r12002) -Cleanup (r11981): Remove obsolete code to skip sprites from ind... | peter1138 |
2008-01-22 | (svn r11940) -Codechange: Store short filename once per open file instead of ... | peter1138 |
2008-01-21 | (svn r11939) -Codechange: some type fixes and very initial steps into support... | rubidium |
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ... | rubidium |
2008-01-07 | (svn r11777) -Codechange: split the string header and make do not include it ... | rubidium |
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 style | skidd13 |
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 again | truelight |
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 omissions | belugas |
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 |