summaryrefslogtreecommitdiff
path: root/src/video/dedicated_v.cpp
AgeCommit message (Expand)Author
2021-02-24Codechange: [Video] move InteractiveRandom() to the VideoDriverPatric Stout
2021-02-23Codechange: Switch to explicit wide stringsNiels Martin Hansen
2021-02-20Codechange: deduplicate tick-handlers of all video driversPatric Stout
2021-02-19Feature: configurable refresh-rate and change default to 60fpsPatric Stout
2021-02-19Change: sleep till the next tick in the main loopPatric Stout
2021-02-19Change: allow video-drivers to miss deadlines slightlyPatric Stout
2021-02-19Add: draw the screen at a steady pace, also during fast-forwardPatric Stout
2021-02-19Codechange: track _realtime_tick more accuratePatric Stout
2021-02-19Codechange: switch all video drivers to std::chrono for keeping timePatric Stout
2021-01-14Feature: Choose a sensible window size on a fresh OTTD config file. (#8536)Michael Lutz
2020-12-27Codechange: Convert some more FIO functions to take std::string.Michael Lutz
2020-12-27Codechange: Replace assert_compile macro with static_assertCharles Pigott
2020-05-21Codechange: Use std::string in the driver and blitter selection code.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-08-06Cleanup: Remove duplicate thread.h include (#7683)nikolas
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-06Codechange: Use platform independent C++11 function for sleeping on a thread.Michael Lutz
2019-04-06Codechange: Replace custom thread code with C++11 thread objects.Michael Lutz
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-03-05Remove: BeOS support (deprecated by Haiku)Patric Stout
2018-12-27Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...glx
2018-04-29Remove: WinCE supportPatric Stout
2018-04-29Remove: PSP supportPatric Stout
2016-10-30(svn r27673) -Add: [Win32] Thread names for windows debuggers.michi_cc
2016-09-04(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOp...alberth
2016-09-04(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and Detaile...alberth
2014-04-24(svn r26496) -Fix (r1547): Reading console input on dedicated server relied o...frosch
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-04-08(svn r26449) -Add: Allow more sound sleep for dedicated servers when there's ...planetmaker
2014-01-02(svn r26209) -Codechange: remove some template magic and simplify some coderubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2011-12-10(svn r23470) -Codechange: move declaration of SwitchToMode to a header instea...rubidium
2011-11-04(svn r23119) -Fix: [Win32] Don't show a crash/assertion message box for a GUI...michi_cc
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