# # ChangeLog for branches/network/src/defs in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 7, 2024, 11:36:26 AM 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 Wed, 26 Apr 2006 14:07:29 GMT patrick [7380] * branches/network (copied) created the network branche Wed, 26 Apr 2006 01:28:55 GMT bensch [7374] * trunk/src/defs/debug.h (modified) * trunk/src/lib/shell/Makefile.am (modified) * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell.h (modified) * trunk/src/lib/shell/shell_buffer.cc (modified) * trunk/src/lib/shell/shell_buffer.h (modified) * trunk/src/lib/shell/shell_command.cc (modified) * trunk/src/lib/shell/shell_command.h (modified) * trunk/src/lib/shell/shell_command_class.cc (modified) * trunk/src/lib/shell/shell_command_class.h (modified) * trunk/src/lib/shell/shell_completion.cc (modified) * trunk/src/lib/shell/shell_completion.h (modified) * trunk/src/lib/shell/shell_completion_plugin.cc (copied) * trunk/src/lib/shell/shell_completion_plugin.h (copied) * trunk/src/lib/shell/shell_input.cc (modified) * trunk/src/lib/shell/shell_input.h (modified) * trunk/src/lib/util/loading/game_loader.cc (modified) * trunk/src/orxonox.cc (modified) * trunk/src/story_entities/game_world.cc (modified) * trunk/src/story_entities/game_world.h (modified) orxonox/trunk: added new Files shell_completion_plugin for the new ...