summaryrefslogtreecommitdiff
path: root/src/network/network_gui.cpp
AgeCommit message (Expand)Author
2009-01-20(svn r15162) -Fix: the join status window didn't get properly createdrubidium
2009-01-20(svn r15157) -Codechange: wrap the hostname/ip and port into a single structu...rubidium
2009-01-17(svn r15126) -Feature: downloading content from a central server (content.ope...rubidium
2009-01-16(svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes str...rubidium
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-09(svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with ...rubidium
2009-01-03(svn r14816) -Fix: signed/unsigned warnings (MSVC)glx
2009-01-03(svn r14804) -Codechange: unify opening the OSK (Zuu)rubidium
2008-12-24(svn r14735) -Codechange: remove a bit of bit-waste in the map array (without...rubidium
2008-12-23(svn r14730) -Codechange: remove the need for networkclientsockets and networ...rubidium
2008-12-23(svn r14728) -Fix [FS#2470]: don't select anything when opening the client list.rubidium
2008-12-23(svn r14722) -Codechange: s/DEREF_CLIENT/GetNetworkClientSocket/rubidium
2008-12-23(svn r14719) -Codechange: replace DEREF_CLIENT with an instance function and ...rubidium
2008-12-22(svn r14712) -Codechange: split server and client side w.r.t. the storage of ...rubidium
2008-12-22(svn r14709) -Codechange: make a clearer distinction between 'unique' client ...rubidium
2008-11-17(svn r14588) -Fix [FS#2414]: the range for kicking/banning clients is based o...rubidium
2008-11-02(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an...skidd13
2008-10-28(svn r14542) -Codechange: replace some sprintf with s[en]printf to make sure ...rubidium
2008-10-25(svn r14534) -Codechange [FS#2382]: Enumify magic return values of HandleEdit...glx
2008-10-25(svn r14531) -Fix (r12425): OSK accessed wrong widgets of password query window.frosch
2008-10-22(svn r14517) -Feature: arrow key scrolling in the server list (Roujin)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
2008-09-23(svn r14390) -Codechange: replace magic constants with symbolic constants.rubidium
2008-09-15(svn r14331) -Codechange: use an enum as additional parameter for ShowQuerySt...smatz
2008-09-02(svn r14228) -Fix (r14209): double click on the 'last joined' server didn't worksmatz
2008-08-31(svn r14209) -Feature(tte): doubleclick to join selected server/companysmatz
2008-08-11(svn r14047) -Codechange: move chatmessage handling to the network directory ...rubidium
2008-08-11(svn r14046) -Codechange: make the size of querystring "widgets" more configu...rubidium
2008-08-03(svn r13970) -Codechange: Replace numbers with Colours enum on network, toolb...belugas
2008-08-01(svn r13907) -Codechange: Replace a number with Colours enum on DrawFrameRect...belugas
2008-07-23(svn r13796) -Fix [FS#2161]: one couldn't start the last scenario in the "sta...rubidium
2008-07-18(svn r13732) -Feature: add a few extra columns with information to the server...rubidium
2008-07-18(svn r13731) -Codechange: make a pool of the array of players.rubidium
2008-07-17(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...rubidium
2008-07-17(svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they ...rubidium
2008-06-09(svn r13433) -Codechange: remove a now useless global variable.rubidium
2008-06-04(svn r13380) -Fix (r13327): MSVC signed/unsigned warningglx
2008-06-03(svn r13369) -Codechange: remove duplication of network configuration setting...rubidium
2008-06-02(svn r13359) -Codechange: convert _fios_items to a SmallVectorskidd13
2008-05-30(svn r13343) -Codechange: reorder/move variable/functions in the network head...rubidium
2008-05-29(svn r13334) -Codechange: move the network settings variables from network/ne...rubidium
2008-05-29(svn r13330) -Fix: 'Player name' dialog was broken in two wayssmatz
2008-05-29(svn r13328) -Fix (r13327): Don't access an item when there isn't anyskidd13
2008-05-29(svn r13327) -Codechange: NetworkGameWindow uses GUILists Sort() nowskidd13
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-27(svn r13291) -Fix (r13266): qsort passed wrong sizeof datapeter1138
2008-05-26(svn r13266) -Codechange: Use SmallVector in GUIListpeter1138
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium