summaryrefslogtreecommitdiff
path: root/src/gfxinit.cpp
AgeCommit message (Expand)Author
2007-06-16(svn r10170) -Codechange: remove some duplication of code.rubidium
2007-06-14(svn r10157) -Fix: use as indentified for PNGs, the place of the image as it ...truelight
2007-06-01(svn r10017) -Add (FS#790): more languages flags for serversglx
2007-05-31(svn r9999) -Feature: make it possible to disallow busses and lorries to go a...rubidium
2007-05-28(svn r9961) -Fix (r7182): some file were still in iso8859-15 instead of utf8.rubidium
2007-05-25(svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.rubidium
2007-05-19(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...rubidium
2007-03-22(svn r9400) -Codechange: Use some more representative enum names for landscap...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-03-01(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few ...belugas
2007-02-21(svn r8838) -Feature: Show newgrf error messages loaded in Action B in the ne...maedhros
2007-02-14(svn r8735) -Feature: drive-through road stops made possible by the hard work...rubidium
2007-01-21(svn r8315) -Fix: use ShowInfo over fprintf(stderr, as Windows doesn't always...truelight
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