# # ChangeLog for branches/network/src/lib/network/network_stream.cc in orxonox.OLD # # Generated by Trac 1.0.9 # May 29, 2024, 1:48:59 AM Tue, 23 May 2006 13:29:36 GMT rennerc [7776] * branches/network/src/lib/network/connection_monitor.h (modified) * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/network_stream.cc (modified) removed some features Tue, 23 May 2006 13:15:23 GMT rennerc [7775] * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/network_stream.cc (modified) added some debug output Tue, 23 May 2006 13:10:57 GMT rennerc [7774] * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/network_stream.cc (modified) added some debug output to handshake Tue, 23 May 2006 13:00:42 GMT rennerc [7773] * branches/network/src/lib/network/network_stream.cc (modified) fixed bug Tue, 23 May 2006 12:58:52 GMT rennerc [7772] * branches/network/src/lib/network/connection_monitor.cc (modified) * branches/network/src/lib/network/connection_monitor.h (modified) * branches/network/src/lib/network/network_game_manager.cc (modified) * branches/network/src/lib/network/network_stream.cc (modified) fixed bug Tue, 23 May 2006 09:40:29 GMT rennerc [7767] * branches/network/src/lib/network/connection_monitor.cc (modified) * branches/network/src/lib/network/connection_monitor.h (modified) * branches/network/src/lib/network/network_game_manager.cc (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/network_stream.h (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) * branches/network/src/world_entities/space_ships/hover.cc (modified) hover registers sync vars. started with connection monitor Sun, 21 May 2006 14:36:46 GMT rennerc [7752] * branches/network/src/lib/network/network_stream.cc (modified) NetworkStream should not flood stdout anymore Sat, 20 May 2006 17:48:09 GMT rennerc [7748] * branches/network/src/lib/network/Makefile.am (modified) * branches/network/src/lib/network/data_stream.cc (modified) * branches/network/src/lib/network/network_log.cc (added) * branches/network/src/lib/network/network_log.h (added) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/subprojects/network/network_unit_test.cc (modified) implemented class to log network things to telnet Fri, 19 May 2006 14:22:39 GMT rennerc [7731] * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/handshake.h (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/network_stream.h (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_var.cc (modified) * branches/network/src/subprojects/network/network_unit_test.cc (modified) fixed bug Thu, 18 May 2006 15:36:29 GMT rennerc [7701] * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/world_entities/space_ships/space_ship.cc (modified) fix for bether performance Thu, 18 May 2006 13:52:44 GMT rennerc [7693] * branches/network/src/lib/network/message_manager.cc (modified) * branches/network/src/lib/network/message_manager.h (modified) * branches/network/src/lib/network/network_game_manager.cc (modified) * branches/network/src/lib/network/network_game_manager.h (modified) * branches/network/src/lib/network/network_stream.cc (modified) server creates client spaceships now Thu, 18 May 2006 13:02:24 GMT rennerc [7684] * branches/network/src/lib/network/network_stream.cc (modified) Thu, 18 May 2006 12:32:47 GMT rennerc [7681] * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/handshake.h (modified) * branches/network/src/lib/network/message_manager.cc (modified) * branches/network/src/lib/network/message_manager.h (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/subprojects/network/network_unit_test.cc (modified) finished and tested MessageManager Thu, 18 May 2006 08:48:17 GMT rennerc [7671] * branches/network/src/lib/network/message_manager.cc (modified) * branches/network/src/lib/network/message_manager.h (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/network_stream.h (modified) started implementing MessageManager Wed, 17 May 2006 21:07:53 GMT rennerc [7659] * branches/network/src/lib/network/network_stream.cc (modified) fixed bug Wed, 17 May 2006 06:28:23 GMT rennerc [7631] * branches/network/src/defs/class_id.h (modified) * branches/network/src/lib/network/Makefile.am (modified) * branches/network/src/lib/network/converter.cc (modified) * branches/network/src/lib/network/message_manager.cc (added) * branches/network/src/lib/network/message_manager.h (added) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/network_stream.h (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) * branches/network/src/lib/network/synchronizeable.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_bool.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_bool.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_float.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_float.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_int.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_int.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_quaternion.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_quaternion.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_string.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_string.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_uint.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_var.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_var.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_vector.h (modified) * branches/network/src/subprojects/network/network_unit_test.cc (modified) * branches/network/src/subprojects/network/simple_sync.cc (modified) * branches/network/src/subprojects/network/simple_sync.h (modified) synchronisation should work now Sat, 13 May 2006 16:11:22 GMT rennerc [7614] * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_quaternion.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_vector.cc (modified) * branches/network/src/subprojects/network/simple_sync.cc (modified) fixed some bugs - handshake works now Sat, 13 May 2006 14:21:53 GMT rennerc [7613] * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/udp_server_socket.cc (modified) * branches/network/src/lib/network/udp_socket.cc (modified) * branches/network/src/subprojects/network/network_unit_test.cc (modified) * branches/network/src/subprojects/network/simple_sync.cc (modified) * branches/network/src/subprojects/network/simple_sync.h (modified) subprojects/network can test handshake now Fri, 12 May 2006 07:08:48 GMT rennerc [7602] * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/network_stream.h (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) fixed some bugs Thu, 11 May 2006 06:05:17 GMT rennerc [7591] * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/handshake.h (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) * branches/network/src/lib/network/synchronizeable.h (modified) fixed some bugs Wed, 10 May 2006 21:24:12 GMT rennerc [7578] * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_bool.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_bool.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_float.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_float.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_int.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_int.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_quaternion.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_quaternion.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_string.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_string.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_uint.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_uint.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_var.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_vector.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_vector.h (modified) added some debug functions/output Wed, 10 May 2006 14:48:27 GMT rennerc [7575] * branches/network/src/lib/lang/base_object.cc (modified) * branches/network/src/lib/lang/base_object.h (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/network_stream.h (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) * branches/network/src/lib/network/udp_server_socket.h (modified) fixed some bugs Wed, 10 May 2006 12:40:22 GMT rennerc [7571] * branches/network/src/lib/network/network_stream.cc (modified) fixed bug Wed, 10 May 2006 11:13:49 GMT rennerc [7565] * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/handshake.h (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/network_stream.h (modified) * branches/network/src/lib/network/server_socket.h (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) * branches/network/src/lib/network/synchronizeable.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_quaternion.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_vector.cc (modified) * branches/network/src/lib/network/tcp_server_socket.h (modified) * branches/network/src/lib/network/udp_server_socket.cc (modified) * branches/network/src/lib/network/udp_server_socket.h (modified) * branches/network/src/lib/network/udp_socket.cc (modified) * branches/network/src/subprojects/network/network_unit_test.cc (modified) reimplemented NetworkStream Fri, 05 May 2006 13:16:09 GMT rennerc [7540] * branches/network/src/lib/network/Makefile.am (modified) * branches/network/src/lib/network/network_manager.cc (modified) * branches/network/src/lib/network/network_socket.cc (modified) * branches/network/src/lib/network/network_socket.h (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/network_stream.h (modified) * branches/network/src/lib/network/server_socket.cc (modified) * branches/network/src/lib/network/server_socket.h (modified) * branches/network/src/lib/network/tcp_server_socket.cc (added) * branches/network/src/lib/network/tcp_server_socket.h (added) * branches/network/src/lib/network/tcp_socket.cc (added) * branches/network/src/lib/network/tcp_socket.h (added) * branches/network/src/lib/network/udp_server_socket.cc (added) * branches/network/src/lib/network/udp_server_socket.h (added) * branches/network/src/lib/network/udp_socket.cc (added) * branches/network/src/lib/network/udp_socket.h (added) implemented udp sockets Sat, 29 Apr 2006 11:57:48 GMT rennerc [7444] * branches/network/src/lib/coord/p_node.cc (modified) * branches/network/src/lib/coord/p_node.h (modified) * branches/network/src/lib/lang/base_object.cc (modified) * branches/network/src/lib/lang/base_object.h (modified) * branches/network/src/lib/network/Makefile.am (modified) * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/handshake.h (modified) * branches/network/src/lib/network/network_game_manager.cc (modified) * branches/network/src/lib/network/network_game_manager.h (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) * branches/network/src/lib/network/synchronizeable.h (modified) * branches/network/src/lib/network/synchronizeable_var (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_bool.cc (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_bool.h (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_float.cc (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_float.h (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_int.cc (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_int.h (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_quaternion.cc (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_quaternion.h (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_string.cc (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_string.h (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_uint.cc (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_uint.h (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_var.cc (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_var.h (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_vector.cc (added) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_vector.h (added) * branches/network/src/util/multiplayer_team_deathmatch.cc (modified) * branches/network/src/world_entities/environments/water.cc (modified) * branches/network/src/world_entities/environments/water.h (modified) * branches/network/src/world_entities/npcs/ground_turret.cc (modified) * branches/network/src/world_entities/npcs/ground_turret.h (modified) * branches/network/src/world_entities/playable.cc (modified) * branches/network/src/world_entities/playable.h (modified) * branches/network/src/world_entities/power_ups/laser_power_up.cc (modified) * branches/network/src/world_entities/power_ups/laser_power_up.h (modified) * branches/network/src/world_entities/power_ups/param_power_up.cc (modified) * branches/network/src/world_entities/power_ups/param_power_up.h (modified) * branches/network/src/world_entities/power_ups/power_up.cc (modified) * branches/network/src/world_entities/power_ups/power_up.h (modified) * branches/network/src/world_entities/power_ups/turret_power_up.cc (modified) * branches/network/src/world_entities/power_ups/turret_power_up.h (modified) * branches/network/src/world_entities/power_ups/weapon_power_up.cc (modified) * branches/network/src/world_entities/power_ups/weapon_power_up.h (modified) * branches/network/src/world_entities/skybox.cc (modified) * branches/network/src/world_entities/skybox.h (modified) * branches/network/src/world_entities/space_ships/space_ship.cc (modified) * branches/network/src/world_entities/space_ships/space_ship.h (modified) * branches/network/src/world_entities/terrain.cc (modified) * branches/network/src/world_entities/terrain.h (modified) * branches/network/src/world_entities/world_entity.cc (modified) * branches/network/src/world_entities/world_entity.h (modified) new network system implemented. yet with a lot of empty function bodys Wed, 26 Apr 2006 14:07:29 GMT patrick [7380] * branches/network (copied) created the network branche Wed, 01 Feb 2006 15:40:34 GMT patrick [6959] * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/network/converter.cc (modified) * trunk/src/lib/network/converter.h (modified) * trunk/src/lib/network/network_game_manager.cc (modified) * trunk/src/lib/network/network_socket.cc (modified) * trunk/src/lib/network/network_socket.h (modified) * trunk/src/lib/network/network_stream.cc (modified) * trunk/src/lib/network/synchronizeable.h (modified) * trunk/src/world_entities/planet.h (modified) * trunk/src/world_entities/playable.cc (modified) * trunk/src/world_entities/playable.h (modified) * trunk/src/world_entities/space_ships/space_ship.cc (modified) * trunk/src/world_entities/space_ships/space_ship.h (modified) * trunk/src/world_entities/world_entity.cc (modified) * trunk/src/world_entities/world_entity.h (modified) trunk: merged network branche into trunk