# # ChangeLog for branches/network/src/lib/network/network_manager.cc in orxonox.OLD # # Generated by Trac 1.0.9 # May 24, 2024, 2:04:05 AM Wed, 30 Nov 2005 08:43:05 GMT patrick [5829] * branches/network/src/defs/globals.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_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/synchronizeable.cc (modified) * branches/network/src/lib/network/synchronizeable.h (modified) * branches/network/src/orxonox.cc (modified) * branches/network/src/orxonox.h (modified) * branches/network/src/story_entities/world.cc (modified) * branches/network/src/subprojects/network/Makefile.am (modified) * branches/network/src/subprojects/network/Makefile.in (modified) * branches/network/src/subprojects/network/network_unit_test.cc (modified) * branches/network/src/subprojects/network/read_sync.cc (added) * branches/network/src/subprojects/network/read_sync.h (added) * branches/network/src/subprojects/network/simple_sync.cc (modified) * branches/network/src/subprojects/network/simple_sync.h (modified) * branches/network/src/subprojects/network/write_sync.cc (added) * branches/network/src/subprojects/network/write_sync.h (added) * branches/network/src/world_entities/player.cc (modified) * branches/network/src/world_entities/player.h (modified) * branches/network/src/world_entities/world_entity.cc (modified) * branches/network/src/world_entities/world_entity.h (modified) network: much work on multiplayability, does not yet work Tue, 29 Nov 2005 13:29:25 GMT bensch [5824] * branches/network (copied) orxonox/branches added a COPY of the trunk, named network (cheap merge) 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 ...