summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2009-04-03(svn r15930) -Fix (r15926): MSVC compilationglx
2009-04-03(svn r15926) -Codechange: make the broadcast IP list less AF dependent.rubidium
2009-04-03(svn r15925) -Codechange: remove _network_server_bind_ip as it's pretty AF de...rubidium
2009-04-03(svn r15924) -Codechange: replace NetworkResolveHost with something less AF d...rubidium
2009-04-03(svn r15922) -Codechange: unify the ways to listen on a socketrubidium
2009-04-03(svn r15921) -Fix: some OSes don't like sizeof(sockaddr_storage) but want siz...rubidium
2009-04-02(svn r15920) -Codechange: make the (TCP) connecting less AF dependent.rubidium
2009-04-02(svn r15919) -Fix (r15916): mingw doesn't know getnameinfo() (unless you comp...glx
2009-04-02(svn r15918) -Fix (r15917): comparing IPs sometimes failed due to 'random' da...rubidium
2009-04-02(svn r15917) -Codechange: remove the latest traces of NetworkAddress::GetIP.rubidium
2009-04-02(svn r15916) -Codechange: let the network game list use NetworkAddressrubidium
2009-04-02(svn r15915) -Codechange: let the udp code use NetworkAddress.rubidium
2009-04-02(svn r15914) -Codechange: let the content handling make use of NetworkAddress.rubidium
2009-03-31(svn r15905) -Fix (r15424): chat completion got called twice causing tab comp...rubidium
2009-03-29(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ca...alberth
2009-03-25(svn r15848) -Feature: Add autoclean_novehicles setting which will, when auto...peter1138
2009-03-23(svn r15825) -Codechange: remove the WWT_DROPDOWNIN widget type and replace i...yexo
2009-03-22(svn r15822) -Codechange: replace some magic numbers and improve alignment of...rubidium
2009-03-22(svn r15820) -Codechange: Some windows using nested widgetsalberth
2009-03-22(svn r15812) -Codechange: use the new DrawString API in another set of GUIsrubidium
2009-03-22(svn r15808) -Codechange: use the new DrawString API in a number of GUIsrubidium
2009-03-22(svn r15803) -Codechange: use the new text drawing API for multicenterrubidium
2009-03-21(svn r15797) -Codechange: make users of the old DrawStringMultiLine use the n...rubidium
2009-03-21(svn r15794) -Codechange: remove the DoDrawString part of the old text drawin...rubidium
2009-03-21(svn r15791) -Codechange: remove the *RightAligned part of the old text drawi...rubidium
2009-03-21(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.rubidium
2009-03-21(svn r15788) -Codechange: enumify the network join status widgets and use them.rubidium
2009-03-21(svn r15785) -Codechange: remove the *Truncated part of the old text drawing ...rubidium
2009-03-21(svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windowsglx
2009-03-21(svn r15782) -Codechange: replace some calls to the all text drawing API to t...rubidium
2009-03-19(svn r15773) -Fix [FS#2475]: number of active clients wasn't always properlyrubidium
2009-03-19(svn r15766) -Fix [FS#2744]: Crash when opening the content list window twice...rubidium
2009-03-15(svn r15726) -Codechange: unify coding style for const pointerssmatz
2009-03-15(svn r15724) -Codechange: some widget documentation/fixing of enumified const...rubidium
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-03-13(svn r15702) -Feature(tte): direct content download 'links' in the play scena...rubidium
2009-03-11(svn r15669) -Change: Key presses that are not handles by an input box are no...yexo
2009-03-08(svn r15644) -Fix [FS#2710]: closing a network connection twice in the case t...rubidium
2009-03-07(svn r15640) -Fix [FS#2712]: game crashes when network pools are empty, so al...smatz
2009-03-06(svn r15632) -Feature: allow downloading scenarios and heightmaps via bananas.rubidium
2009-03-06(svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list wi...smatz
2009-03-06(svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns.rubidium
2009-03-04(svn r15605) -Codechange: constify a functionrubidium
2009-02-25(svn r15580) -Fix [FS#2684]: last activity time not properly updated causing ...rubidium
2009-02-25(svn r15577) -Codechange: bool _networking belongs in network/ not gfx.cpprubidium
2009-02-25(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode...yexo
2009-02-25(svn r15575) -Codechange: Rename GameModes to GameMode and store _game_mode a...yexo
2009-02-24(svn r15571) -Fix: incorrect use of memsetsmatz