summaryrefslogtreecommitdiff
path: root/src/video
AgeCommit message (Expand)Author
2009-03-06(svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns.rubidium
2009-02-25(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode...yexo
2009-02-25(svn r15575) -Codechange: Rename GameModes to GameMode and store _game_mode a...yexo
2009-02-21(svn r15543) -Change: allow the default debug level of 6 for a dedicated serv...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-23(svn r15233) -Fix (r15231): compilation with SDL broken on win32glx
2009-01-23(svn r15232) -Codechange: sprinklin' of coding stylerubidium
2009-01-23(svn r15231) -Change: (sdl) check the full screen resolutions to determine wh...rubidium
2009-01-20(svn r15176) -Fix [FS#2554]: querying the content server could free when reso...rubidium
2009-01-19(svn r15156) -Fix: add scrollwheel support to allegrorubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-09(svn r14944) -Cleanup: add spaces around some operatorsrubidium
2009-01-08(svn r14907) -Codechange: Remove 32 character limit from driver/blitter selec...peter1138
2008-11-29(svn r14641) -Change [Allegro]: when making a debug build revert Allegro's ho...rubidium
2008-11-26(svn r14636) -Add: DOS port of OpenTTD, without network support though.rubidium
2008-11-25(svn r14632) -Add: support Allegro as midi backend.rubidium
2008-11-25(svn r14631) -Add: support for Allegro as sound backend.rubidium
2008-11-25(svn r14630) -Add: support Allegro as video backend.rubidium
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-29(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn...rubidium
2008-09-24(svn r14397) -Fix: possible buffer overrun, wrong parameter type passed to pr...rubidium
2008-09-20(svn r14363) -Fix [FS#2206]: some keypress combinations could be handled twiceglx
2008-09-07(svn r14260) -Fix [FS#2277]: merge keycode for "normal" 0-9 keys and keypad 0...rubidium
2008-08-31(svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate w...rubidium
2008-08-31(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h...rubidium
2008-08-17(svn r14094) -Revert (r14071): caused more problems than it solvedglx
2008-08-13(svn r14071) -Fix [FS#2057]: the screen wouldn't be centered on Windows multi...rubidium
2008-08-12(svn r14055) -Codechange: increase buffers for (dedicated) consoles as they c...rubidium
2008-08-11(svn r14047) -Codechange: move chatmessage handling to the network directory ...rubidium
2008-08-09(svn r14032) -Fix (r13584): [OSX] changed the condition for selecting 8 or 32...bjarni
2008-08-04(svn r13992) -Fix [FS#2189]: the dedicated console removed any character that...rubidium
2008-06-16(svn r13539) -Fix (r13537): signed/unsigned warningsglx
2008-06-16(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimensio...smatz
2008-06-05(svn r13390) -Codechange: introduce usererror() for fatal but not openttd rel...glx
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-24(svn r13228) -Codechange: split console.h.rubidium
2008-05-07(svn r12985) -Fix (r12977): [OSX] fixed missing includes in the cocoa filesbjarni
2008-05-06(svn r12977) -Codechange: remove quite some redundant (duplicate) function de...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-04(svn r12944) -Codechange: use rev.h instead of externs at many placessmatz
2008-04-19(svn r12796) -Fix: the dedicated blitter did segfault too, like the null blit...rubidium
2008-04-18(svn r12780) -Fix: the null blitter did segfault.rubidium
2008-04-18(svn r12779) -Codechange: remove a few constants from openttd.h.rubidium
2008-04-18(svn r12776) -Fix: [OSX] In some rare cases when using an uncalibrated monito...egladil
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-02-17(svn r12167) -Feature(tte): change colour of autorail and autoroad selection ...smatz
2008-01-29(svn r12016) -Fix (r12003): os x compilation was broken again ;)egladil
2008-01-29(svn r12007) -Fix (r12003): win32 compilation was broken again ;)glx