OpenTTD/src/network
belugas 69671d3aef (svn r13907) -Codechange: Replace a number with Colours enum on DrawFrameRect usage 2008-08-01 03:43:53 +00:00
..
core (svn r13713) -Fix: possible crash on creating a network packet. 2008-07-17 11:47:57 +00:00
network.cpp (svn r13731) -Codechange: make a pool of the array of players. 2008-07-18 16:40:29 +00:00
network.h (svn r13433) -Codechange: remove a now useless global variable. 2008-06-09 12:17:01 +00:00
network_client.cpp (svn r13740) -Fix (r13731): one could only join the first company. 2008-07-19 20:24:41 +00:00
network_client.h (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description. 2008-05-06 15:11:33 +00:00
network_data.cpp (svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers. 2008-05-30 18:20:26 +00:00
network_func.h (svn r13369) -Codechange: remove duplication of network configuration settings between NetworkSettings and NetworkGameInfo. 2008-06-03 08:04:35 +00:00
network_gamelist.cpp (svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers. 2008-05-30 18:20:26 +00:00
network_gamelist.h (svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers. 2008-05-30 18:20:26 +00:00
network_gui.cpp (svn r13907) -Codechange: Replace a number with Colours enum on DrawFrameRect usage 2008-08-01 03:43:53 +00:00
network_gui.h (svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers. 2008-05-30 18:20:26 +00:00
network_internal.h (svn r13370) -Codechange: move the VARDEF stuff from openttd.h to variables.h so one doesn't need to include openttd.h before variables.h. 2008-06-03 08:06:58 +00:00
network_server.cpp (svn r13776) -Fix: some revision checking code was unintentionally disabled. 2008-07-21 18:49:50 +00:00
network_server.h (svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers. 2008-05-30 18:20:26 +00:00
network_type.h (svn r13712) -Fix: enforce the length restrictions of company and president name in the commands too. 2008-07-17 11:19:20 +00:00
network_udp.cpp (svn r13731) -Codechange: make a pool of the array of players. 2008-07-18 16:40:29 +00:00
network_udp.h (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description. 2008-05-06 15:11:33 +00:00