Age | Commit message (Expand) | Author |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2009-11-09 | (svn r18028) -Codechange: unglobalise some functions | rubidium |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-20 | (svn r17596) -Codechange: constify some tables | smatz |
2009-09-19 | (svn r17579) -Fix: remove doxygen docs for removed parameters, or change @par... | rubidium |
2009-09-19 | (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi... | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
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 |
2009-05-24 | (svn r16415) -Fix (r13008): some 64bit architectures require size_t to be ali... | smatz |
2009-05-10 | (svn r16269) -Codechange: use gcc's ability to check parameters sent to print... | smatz |
2009-03-19 | (svn r15767) -Fix: infinite loop when skipping sprites when a GRF is invalid ... | rubidium |
2009-02-23 | (svn r15556) -Change: don't temporary malloc+free when encoding sprites, just... | rubidium |
2009-02-23 | (svn r15555) -Codechange: remove the mallocs + frees for temporary data from ... | rubidium |
2009-02-09 | (svn r15428) -Codechange: consistently use colour instead of having both colo... | rubidium |
2009-02-07 | (svn r15391) -Fix (r14997): loading font sprites should not trigger a palette... | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-12 | (svn r15031) -Fix (r15027): merge reverted r15026, so do it once again | smatz |
2009-01-12 | (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ... | truebrain |
2009-01-12 | (svn r15026) -Codechange: use SpriteTypeByte instead of SpriteType in the Spr... | smatz |
2009-01-11 | (svn r14998) -Codechange: warn once about misuse of each sprite, not once abo... | smatz |
2009-01-11 | (svn r14997) -Fix [FS#2524](r14223): when handling invalid sprites, entry in ... | smatz |
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium |
2008-11-23 | (svn r14610) -Fix [FS#2415]: possible stack corruption when reading corrupted... | rubidium |
2008-10-14 | (svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) | rubidium |
2008-09-02 | (svn r14229) -Feature: allow overriding the palette of the base GRFs. This wa... | rubidium |
2008-09-02 | (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sp... | rubidium |
2008-08-31 | (svn r14214) -Codechange: move another TTD graphics bug into the GRF; height ... | rubidium |
2008-08-31 | (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h... | rubidium |
2008-08-30 | (svn r14193) -Fix (r14191): don't put an unsigned 0x80 in a signed int8 as th... | rubidium |
2008-08-30 | (svn r14191) -Codechange: unify the code to skip sprite payload (i.e. not the... | rubidium |
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 |