# # ChangeLog for trunk/src/lib/network/netdefs.h in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 29, 2024, 5:21:34 PM Wed, 25 Jan 2006 13:39:53 GMT patrick [6695] * trunk/src/defs/class_id.h (modified) * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/coord/p_node.h (modified) * trunk/src/lib/graphics/importer/vertex_array_model.cc (modified) * trunk/src/lib/network/Makefile.am (modified) * trunk/src/lib/network/handshake.cc (modified) * trunk/src/lib/network/netdefs.h (modified) * trunk/src/lib/network/network_game_manager.cc (modified) * trunk/src/lib/network/network_game_manager.h (modified) * trunk/src/lib/network/network_manager.cc (modified) * trunk/src/lib/network/network_manager.h (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/network_stream.h (modified) * trunk/src/lib/network/shared_network_data.cc (copied) * trunk/src/lib/network/shared_network_data.h (copied) * trunk/src/lib/network/synchronizeable.cc (modified) * trunk/src/lib/network/synchronizeable.h (modified) * trunk/src/orxonox.cc (modified) * trunk/src/util/state.cc (modified) * trunk/src/util/state.h (modified) * trunk/src/world_entities/environments/water.cc (modified) * trunk/src/world_entities/environments/water.h (modified) * trunk/src/world_entities/movie_entity.cc (modified) * trunk/src/world_entities/planet.cc (modified) * trunk/src/world_entities/playable.cc (modified) * trunk/src/world_entities/power_ups/param_power_up.cc (modified) * trunk/src/world_entities/power_ups/turret_power_up.cc (modified) * trunk/src/world_entities/power_ups/weapon_power_up.cc (modified) * trunk/src/world_entities/projectiles/laser.cc (modified) * trunk/src/world_entities/skybox.cc (modified) * trunk/src/world_entities/space_ships/space_ship.cc (modified) * trunk/src/world_entities/terrain.cc (modified) * trunk/src/world_entities/weapons/targeting_turret.cc (modified) * trunk/src/world_entities/weapons/weapon.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) * trunk/src/world_entities/world_entity.h (modified) merged the network branche to the trunk Tue, 29 Nov 2005 13:22:37 GMT bensch [5822] * trunk/config.h.in (modified) * trunk/configure.ac (modified) * trunk/scripts/gentoo/orxonox-0.3.2_alpha-rXXXX.ebuild (copied) * trunk/src/defs/class_id.h (modified) * trunk/src/defs/debug.h (modified) * trunk/src/defs/include_paths.am (modified) * trunk/src/lib/Makefile.am (modified) * trunk/src/lib/lang/class_list.cc (modified) * trunk/src/lib/network/Makefile.am (copied) * trunk/src/lib/network/Makefile.in (copied) * trunk/src/lib/network/README (copied) * trunk/src/lib/network/connection_monitor.cc (copied) * trunk/src/lib/network/connection_monitor.h (copied) * trunk/src/lib/network/data_stream.cc (copied) * trunk/src/lib/network/data_stream.h (copied) * trunk/src/lib/network/netdefs.h (copied) * trunk/src/lib/network/network_manager.cc (copied) * trunk/src/lib/network/network_manager.h (copied) * trunk/src/lib/network/network_protocol.cc (copied) * trunk/src/lib/network/network_protocol.h (copied) * trunk/src/lib/network/network_socket.cc (copied) * trunk/src/lib/network/network_socket.h (copied) * trunk/src/lib/network/network_stream.cc (copied) * trunk/src/lib/network/network_stream.h (copied) * trunk/src/lib/network/synchronisable.cc (deleted) * trunk/src/lib/network/synchronisable.h (deleted) * trunk/src/lib/network/synchronizeable.cc (copied) * trunk/src/lib/network/synchronizeable.h (copied) * trunk/src/orxonox.cc (modified) * trunk/src/subprojects/Makefile.am (modified) * trunk/src/subprojects/network (copied) * trunk/src/subprojects/network/Makefile.am (copied) * trunk/src/subprojects/network/Makefile.in (copied) * trunk/src/subprojects/network/README (copied) * trunk/src/subprojects/network/network_unit_test.cc (copied) * trunk/src/subprojects/network/network_unit_test.h (copied) * trunk/src/subprojects/network/simple_sync.cc (copied) * trunk/src/subprojects/network/simple_sync.h (copied) orxonox/trunk: merged branches/network to the trunk merged with ... Sun, 20 Nov 2005 01:48:33 GMT patrick [5649] * branches/network/src/lib/network/data_stream.cc (modified) * branches/network/src/lib/network/data_stream.h (modified) * 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/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/network_stream.h (modified) * branches/network/src/subprojects/network/Makefile.am (modified) * branches/network/src/subprojects/network/network_unit_test.cc (modified) * branches/network/src/subprojects/network/simple_sync.cc (added) * branches/network/src/subprojects/network/simple_sync.h (added) network: added even more interface, more function to the ...