OpenTTD/src/network
peter1138 b02623901a (svn r9727) -Fix (r8546): Company password field in network player info was inverted. 2007-04-27 20:50:49 +00:00
..
core (svn r9672) -Cleanup: lots of coding style fixes around operands. 2007-04-18 22:10:36 +00:00
network.cpp (svn r9716) -Add: server_lang in [network] section of openttd.cfg, so dedicated servers can have the little lang flag. 2007-04-25 17:40:06 +00:00
network.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 2007-03-07 12:11:48 +00:00
network_client.cpp (svn r9719) -Fix: in-game private messages did not work for clients with a Client ID > 255. 2007-04-26 07:41:24 +00:00
network_client.h (svn r9050) -Codechange: Foo(void) -> Foo() 2007-03-07 11:47:46 +00:00
network_data.cpp (svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets and move a little of NetworkClientState functionality to the NetworkSocketHandler. Move the rest of the NetworkClientState to the new NetworkTCPSocketHandler class/struct, which is not yet implemented in an object oriented manner. The UDP socket handler now extends the NetworkSocketHandler instead of having a reference to a NetworkClientState. 2007-01-12 20:19:49 +00:00
network_data.h (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; 2007-03-07 12:11:48 +00:00
network_gamelist.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 2007-03-07 11:47:46 +00:00
network_gamelist.h (svn r9050) -Codechange: Foo(void) -> Foo() 2007-03-07 11:47:46 +00:00
network_gui.cpp (svn r9719) -Fix: in-game private messages did not work for clients with a Client ID > 255. 2007-04-26 07:41:24 +00:00
network_gui.h (svn r9719) -Fix: in-game private messages did not work for clients with a Client ID > 255. 2007-04-26 07:41:24 +00:00
network_server.cpp (svn r9727) -Fix (r8546): Company password field in network player info was inverted. 2007-04-27 20:50:49 +00:00
network_server.h (svn r9050) -Codechange: Foo(void) -> Foo() 2007-03-07 11:47:46 +00:00
network_udp.cpp (svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces. 2007-04-18 22:41:53 +00:00
network_udp.h (svn r9050) -Codechange: Foo(void) -> Foo() 2007-03-07 11:47:46 +00:00