summaryrefslogtreecommitdiff
path: root/src/video/dedicated_v.cpp
AgeCommit message (Expand)Author
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
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-20(svn r15176) -Fix [FS#2554]: querying the content server could free when reso...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-08-31(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h...rubidium
2008-08-12(svn r14055) -Codechange: increase buffers for (dedicated) consoles as they c...rubidium
2008-08-04(svn r13992) -Fix [FS#2189]: the dedicated console removed any character that...rubidium
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-24(svn r13228) -Codechange: split console.h.rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-19(svn r12796) -Fix: the dedicated blitter did segfault too, like the null blit...rubidium
2008-01-29(svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple ...rubidium
2008-01-13(svn r11840) -Codechange: split network.h so not everything in there needs to...rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-01(svn r11734) -Change: Allow ToggleFullScreen to return the result of the oper...belugas
2007-12-28(svn r11713) -Codechange: Move some declarations and definitions in a more lo...belugas
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-23(svn r11684) -Codechange: split gfx.h in a type and functional header.rubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-08(svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (...rubidium
2007-11-24(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...skidd13
2007-08-04(svn r10781) -Fix: ported more pieces to WinCE, so it compiles a bit moretruelight
2007-07-05(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/mus...peter1138
2007-06-17(svn r10190) -Codechange: merged renderer and blitter to one single class API...truelight
2007-06-17(svn r10182) -Codechange: rewrite most part of the file loading/searching to ...rubidium
2007-06-12(svn r10121) -Codechange: split renderer from rest of code; no longer any cod...truelight
2007-05-14(svn r9835) -Codechange: use Pixel typedef instead of byte where ever possibletruelight
2007-03-09(svn r9074) -Codechange: win32 dedicated console now doesn't need an extra 'e...glx
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-02-16(svn r8756) [PSP] -Fix: made the dedicated code compile with PSP. It is almos...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