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
/
network_gui.cpp
Age
Commit message (
Expand
)
Author
2021-04-24
Change: use icons to indicate you/host in Online Players GUI
Patric Stout
2021-04-24
Add: move "New Company" inside the Online Players GUI
Patric Stout
2021-04-24
Change: track hover position on Online Players GUI
Patric Stout
2021-04-24
Add: ask for confirmation on admin actions in network games
Patric Stout
2021-04-24
Add: admin menu for companies in multiplayer games
Patric Stout
2021-04-24
Feature: rework in-game Online Players GUI
Patric Stout
2021-04-24
Feature: [Network] Ensure players fill in a name instead of defaulting to "Pl...
rubidium42
2021-04-24
Codechange: [Network] Introduce function to validate the client name
rubidium42
2021-04-21
Codechange: merge duplicated logic to scroll in lists by key into a single fu...
Rubidium
2021-04-20
Remove: "language" field from server/client
Patric Stout
2021-04-20
Remove: "map_name" from server announcements / listing
Patric Stout
2021-04-17
Fix #9042: Make multiplayer server list height auto-fill window.
Peter Nelson
2021-04-16
Fix: Sizing of Multiplayer server list incorrect when GUI zoom doesn't match ...
Peter Nelson
2021-03-03
Fix #8799: NGameAllowedSorter() is not imposing strict weak ordering relation...
Patric Stout
2021-02-28
Fix #6266: Ugly lists in network lobby windows on double/quad interface sizes...
dP
2021-02-05
Codechange: Apply coding style (#8640)
SamuXarick
2021-01-31
Fix 2db88953: default Network Server List sorter put compatible servers in wr...
Patric Stout
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2021-01-05
Change: move "give money" from client-list to company window
Patric Stout
2020-12-25
Codechange: Rename strings to match their usage.
frosch
2020-12-25
Change: Remove the LAN/Internet combobox from the server list in favour of ad...
frosch
2020-12-15
Add: support for emscripten (play-OpenTTD-in-the-browser)
Patric Stout
2020-06-27
Fix: Compiler warnings about memsetting non-trivial classes
Charles Pigott
2020-06-21
Fix: Thread unsafe use of NetworkAddress::GetAddressAsString
Jonathan G Rennison
2020-02-04
Feature #7756: Allow server to supply a reason to kicked/banned clients
Bjarni Thor
2019-12-21
Codechange: Replace network related FOR_ALL with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-04-25
Fix dcb2571: Missing override keywords
Niels Martin Hansen
2019-04-24
Fix: Also breaking for warning text in set company password
Niels Martin Hansen
2019-04-24
Add: Warn players that company passwords are not truly secure
Niels Martin Hansen
2019-04-18
Codechange: use std::vector for _language_dropdown
glx
2019-04-13
Codechange: use std::sort() in GUIList
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-09
Codechange: If something is a vector of strings, use a vector of strings inst...
Michael Lutz
2019-03-28
Fix: MSVC warnings (#7423)
glx22
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
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 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-02-16
Fix: colour of network specific strings in company dropdown menus
glx
2019-01-12
Fix #6780: Some windows didn't get updated from OnTick() (#7048)
PeterN
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2016-09-04
(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOp...
alberth
2016-09-04
(svn r27648) -Codechange: Remove remaining _saveload_mode usage.
alberth
[next]