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-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
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 appropriate
rubidium
2009-08-20
(svn r17228) -Codechange: some coding style fixes
rubidium
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 possible
rubidium
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 includes
smatz
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
[next]