# # ChangeLog for branches/network/src in orxonox.OLD # # Generated by Trac 1.0.9 # May 31, 2024, 5:43:15 PM Thu, 18 May 2006 12:10:11 GMT patrick [7680] * branches/network/src/lib/network/netdefs.h (modified) * branches/network/src/lib/network/network_manager.cc (modified) * branches/network/src/lib/network/network_manager.h (modified) * branches/network/src/story_entities/multi_player_world.cc (modified) network: network manager now runs with its own frequency Thu, 18 May 2006 10:58:08 GMT rennerc [7678] * branches/network/src/lib/network/message_manager.cc (modified) * branches/network/src/lib/network/message_manager.h (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) finished MessageManager implementation 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 Mon, 15 May 2006 12:49:23 GMT rennerc [7617] * branches/network/src/lib/network/synchronizeable.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) added some output so synchronizeable to find strange bug. did not help :( 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 12:37:20 GMT rennerc [7570] * branches/network/src/lib/network/udp_server_socket.cc (modified) * branches/network/src/lib/network/udp_socket.cc (modified) added some output to udp sockets Wed, 10 May 2006 12:31:41 GMT rennerc [7569] * branches/network/src/story_entities/multi_player_world_data.cc (modified) fixed bug Wed, 10 May 2006 11:44:33 GMT rennerc [7567] * branches/network/src/lib/graphics/importer/height_map.cc (modified) * branches/network/src/lib/network/network_game_manager.cc (modified) * branches/network/src/lib/network/network_game_manager.h (modified) removed some output of heightMap. commented out old code in ... 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 Tue, 09 May 2006 22:11:43 GMT patrick [7559] * 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_var.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_var.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_vector.cc (modified) network: added some comments and found some small bugs Mon, 08 May 2006 09:55:55 GMT rennerc [7556] * 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) fixed some bugs in udpSockets. subprojects/network should work now Sat, 06 May 2006 11:23:16 GMT rennerc [7553] * 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) fixed some bugs Sat, 06 May 2006 09:38:36 GMT bensch [7552] * branches/network/src/lib/BuildLibs.am (modified) * branches/network/src/subprojects/network/Makefile.am (modified) * branches/network/src/subprojects/network/network_unit_test.cc (modified) Subproject compiles and Links again Sat, 06 May 2006 09:09:03 GMT rennerc [7550] * branches/network/src/subprojects/network/network_unit_test.cc (modified) subprojects/network uses should test net network sockets now Fri, 05 May 2006 13:55:47 GMT rennerc [7541] * branches/network/src/lib/network/tcp_server_socket.cc (modified) * branches/network/src/lib/network/tcp_server_socket.h (modified) * branches/network/src/lib/network/tcp_socket.cc (modified) * branches/network/src/lib/network/tcp_socket.h (modified) * branches/network/src/lib/network/udp_socket.cc (modified) copied old networkSocket/serverSocket code in new classes 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 Wed, 03 May 2006 12:53:30 GMT patrick [7512] * branches/network/src/lib/network/synchronizeable.cc (modified) network: just modified the comments Wed, 03 May 2006 12:29:17 GMT rennerc [7508] * 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_int.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_string.h (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_var.h (modified) implemented synchronizeable Sun, 30 Apr 2006 11:50:25 GMT rennerc [7459] * 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_var.cc (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) finished some SynchronizeableVars classes Sat, 29 Apr 2006 13:28:42 GMT rennerc [7446] * branches/network/src/lib/coord/p_node.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_bool.cc (modified) * branches/network/src/world_entities/environments/water.cc (modified) * branches/network/src/world_entities/skybox.cc (modified) * branches/network/src/world_entities/world_entity.cc (modified) implemented some varChangeHandler functions Sat, 29 Apr 2006 12:14:24 GMT bensch [7445] * branches/network/src/lib/network/synchronizeable.cc (modified) * branches/network/src/world_entities/space_ships/space_ship.h (modified) orxonox/branches/network: link errors resolved 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 Thu, 27 Apr 2006 15:06:47 GMT patrick [7402] * branches/network/src/lib/network/netdefs.h (modified) * branches/network/src/lib/network/server_socket.cc (modified) * branches/network/src/lib/network/server_socket.h (modified) network: server socket adapted Wed, 26 Apr 2006 14:07:29 GMT patrick [7380] * branches/network (copied) created the network branche Wed, 26 Apr 2006 09:32:57 GMT bensch [7377] * trunk/src/lib/shell/shell.h (modified) * trunk/src/lib/shell/shell_completion_plugin.cc (modified) * trunk/src/lib/shell/shell_completion_plugin.h (modified) work flush