OpenTTD/src/network
rubidium 16c2e53191 (svn r18078) -Codechange: remove some duplicate (non translatable) strings 2009-11-14 15:37:33 +00:00
..
core (svn r17963) -Codechange: some documentation style 2009-11-03 17:30:08 +00:00
network.cpp (svn r18054) -Change/Fix [FS#3310]: make pause on join pause during the whole joining (including download) phase 2009-11-12 20:52:14 +00:00
network.h (svn r17248) -Fix: add GPL license notice where appropriate 2009-08-21 20:21:05 +00:00
network_base.h (svn r17737) -Codechange: remove the chat window when you were chatting with someone who lost his/her connection or when you were team chatting and moved out of the company. 2009-10-07 17:36:33 +00:00
network_chat_gui.cpp (svn r17947) -Codechange: make the statusbar, chat input and news window know of eachothers size so they don't get overlapped and don't get invisible (bottoms) of windows when a larger font is used 2009-11-02 10:15:48 +00:00
network_client.cpp (svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Init() is useless 2009-10-09 11:03:00 +00:00
network_client.h (svn r17248) -Fix: add GPL license notice where appropriate 2009-08-21 20:21:05 +00:00
network_command.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
network_content.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
network_content.h (svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic' includes so compilation without network support doesn't get broken as easily by changes in header files 2009-10-04 20:00:56 +00:00
network_content_gui.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
network_func.h (svn r18052) -Codechange/Fix: make the 'pause' chat message when actually executing the pause command. This to prevent showing paused and especially unpaused to be shown when the state doesn't change. Output now mentions whether pause changes keep the game paused and what reasons for pausing there 'currently' are. 2009-11-12 20:33:30 +00:00
network_gamelist.cpp (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
network_gamelist.h (svn r17248) -Fix: add GPL license notice where appropriate 2009-08-21 20:21:05 +00:00
network_gui.cpp (svn r18078) -Codechange: remove some duplicate (non translatable) strings 2009-11-14 15:37:33 +00:00
network_gui.h (svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic' includes so compilation without network support doesn't get broken as easily by changes in header files 2009-10-04 20:00:56 +00:00
network_internal.h (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
network_server.cpp (svn r18054) -Change/Fix [FS#3310]: make pause on join pause during the whole joining (including download) phase 2009-11-12 20:52:14 +00:00
network_server.h (svn r17617) -Codechange: make the server side packet handling be more like the client side's handling, i.e. return the connection status 2009-09-22 20:44:14 +00:00
network_type.h (svn r18052) -Codechange/Fix: make the 'pause' chat message when actually executing the pause command. This to prevent showing paused and especially unpaused to be shown when the state doesn't change. Output now mentions whether pause changes keep the game paused and what reasons for pausing there 'currently' are. 2009-11-12 20:33:30 +00:00
network_udp.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
network_udp.h (svn r17248) -Fix: add GPL license notice where appropriate 2009-08-21 20:21:05 +00:00