summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2009-05-17(svn r16332) -Codechange: replace some -1 + 1 with 'nothing' or <= .. - 1 wit...rubidium
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-14(svn r16305) -Codechange: force-enable extra sync checking when random debugg...rubidium
2009-05-13(svn r16288) -Fix (r16237): crash after clicking in the ClientList windowsmatz
2009-05-10(svn r16269) -Codechange: use gcc's ability to check parameters sent to print...smatz
2009-05-10(svn r16265) -Fix (r16238): wrong format string for debug outputsmatz
2009-05-09(svn r16255) -Fix [FS#2887] (r16237): Nested widgets of client list window us...alberth
2009-05-08(svn r16254) -Fix [FS#2886]: Magic constant removed.frosch
2009-05-07(svn r16250) -Fix (r16242): do not try to unpause when paused for a joining c...rubidium
2009-05-06(svn r16242) -Codechange: rework pausingrubidium
2009-05-06(svn r16238) -Change: improve/clarify some network related debug "error" mess...rubidium
2009-05-05(svn r16237) -Codechange: Add nested widgets to remaining network windows.alberth
2009-05-05(svn r16236) -Codechange: Make widget enums complete of various network windo...alberth
2009-05-05(svn r16235) -Codechange (r16234): But keep the window description.alberth
2009-05-05(svn r16234) -Codechange (r16231, r16233): Do not add test functions to trunk.alberth
2009-05-05(svn r16233) -Codechange: Added nested widgets to network content windows.alberth
2009-05-05(svn r16232) -Codechange: Moving network content widgets enums outside window...alberth
2009-05-05(svn r16231) -Codechange: Added nested widgets to chat window.alberth
2009-05-05(svn r16230) -Codechange: Moving chat widgets enum outside window struct.alberth
2009-04-26(svn r16176) -Fix: forbid joining AI companies via the 'move' and 'join' cons...yexo
2009-04-26(svn r16175) -Fix: Disable the join button in the multiplayer lobby for AI co...yexo
2009-04-26(svn r16163) -Codechange: instead of SetDParamStr(0, string); DrawString(...,...rubidium
2009-04-26(svn r16162) -Codechange: remove needless TC_ colours from DrawString when th...rubidium
2009-04-26(svn r16156) -Codechange: make the parameters of DrawStringMultiline the same...rubidium
2009-04-24(svn r16135) -Fix [FS#2856]: always give the server an already resolved 'clie...rubidium
2009-04-24(svn r16134) -Change: do not add duplicates to the broadcast listrubidium
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-17(svn r16071) -Fix [FS#2845]: content download progress bar 'resetting' due to...rubidium
2009-04-15(svn r16065) -Fix: don't readd (and resolve) the last joined server each time...rubidium
2009-04-15(svn r16064) -Fix: memory leak when querying a server multiple times.rubidium
2009-04-12(svn r16050) -Fix (r15933): little typo causing OTTDfreeaddrinfo to use the f...glx
2009-04-11(svn r16034) -Fix: compile warnings generated by 64 bits MSVC.rubidium
2009-04-11(svn r16026) -Codechange: Use font height for chat line spacing instead of fi...peter1138
2009-04-10(svn r16022) -Fix (r15159): sometimes the unregister "query" thread could be ...rubidium
2009-04-10(svn r16014) -Feature(-ish): allow binding to several IPs; [network]:server_b...rubidium
2009-04-10(svn r16007) -Fix (r16004): when we want to bind to both IPv4 and IPv6, make ...rubidium
2009-04-09(svn r16005) -Fix: assertion when there is no last joined server; when you've...rubidium
2009-04-09(svn r16004) -Fix (r16000): explicitly binding to an IPv4 socket would try to...rubidium
2009-04-09(svn r16000) -Feature: IPv6 supportrubidium
2009-04-09(svn r15998) -Codechange: some coding style updatesrubidium
2009-04-08(svn r15993) -Codechange: clean up/generalise the handling of the server listrubidium
2009-04-08(svn r15991) -Fix: don't add 0.0.0.0/:: to the server list; you can't connect...rubidium
2009-04-08(svn r15990) -Codechange: provide a thread safe variant of GetAddressAsString.rubidium
2009-04-08(svn r15989) -Fix (r15987: segfault due to uninitialised sockets.rubidium
2009-04-08(svn r15988) -Fix: inconsistency between using NETWORK_NAME_LENGTH and NETWOR...rubidium
2009-04-08(svn r15987) -Fix: make the master socket only listen on the IP the server is...rubidium
2009-04-08(svn r15984) -Codechange: prepare the UDP receiver to process multiple types ...rubidium
2009-04-08(svn r15982) -Codechange: use GetAddressAsString to get the name instead of p...rubidium