summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2011-04-22(svn r22362) -Codechange: NetworkFindClientInfoFromClientID -> NetworkClientI...rubidium
2011-04-22(svn r22361) -Codechange: delete the client list popup when the client got re...rubidium
2011-04-22(svn r22360) -Codechange: use globally unique client id to mark the selected ...rubidium
2011-04-22(svn r22359) -Codechange: pass client info pointers instead of the position t...rubidium
2011-04-22(svn r22358) -Codechange: WC_TOOLBAR_MENU isn't the right name when its only ...rubidium
2011-04-22(svn r22357) -Fix (r22345): crash when opening the chat box or company passwo...smatz
2011-04-17(svn r22343) -Change: Remove pixel limiter for query strings.terkhen
2011-04-17(svn r22335) -Cleanup (r22308): remove superfluous tabssmatz
2011-04-09(svn r22308) -Fix [FS#4574]: waiting on a server could kick the client, or ra...rubidium
2011-03-13(svn r22248) -Codechange: Make OnInvalidateData() process 'delete this;' alre...frosch
2011-03-13(svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope.frosch
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidate...frosch
2011-03-06(svn r22208) -Fix [FS#4543]: When downloading a file via HTTP failed mid-way ...rubidium
2011-03-03(svn r22162) -Fix [FS#4533]: No update of NewGRF window when unknown GRF name...yexo
2011-02-27(svn r22154) -Fix [FS#4529]: _current_company was modified when moving a clie...terkhen
2011-02-25(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'alberth
2011-02-20(svn r22123) -Fix [FS#4522]: CommandQueue::Pop() did not update 'last'; poppi...frosch
2011-02-20(svn r22121) -Fix: In case of high frame_freq one could get commands executed...rubidium
2011-02-19(svn r22116) -Codechange: use PoolBase::Clean() at more placessmatz
2011-02-17(svn r22093) -Fix [FS#4514]: The server list did not get sorted with one item...rubidium
2011-02-17(svn r22092) -Fix-ish (r22068): when you change a boolean to a enum, check sp...rubidium
2011-02-15(svn r22086) -Fix: do not check if we can allocate an item if we won't try to...smatz
2011-02-15(svn r22085) -Fix: assert when connecting to the admin portsmatz
2011-02-12(svn r22070) -Fix [FS#4503] (r21399): crashes when disconnecting after reques...rubidium
2011-02-12(svn r22069) -Fix: delete all savegame packets, not just the first onerubidium
2011-02-12(svn r22068) -Codechange/Fix: return "connection lost" instead of "okay" when...rubidium
2011-02-12(svn r22067) -Fix: don't hold a mutex when sending packets and thus possibly ...rubidium
2011-02-11(svn r22064) -Fix [FS#4497] (r21399): crash when disconnecting and reconnecti...rubidium
2011-02-11(svn r22063) -Change: make the "has network" check also check whether the cli...rubidium
2011-02-11(svn r22059) -Fix (r21179): Make the send chat message window follow the posi...terkhen
2011-02-09(svn r22038) -Fix (r21406): Tab completion in chat did not cycle through all ...terkhen
2011-02-08(svn r22032) -Codechange: add some asserts to verify we don't allocate too ma...rubidium
2011-02-08(svn r22031) -Fix: bad servers could crash a clientrubidium
2011-02-08(svn r22030) -Cleanup: dead code in NetworkGameWindow::OnInvalidateData (adf88)rubidium
2011-02-08(svn r22029) -Fix [FS#4482]: the server list got not resorted/redrawn after N...rubidium
2011-01-26(svn r21918) -Fix [FS#4443]: Languages improperly sorted in the "start server...rubidium
2011-01-23(svn r21898) -Fix [FS#4438]: using a pointer-iterator and adding things (thus...rubidium
2011-01-22(svn r21892) -Fix [FS#4421]: only some scenarios from the main scenario folde...rubidium
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2011-01-22(svn r21887) -Fix-ish: some headers weren't including the headers they depend onrubidium
2011-01-22(svn r21886) -Codechange: move documentation towards the code to make it more...rubidium
2011-01-21(svn r21875) -Codechange: indentation of some comments was wrongsmatz
2011-01-19(svn r21854) -Codechange: refactor the password setting methods to make it po...rubidium
2011-01-19(svn r21853) -Codechange: HashCurrentCompanyPassword is only used by servers,...rubidium
2011-01-19(svn r21852) -Codechange: generalise GenerateCompanyPasswordHash (dihedral)rubidium
2011-01-19(svn r21851) -Codechange: rename NetworkClientSetPassword to NetworkClientSet...rubidium
2011-01-19(svn r21850) -Codechange: move password hashing to a more general location (d...rubidium
2011-01-08(svn r21741) -Fix (r21668): Some white space slipped past the commit hookplanetmaker
2011-01-04(svn r21727) -Fix [FS#4377]: admin bots weren't always notified of password c...rubidium
2011-01-03(svn r21704) -Fix [FS#4374]: no need to perform any more checks after the con...smatz