summaryrefslogtreecommitdiff
path: root/src/video/dedicated_v.cpp
AgeCommit message (Expand)Author
2011-05-28(svn r22512) -Add: Save heightmap.alberth
2011-02-25(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'alberth
2010-12-05(svn r21396) -Codechange: rename SafeSaveOrLoad to SaveLoad (it only did load...rubidium
2010-11-19(svn r21252) -Codechange: introduce a constant for the number of milliseconds...rubidium
2010-09-10(svn r20783) -Change/Fix: do autosave-on-exit as well when using kill/CTRL-C ...rubidium
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi...rubidium
2010-07-19(svn r20183) -Codechange: make _do_autosave and _dedicated_forks not use VARD...rubidium
2010-06-05(svn r19933) -Fix [FS#3804]: Keep _current_company and _local_company in sync...frosch
2010-04-09(svn r19593) -Codechange: improve loading/executing the desync logsrubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-12(svn r18792) -Fix [FS#3522] (r18709): crash when using the 32bpp blitter with...rubidium
2009-12-19(svn r18545) -Fix [FS#3292]: Assign '_screen.dst_ptr' as soon as it is alloca...frosch
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-20(svn r17228) -Codechange: some coding style fixesrubidium
2009-05-19(svn r16360) -Codechange: don't use _network_playas as a 'second' _local_comp...rubidium
2009-04-10(svn r16024) -Codechange: harden string copying on places where it's possiblerubidium
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