summaryrefslogtreecommitdiff
path: root/src/gfxinit.cpp
AgeCommit message (Expand)Author
2010-04-19(svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files wer...rubidium
2010-02-25(svn r19256) -Codechange: use a constructor/destructor for GRFConfig to make ...yexo
2010-02-22(svn r19212) -Fix: base graphics set with an empty filename in the obg file c...yexo
2010-02-22(svn r19206) -Add: concept of fallback base sets, i.e. do not automatically l...rubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-12-22(svn r18608) -Change: add the concept of music setsrubidium
2009-12-13(svn r18483) -Document [FS#3367]: that OpenGFX/OpenSFX can be used and where ...rubidium
2009-11-28(svn r18330) -Cleanup: remove some unneeded includesrubidium
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-20(svn r17596) -Codechange: constify some tablessmatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-21(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdpart...rubidium
2009-08-20(svn r17241) -Change: make a distinction between missing and corrupted data f...rubidium
2009-08-20(svn r17238) -Codechange: Clean up CheckExternalFiles a bit and improve the e...matthijs
2009-08-10(svn r17142) -Fix [FS#3103] (r17139): MSVC didn't like some template stuffrubidium
2009-08-09(svn r17139) -Change: add the concept of sound setsrubidium
2009-08-09(svn r17133) -Codechange: generalise the code that searches for base graphicsrubidium
2009-06-10(svn r16548) -Fix (r16538): removing of duplicates of base graphics set could...smatz
2009-06-08(svn r16538) -Fix (r16503): when finding duplicate graphics sets favour the m...rubidium
2009-06-03(svn r16507) -Fix (r16503): segfault when deleting non-last graphics setsmatz
2009-06-02(svn r16503) -Fix: base graphics names must be unique, so don't add duplicate...rubidium
2009-05-24(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...rubidium
2009-05-17(svn r16342) -Feature(tte): Display base graphics description in game options...frosch
2009-05-10(svn r16269) -Codechange: use gcc's ability to check parameters sent to print...smatz
2009-03-12(svn r15694) -Codechange/feature/fix: invert the order in which base graphics...rubidium
2009-02-14(svn r15476) -Fix [FS#2630]: crash when opening the game options when the cur...rubidium
2009-02-07(svn r15394) -Fix (r15389): no new line at end of line warningglx
2009-02-07(svn r15389) -Feature: Add ability to select which base graphics set is used ...peter1138
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-23(svn r15218) -Fix: base graphics detection did mark too much as duplicaterubidium
2009-01-17(svn r15126) -Feature: downloading content from a central server (content.ope...rubidium
2009-01-16(svn r15110) -Fix: reading the shortname of graphicssets always missed the fi...rubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-08(svn r14907) -Codechange: Remove 32 character limit from driver/blitter selec...peter1138
2008-10-28(svn r14540) -Codechange: introduce [v]seprintf which are like [v]snprintf bu...rubidium
2008-09-04(svn r14245) -Fix: NewGRF configs loaded from the config file would always de...rubidium
2008-09-03(svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs i...rubidium
2008-09-02(svn r14229) -Feature: allow overriding the palette of the base GRFs. This wa...rubidium
2008-08-31(svn r14208) -Fix (r14197): Crash if no .obg files are found.peter1138
2008-08-31(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h...rubidium
2008-08-31(svn r14197) -Codechange: rework (original) base graphics determination metho...rubidium
2008-08-24(svn r14152) -Fix (r14146): Apple decided to use a name I wanted to use... th...rubidium
2008-08-24(svn r14151) -Codechange: make it possible to choose between the DOS and Wind...rubidium
2008-08-23(svn r14146) -Codechange: allow palette override in both ways and remove some...rubidium
2008-06-05(svn r13390) -Codechange: introduce usererror() for fatal but not openttd rel...glx
2008-06-01(svn r13351) -Codechange: disable warnings about unused variable for builds w...smatz
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium