summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2013-12-20(svn r26167) -Fix [FS#5834]: Certain hotkeys crashed the content GUI when the...frosch
2013-11-23(svn r26057) -Fix: a number of possibly uninitialised variablesrubidium
2013-11-22(svn r26056) -Fix: a number of possibly uninitialised variablesrubidium
2013-11-22(svn r26055) -Codechange: mark switch default as really not triggerable, as t...rubidium
2013-11-22(svn r26047) -Fix: possible, but very unlikely, null pointer dereference when...rubidium
2013-11-22(svn r26046) -Fix: handle a number of failure conditions from methods called ...rubidium
2013-11-21(svn r26043) -Fix [FS#5811]: occasional hanging when client joinsrubidium
2013-11-15(svn r26005) -Fix [FS#5478]: crash when transferring savegame from server to ...rubidium
2013-11-14(svn r25997) -Codechange: make it slightly more clear what ports are coming f...rubidium
2013-10-12(svn r25845) -Add [FS#5756]: [Admin] Send info on bankruptcy quarters also in...planetmaker
2013-09-14(svn r25770) -Fix [Admin]: the frame of a command packet wasn't set for the p...rubidium
2013-08-05(svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of jus...michi_cc
2013-07-13(svn r25597) -Fix [FS#5635]: [Content] When the server closed the connection,...rubidium
2013-07-13(svn r25593) -Cleanup: remove a few stale #definesrubidium
2013-07-12(svn r25590) -Codechange: Align doxygen comments againplanetmaker
2013-07-12(svn r25589) -Fix [FS#5646]: Ensure that sent and received length of json str...planetmaker
2013-07-11(svn r25588) -Feature [FS#5643]: PING and PONG packets for admin port (Xaroth)planetmaker
2013-07-11(svn r25587) -Add FS#5643: Conclude rcon output sent to admin clients with an...planetmaker
2013-07-07(svn r25573) -Change: make content list appear faster by allowing some window...rubidium
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-06-23(svn r25452) -Codechange: let the chat messages be drawn like the console mes...rubidium
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-18(svn r25024) -Feature: Searching of (missing) content via GrfCrawler.frosch
2013-02-18(svn r25023) -Change: Regroup buttons in content download GUI to put item-spe...frosch
2013-02-09(svn r24983) -Change: Apply the same name sorting rules to content and NewGRF...frosch
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-12-08(svn r24801) -Codechange: Add functions to set integral DParams to suitable v...frosch
2012-12-01(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from ...alberth
2012-11-27(svn r24770) -Fix-ish: Calling GUIList::Sort repeatedly has no use without GU...frosch
2012-11-27(svn r24769) -Feature [FS#3852]: Add a string filter to the server list. (Eag...frosch
2012-11-27(svn r24768) -Fix: Adjust a comment to reflect some more truth.frosch
2012-11-27(svn r24767) -Codechange: Remove some fragile hacks from the multiplayer list...frosch
2012-11-14(svn r24743) -Change: Unify the behaviour of ESC in filter editboxes.frosch
2012-11-14(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings...frosch
2012-11-14(svn r24740) -Codechange: Remove duplicate members from QueryStringBaseWindow...frosch
2012-11-14(svn r24739) -Codechange: Simplify some code by using Textbuf::Assign.frosch
2012-11-14(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.frosch
2012-11-14(svn r24736) -Cleanup: The third parameter of Textbuf::Initialize only makes ...frosch
2012-11-13(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::O...frosch
2012-11-13(svn r24733) -Codechange: Move handling of editbox keys to window class.frosch
2012-11-13(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.frosch
2012-11-13(svn r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and C...frosch
2012-11-13(svn r24729) -Codechange: Unify the handling of HEBR_EDITING.frosch
2012-11-13(svn r24728) -Codechange: Unify usage of OnOSKInput.frosch