# # ChangeLog for branches/world_entities/src/world_entities in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 2, 2024, 3:12:59 PM Mon, 28 Nov 2005 01:26:28 GMT bensch [5803] * branches/world_entities/src/lib/coord/p_node.cc (modified) * branches/world_entities/src/world_entities/weapons/cannon.cc (modified) * branches/world_entities/src/world_entities/weapons/rocket.cc (modified) * branches/world_entities/src/world_entities/weapons/test_gun.cc (modified) * branches/world_entities/src/world_entities/weapons/turret.cc (modified) orxonox/we: new sounds for all the weapons Sun, 27 Nov 2005 18:10:01 GMT bensch [5801] * branches/world_entities/src/lib/graphics/spatial_separation/quadtree_node.h (modified) * branches/world_entities/src/util/loading/game_loader.cc (modified) * branches/world_entities/src/world_entities/weapons/ground_turret.cc (modified) * branches/world_entities/src/world_entities/weapons/ground_turret.h (modified) * branches/world_entities/src/world_entities/weapons/turret.cc (modified) orxonox/trunk: ground-turret loadability Sun, 27 Nov 2005 15:09:17 GMT bensch [5797] * branches/world_entities (copied) * branches/world_entities/src/util/object_manager.cc (copied) * branches/world_entities/src/util/object_manager.h (copied) * branches/world_entities/src/world_entities/weapons/ground_turret.cc (copied) * branches/world_entities/src/world_entities/weapons/ground_turret.h (copied) orxonox/branches: copied new trunk to world_entities Sat, 26 Nov 2005 13:20:58 GMT bensch [5779] * trunk/src/lib/graphics/text_engine/text_engine.cc (modified) * trunk/src/lib/lang/class_list.cc (modified) * trunk/src/lib/lang/class_list.h (modified) * trunk/src/lib/physics/physics_engine.cc (modified) * trunk/src/lib/physics/physics_engine.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/sound/sound_engine.cc (modified) * trunk/src/lib/sound/sound_engine.h (modified) * trunk/src/world_entities/weapons/aim.cc (modified) * trunk/src/world_entities/weapons/guided_missile.cc (modified) * trunk/src/world_entities/weapons/laser.cc (modified) * trunk/src/world_entities/weapons/rocket.cc (modified) * trunk/src/world_entities/weapons/test_bullet.cc (modified) * trunk/src/world_entities/weapons/weapon_manager.cc (modified) * trunk/src/world_entities/weapons/weapon_manager.h (modified) orxonox/trunk: ClassList is now in std::list style ShellCommand is ...