MegaGlest/source/glest_game/network
Mark Vejvoda ae8571a406 - added the beginning of some new master server info (very limited)
- Masterserver menu will show more titles / colors.
    - We keep the game showing in the Masterserver menu while it is in progress.
   - Disable join button when slots are full.
   - Update title with IN PROGRESS when game is being played.
   - PHP Script is backwards compatible with older clients
2010-10-23 09:06:47 +00:00
..
client_interface.cpp - fixed chatting logic to now retain more info about the user that sent the text in the console manager. Colors now apply to the playername and changing playernames is ok in the lobby andf rendering accounts for this (as well as switching slots) 2010-10-23 04:00:39 +00:00
client_interface.h - added player color coding in lobbies as well as chat console 2010-10-22 07:28:55 +00:00
connection_slot.cpp - fixed chatting logic to now retain more info about the user that sent the text in the console manager. Colors now apply to the playername and changing playernames is ok in the lobby andf rendering accounts for this (as well as switching slots) 2010-10-23 04:00:39 +00:00
connection_slot.h - added player color coding in lobbies as well as chat console 2010-10-22 07:28:55 +00:00
masterserver_info.h - added leak_dumper header all over the place (not yet functional in linux) 2010-09-07 05:25:40 +00:00
network_interface.cpp - some debug comments removed 2010-07-09 15:59:49 +00:00
network_interface.h - fixed chatting logic to now retain more info about the user that sent the text in the console manager. Colors now apply to the playername and changing playernames is ok in the lobby andf rendering accounts for this (as well as switching slots) 2010-10-23 04:00:39 +00:00
network_manager.cpp - bugfixes for stack overflow issue (static array size too large causing chkstk errors) 2010-08-26 19:01:44 +00:00
network_manager.h - initial logic to allow client side controlled AI 2010-09-14 19:10:37 +00:00
network_message.cpp - fixed chatting logic to now retain more info about the user that sent the text in the console manager. Colors now apply to the playername and changing playernames is ok in the lobby andf rendering accounts for this (as well as switching slots) 2010-10-23 04:00:39 +00:00
network_message.h - fixed chatting logic to now retain more info about the user that sent the text in the console manager. Colors now apply to the playername and changing playernames is ok in the lobby andf rendering accounts for this (as well as switching slots) 2010-10-23 04:00:39 +00:00
network_types.cpp - modified command object to support special states which flow through network play as well. This allows for better handling of multi-unit build and allows for better future expanding of command processing. 2010-08-30 20:45:12 +00:00
network_types.h - added leak_dumper header all over the place (not yet functional in linux) 2010-09-07 05:25:40 +00:00
server_interface.cpp - added the beginning of some new master server info (very limited) 2010-10-23 09:06:47 +00:00
server_interface.h - added the beginning of some new master server info (very limited) 2010-10-23 09:06:47 +00:00