# # ChangeLog for branches/network/src/lib/network/Makefile.am in orxonox.OLD # # Generated by Trac 1.0.9 # May 23, 2024, 7:27:59 PM 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 Fri, 03 Feb 2006 19:18:42 GMT bensch [7026] * trunk/src/lib/network/Makefile.am (modified) orxonox/trunk: added missing file