MegaGlest/source/glest_game/network
Mark Vejvoda ac34fc6d99 Commented out some mutex use that should no longer be required. 2010-05-28 00:26:29 +00:00
..
client_interface.cpp - Added partial threaded network server handling of incoming socket data to try to improve performance 2010-05-15 18:59:17 +00:00
client_interface.h Added some more mutex guards around multi-player server side thread that processes incoming messages 2010-05-21 16:36:08 +00:00
connection_slot.cpp - Did some refactoring to move connectionSlotThread into ConnectionSlot class 2010-05-27 23:46:38 +00:00
connection_slot.h - Did some refactoring to move connectionSlotThread into ConnectionSlot class 2010-05-27 23:46:38 +00:00
masterserver_info.h first steps for masterserver join menu 2010-05-09 21:23:13 +00:00
network_interface.cpp Added some more mutex guards around multi-player server side thread that processes incoming messages 2010-05-21 16:36:08 +00:00
network_interface.h Added some more mutex guards around multi-player server side thread that processes incoming messages 2010-05-21 16:36:08 +00:00
network_manager.cpp * added missing #include "leak_dumper.h" to new cpp files 2010-03-27 07:09:34 +00:00
network_manager.h - Added partial threaded network server handling of incoming socket data to try to improve performance 2010-05-15 18:59:17 +00:00
network_message.cpp added better handling of network connections: 2010-05-12 15:25:56 +00:00
network_message.h added better handling of network connections: 2010-05-12 15:25:56 +00:00
network_types.cpp - Added partial threaded network server handling of incoming socket data to try to improve performance 2010-05-15 18:59:17 +00:00
network_types.h - Added partial threaded network server handling of incoming socket data to try to improve performance 2010-05-15 18:59:17 +00:00
server_interface.cpp Commented out some mutex use that should no longer be required. 2010-05-28 00:26:29 +00:00
server_interface.h - Did some refactoring to move connectionSlotThread into ConnectionSlot class 2010-05-27 23:46:38 +00:00