summaryrefslogtreecommitdiff
path: root/src/network/network_gui.cpp
AgeCommit message (Expand)Author
2021-01-05Change: move "give money" from client-list to company windowPatric Stout
2020-12-25Codechange: Rename strings to match their usage.frosch
2020-12-25Change: Remove the LAN/Internet combobox from the server list in favour of ad...frosch
2020-12-15Add: support for emscripten (play-OpenTTD-in-the-browser)Patric Stout
2020-06-27Fix: Compiler warnings about memsetting non-trivial classesCharles Pigott
2020-06-21Fix: Thread unsafe use of NetworkAddress::GetAddressAsStringJonathan G Rennison
2020-02-04Feature #7756: Allow server to supply a reason to kicked/banned clientsBjarni Thor
2019-12-21Codechange: Replace network related FOR_ALL with range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-04-25Fix dcb2571: Missing override keywordsNiels Martin Hansen
2019-04-24Fix: Also breaking for warning text in set company passwordNiels Martin Hansen
2019-04-24Add: Warn players that company passwords are not truly secureNiels Martin Hansen
2019-04-18Codechange: use std::vector for _language_dropdownglx
2019-04-13Codechange: use std::sort() in GUIListglx
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-09Codechange: If something is a vector of strings, use a vector of strings inst...Michael Lutz
2019-03-28Fix: MSVC warnings (#7423)glx22
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Compact() with std::vector::shrink_to_fit()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Clear() with std::vector::clear()Henry Wilson
2019-03-24Codechange: Use override specifier in Window-derived classes.peter1138
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-02-16Fix: colour of network specific strings in company dropdown menusglx
2019-01-12Fix #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
2016-05-22(svn r27577) -Fix [FS#6386]: Dock and roadstop picker, client list and town a...frosch
2015-10-30(svn r27421) -Fix [FS#6265]: Consider text and icon sizes when drawing the cl...frosch
2015-06-20(svn r27304) -Fix [FS#6321-ish]: Improve password window layout for big font ...frosch
2014-10-05(svn r26960) -Codechange: Draw sort button symbols as sprites, and pad sort b...peter1138
2014-09-26(svn r26923) -Codechange: Make multiplayer lobby fit to icon size.peter1138
2014-04-23(svn r26486) -Codechange: replace a number of snprintfs with seprintfrubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-11-22(svn r26055) -Codechange: mark switch default as really not triggerable, as t...rubidium
2013-08-05(svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of jus...michi_cc
2013-06-30(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of ro...frosch
2013-06-30(svn r25534) -Codechange: FinishInitNested calls OnResize, no need to setup s...frosch
2013-06-30(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX wid...frosch
2013-05-26(svn r25294) -Feature: Add another button to window title bars to resize the ...frosch
2013-05-26(svn r25290) -Add: Assign string names to notable windows.frosch
2013-05-26(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...frosch
2013-05-19(svn r25253) -Codechange: Rename the strings of the advertisement settings to...planetmaker
2013-03-17(svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf.frosch
2013-02-09(svn r24983) -Change: Apply the same name sorting rules to content and NewGRF...frosch