index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video
/
dedicated_v.cpp
Age
Commit message (
Expand
)
Author
2021-05-29
Codechange: rename str_validate to StrMakeValid(InPlace) (#9304)
Patric Stout
2021-05-12
Change: reworked the debug levels for network facility (#9251)
Patric Stout
2021-05-12
Fix 91b8ce07: dedicated servers could no longer create screenshots (#9232)
Patric Stout
2021-03-10
Add: make modal windows update more smooth
Patric Stout
2021-03-08
Add: [Video] move GameLoop into its own thread
Patric Stout
2021-02-28
Add: settings to limit your fast-forward game speed
Patric Stout
2021-02-24
Codechange: [Video] move InteractiveRandom() to the VideoDriver
Patric Stout
2021-02-23
Codechange: Switch to explicit wide strings
Niels Martin Hansen
2021-02-20
Codechange: deduplicate tick-handlers of all video drivers
Patric Stout
2021-02-19
Feature: configurable refresh-rate and change default to 60fps
Patric Stout
2021-02-19
Change: sleep till the next tick in the main loop
Patric Stout
2021-02-19
Change: allow video-drivers to miss deadlines slightly
Patric Stout
2021-02-19
Add: draw the screen at a steady pace, also during fast-forward
Patric Stout
2021-02-19
Codechange: track _realtime_tick more accurate
Patric Stout
2021-02-19
Codechange: switch all video drivers to std::chrono for keeping time
Patric Stout
2021-01-14
Feature: Choose a sensible window size on a fresh OTTD config file. (#8536)
Michael Lutz
2020-12-27
Codechange: Convert some more FIO functions to take std::string.
Michael Lutz
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2020-05-21
Codechange: Use std::string in the driver and blitter selection code.
Michael Lutz
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-08-06
Cleanup: Remove duplicate thread.h include (#7683)
nikolas
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-06
Codechange: Use platform independent C++11 function for sleeping on a thread.
Michael Lutz
2019-04-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-03-05
Remove: BeOS support (deprecated by Haiku)
Patric Stout
2018-12-27
Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...
glx
2018-04-29
Remove: WinCE support
Patric Stout
2018-04-29
Remove: PSP support
Patric 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 code
rubidium
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 logs
rubidium
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
[next]