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
/
network
Age
Commit message (
Expand
)
Author
2019-03-26
Codechange: Replaced SmallVector::Get() const with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Contains() with std::find() pattern
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() const with suitable alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() non-const with std::find()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Reset() with std::vector::clear() + shrink_...
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Compact() with std::vector::shrink_to_fit()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-24
Codechange: Use override keyword in networking classes.
peter1138
2019-03-24
Codechange: Use override specifier in Window-derived classes.
peter1138
2019-03-24
Codechange: Use override specifer for overriding member declarations
Henry Wilson
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-03-07
Cleanup: Remove repeated network error message on connection timeout. (#7327)
SamuXarick
2019-03-05
Fix: warnings when compiling for a recent version of Haiku
Patric Stout
2019-03-05
Remove: BeOS support (deprecated by Haiku)
Patric Stout
2019-03-05
Remove: MorphOS / AmigaOS support
Patric Stout
2019-03-03
Fix #7280: Save in the right location on desync and server timeout
Niels Martin Hansen
2019-02-16
Fix: colour of network specific strings in company dropdown menus
glx
2019-02-12
Fix: Do not mangle tagged revision strings for network revision strings
Niels Martin Hansen
2019-02-12
Fix: CompanyEconomy documentation
Thomas den Hollander
2019-02-06
Fix fdc2e85: Double close of file handles
Niels Martin Hansen
2019-02-04
Add: CompanyCtrlAction enum for CMD_COMPANY_CTRL actions
glx
2019-02-03
Change: Make a shortened network revision string for use in server queries
Niels Martin Hansen
2019-02-03
Change: Increase NETWORK_REVISION_LENGTH to 33 bytes
Niels Martin Hansen
2019-01-28
Add: allow opening of one TextfileWindow per type
glx
2019-01-17
Codechange: Remove unnecessarily defined functions under MinGW
Charles Pigott
2019-01-12
Fix #6780: Some windows didn't get updated from OnTick() (#7048)
PeterN
2018-12-27
Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...
glx
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-06-23
Feature #986: Automatic save when losing connection to a network game
Niels Martin Hansen
2018-04-30
Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation.
J0an Josep
2018-04-30
Fix: Some spelling errors in printed messages
Matthijs Kooijman
2018-04-29
Remove: PSP support
Patric Stout
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2017-03-14
(svn r27794) -Fix [FS#6526]: Chat text background overflowed due to missing p...
peter1138
2017-01-14
(svn r27729) -Codechange: Do not count static NewGRF when checking for the ma...
frosch
2016-10-30
(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) thread...
frosch
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
2016-09-04
(svn r27648) -Codechange: Remove remaining _saveload_mode usage.
alberth
2016-05-22
(svn r27577) -Fix [FS#6386]: Dock and roadstop picker, client list and town a...
frosch
2016-05-22
(svn r27576) -Fix (r27570): Compilation failure with all compilers but mine.
frosch
2016-05-22
(svn r27571) -Codechange: Consistent naming for command callbacks which play ...
frosch
2016-05-22
(svn r27570) -Fix [FS#6449]: Various incorrect but uncritical size computatio...
frosch
2015-12-10
(svn r27469) -Fix (r27468): Don't fetch all content info from content server ...
zuu
2015-12-10
(svn r27468) -Fix (r27444): Game Scripts were not displayed in the content do...
zuu
2015-11-14
(svn r27444) -Add: When viewing online content of a particular type, hide con...
zuu
2015-11-14
(svn r27443) -Fix: Negoation in comment was wrong.
zuu
2015-10-30
(svn r27421) -Fix [FS#6265]: Consider text and icon sizes when drawing the cl...
frosch
2015-09-19
(svn r27400) -Fix [FS#6368] (r26449): when a dedicated server was paused with...
rubidium
[next]