# # ChangeLog for trunk/src/lib/collision_detection/obb_tree_node.cc in orxonox.OLD # # Generated by Trac 1.0.9 # May 9, 2024, 1:10:41 PM Wed, 07 Jun 2006 13:00:01 GMT patrick [8190] * trunk/src/defs/class_id.h (modified) * trunk/src/lib/BuildLibs.am (modified) * trunk/src/lib/collision_detection/Makefile.am (modified) * trunk/src/lib/collision_detection/collision.cc (deleted) * trunk/src/lib/collision_detection/collision.h (deleted) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/collision_reaction/Makefile.am (modified) * trunk/src/lib/collision_reaction/collision.cc (copied) * trunk/src/lib/collision_reaction/collision.h (copied) * trunk/src/lib/collision_reaction/collision_event.cc (copied) * trunk/src/lib/collision_reaction/collision_event.h (copied) * trunk/src/lib/collision_reaction/collision_handle.cc (modified) * trunk/src/lib/collision_reaction/collision_handle.h (modified) * trunk/src/lib/collision_reaction/collision_reaction.cc (copied) * trunk/src/lib/collision_reaction/collision_reaction.h (copied) * trunk/src/lib/collision_reaction/cr_defs.h (copied) * trunk/src/lib/collision_reaction/cr_engine.cc (modified) * trunk/src/lib/collision_reaction/cr_engine.h (modified) * trunk/src/lib/collision_reaction/cr_object_damage.cc (copied) * trunk/src/lib/collision_reaction/cr_object_damage.h (copied) * trunk/src/lib/graphics/effects/atmospheric_engine.cc (modified) * trunk/src/lib/physics/physics_interface.h (modified) * trunk/src/story_entities/game_world.cc (modified) * trunk/src/story_entities/game_world.h (modified) * trunk/src/world_entities/projectiles/projectile.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) * trunk/src/world_entities/world_entity.h (modified) trunk: merged the cr branche to trunk Fri, 19 May 2006 16:01:07 GMT patrick [7736] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) trunk: small cleanup, flushing Fri, 19 May 2006 15:36:25 GMT patrick [7735] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) trunk: the new collision detection seems to be much more accurate ... Fri, 19 May 2006 15:02:48 GMT patrick [7734] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) trunk: less cd debug infos Fri, 19 May 2006 15:00:08 GMT patrick [7733] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) trunk: eliminated the NULL object collision checks. No idea why they ... Fri, 19 May 2006 14:32:27 GMT patrick [7732] * trunk/src/lib/collision_detection/bv_tree_node.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/collision_detection/obb_tree_node.h (modified) * trunk/src/lib/graphics/importer/md2Model.cc (modified) * trunk/src/lib/graphics/importer/model.cc (modified) * trunk/src/lib/graphics/importer/static_model.cc (modified) orxonox: removed a memory leak Thu, 18 May 2006 22:44:16 GMT patrick [7713] * trunk/src/lib/collision_detection/cd_engine.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/world_entities/effects/lightning_bolt.cc (modified) * trunk/src/world_entities/playable.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) trunk: removed some valgrind errors, but no serious ones. Thunder ... Thu, 18 May 2006 21:44:21 GMT patrick [7711] * trunk/src/defs/debug.h (modified) * trunk/src/lib/collision_detection/bounding_sphere.cc (modified) * trunk/src/lib/collision_detection/bounding_volume.cc (modified) * trunk/src/lib/collision_detection/bounding_volume.h (modified) * trunk/src/lib/collision_detection/bv_tree.cc (modified) * trunk/src/lib/collision_detection/bv_tree.h (modified) * trunk/src/lib/collision_detection/bv_tree_node.cc (modified) * trunk/src/lib/collision_detection/bv_tree_node.h (modified) * trunk/src/lib/collision_detection/cd_engine.cc (modified) * trunk/src/lib/collision_detection/cd_engine.h (modified) * trunk/src/lib/collision_detection/collision.cc (modified) * trunk/src/lib/collision_detection/obb.cc (modified) * trunk/src/lib/collision_detection/obb.h (modified) * trunk/src/lib/collision_detection/obb_tree.cc (modified) * trunk/src/lib/collision_detection/obb_tree.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/collision_detection/obb_tree_node.h (modified) * trunk/src/lib/graphics/importer/static_model.cc (modified) * trunk/src/lib/math/matrix.cc (modified) * trunk/src/lib/math/plane.cc (modified) * trunk/src/lib/math/plane.h (modified) * trunk/src/lib/math/vector.h (modified) * trunk/src/lib/util/executor/executor_specials.h (modified) * trunk/src/lib/util/executor/functor_list.h (modified) * trunk/src/orxonox.cc (modified) * trunk/src/subprojects/collision_detection/collision_detection.cc (modified) * trunk/src/subprojects/collision_detection/collision_test_entity.cc (modified) * trunk/src/subprojects/collision_detection/collision_test_entity.h (modified) * trunk/src/subprojects/framework.cc (modified) * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) * trunk/src/world_entities/world_entity.h (modified) trunk: merged the cd branche back to trunk Thu, 19 Jan 2006 11:45:55 GMT bensch [6617] * trunk/src/lib/Makefile.am (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/graphics/spatial_separation/quadtree_node.h (modified) * trunk/src/lib/math/line.cc (copied) * trunk/src/lib/math/line.h (copied) * trunk/src/lib/math/plane.cc (copied) * trunk/src/lib/math/plane.h (copied) * trunk/src/lib/math/rotation_OBSOLETE.cc (copied) * trunk/src/lib/math/rotation_OBSOLETE.h (copied) * trunk/src/lib/math/vector.cc (modified) * trunk/src/lib/math/vector.h (modified) * trunk/src/world_entities/space_ships/space_ship.cc (modified) trunk: split Rotation/Line/Quaternion/Plane(Rectangle) into seperate ... Sat, 10 Dec 2005 19:33:08 GMT bensch [6022] * trunk/src/lib/collision_detection/bounding_volume.h (modified) * trunk/src/lib/collision_detection/bv_tree.h (modified) * trunk/src/lib/collision_detection/bv_tree_node.h (modified) * trunk/src/lib/collision_detection/cd_engine.cc (modified) * trunk/src/lib/collision_detection/cd_engine.h (modified) * trunk/src/lib/collision_detection/obb_tree.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/graphics/importer/Makefile.am (modified) * trunk/src/lib/graphics/importer/abstract_model.cc (deleted) * trunk/src/lib/graphics/importer/abstract_model.h (deleted) * trunk/src/lib/graphics/importer/md2Model.cc (modified) * trunk/src/lib/graphics/importer/md2Model.h (modified) * trunk/src/lib/graphics/importer/model.cc (copied) * trunk/src/lib/graphics/importer/model.h (copied) * trunk/src/lib/graphics/importer/objModel.cc (modified) * trunk/src/lib/graphics/importer/objModel.h (modified) * trunk/src/lib/graphics/importer/primitive_model.h (modified) * trunk/src/lib/graphics/importer/static_model.cc (copied) * trunk/src/lib/graphics/importer/static_model.h (copied) * trunk/src/lib/graphics/importer/vertex_array_model.h (modified) * trunk/src/lib/graphics/spatial_separation/quadtree.h (modified) * trunk/src/lib/graphics/spatial_separation/quadtree_node.cc (modified) * trunk/src/lib/graphics/spatial_separation/quadtree_node.h (modified) * trunk/src/lib/graphics/spatial_separation/spatial_separation.cc (modified) * trunk/src/lib/graphics/spatial_separation/spatial_separation.h (modified) * trunk/src/world_entities/skybox.cc (modified) * trunk/src/world_entities/terrain.cc (modified) * trunk/src/world_entities/weapons/test_gun.cc (modified) orxonox/trunk: merged the NewModel branche back to the trunk. merged ... Mon, 21 Nov 2005 23:55:02 GMT bensch [5694] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/math/matrix.h (modified) orxonox/trunk: new Matrix Constructor to create a Matrix out of a ... Mon, 21 Nov 2005 23:53:48 GMT patrick [5693] * trunk/src/Makefile.in (modified) * trunk/src/lib/Makefile.in (modified) * trunk/src/lib/collision_detection/Makefile.in (modified) * trunk/src/lib/collision_detection/bv_tree.cc (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/collision_detection/obb_tree_node.h (modified) * trunk/src/world_entities/weapons/rocket.cc (modified) orxonox: work flush Mon, 21 Nov 2005 23:37:29 GMT bensch [5692] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/math/matrix.h (modified) * trunk/src/lib/math/vector.h (modified) orxonox/trunk: no more valgrind warnings :))))))) Mon, 21 Nov 2005 22:33:36 GMT bensch [5689] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) orxonox/trunk: some cool casting in the collision-detection Mon, 21 Nov 2005 22:27:39 GMT patrick [5688] * trunk/src/lib/collision_detection/bounding_volume.h (modified) * trunk/src/lib/collision_detection/bv_tree_node.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/collision_detection/obb_tree_node.h (modified) * trunk/src/lib/math/vector.cc (modified) * trunk/src/lib/math/vector.h (modified) orxonox/trunk: the const collision detection war - strike Mon, 21 Nov 2005 21:41:49 GMT patrick [5686] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) orxonox/trunk: more interface extensions Mon, 21 Nov 2005 21:33:42 GMT patrick [5684] * trunk/src/lib/collision_detection/bv_tree.h (modified) * trunk/src/lib/collision_detection/bv_tree_node.h (modified) * trunk/src/lib/collision_detection/obb_tree.cc (modified) * trunk/src/lib/collision_detection/obb_tree.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/collision_detection/obb_tree_node.h (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: extended the obb interface dramaticaly:D , in near ... Mon, 21 Nov 2005 21:04:39 GMT bensch [5678] * trunk/src/lib/collision_detection/lin_alg.h (deleted) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) orxonox/trunk: removed old, obsolete, slow lin_alg Mon, 21 Nov 2005 15:51:07 GMT bensch [5674] * trunk/Makefile.in (modified) * trunk/src/Makefile.am (modified) * trunk/src/Makefile.in (modified) * trunk/src/lib/Makefile.am (modified) * trunk/src/lib/Makefile.in (modified) * trunk/src/lib/collision_detection/Makefile.am (modified) * trunk/src/lib/collision_detection/Makefile.in (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/event/Makefile.in (modified) * trunk/src/lib/graphics/Makefile.in (modified) * trunk/src/lib/graphics/importer/Makefile.in (modified) * trunk/src/lib/graphics/spatial_separation/Makefile.in (modified) * trunk/src/lib/gui/Makefile.in (modified) * trunk/src/lib/gui/gl_gui/Makefile.in (modified) * trunk/src/lib/gui/gtk_gui/Makefile.in (modified) * trunk/src/lib/particles/Makefile.in (modified) * trunk/src/lib/physics/Makefile.in (modified) * trunk/src/lib/shell/Makefile.in (modified) * trunk/src/lib/sound/Makefile.in (modified) * trunk/src/lib/tinyxml/Makefile.in (modified) * trunk/src/subprojects/Makefile.in (modified) * trunk/src/subprojects/collision_detection/Makefile.in (modified) * trunk/src/subprojects/importer/Makefile.in (modified) * trunk/src/subprojects/particles/Makefile.in (modified) * trunk/src/subprojects/testmain/Makefile.in (modified) * trunk/src/util/Makefile.in (modified) orxonox/trunk: collision-detection with new Matrix-class Tue, 08 Nov 2005 22:19:09 GMT bensch [5511] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/lang/base_object.h (modified) * trunk/src/lib/particles/particle_system.cc (modified) * trunk/src/world_entities/npc2.cc (modified) * trunk/src/world_entities/npc2.h (modified) * trunk/src/world_entities/power_ups/laser_power_up.h (modified) * trunk/src/world_entities/power_ups/turret_power_up.h (modified) * trunk/src/world_entities/skybox.cc (modified) * trunk/src/world_entities/skybox.h (modified) * trunk/src/world_entities/skysphere.cc (modified) * trunk/src/world_entities/skysphere.h (modified) * trunk/src/world_entities/terrain.cc (modified) * trunk/src/world_entities/weapons/laser.cc (modified) * trunk/src/world_entities/weapons/projectile.cc (modified) * trunk/src/world_entities/weapons/rocket.cc (modified) * trunk/src/world_entities/weapons/test_bullet.cc (modified) * trunk/src/world_entities/weapons/turret.cc (modified) * trunk/src/world_entities/weapons/turret.h (modified) * trunk/src/world_entities/world_entity.cc (modified) * trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: more cleanup of the WorldEntity (includes rearanged) Fri, 04 Nov 2005 22:40:59 GMT bensch [5494] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/util/color.cc (modified) orxonox/trunk: nicer color in the debug of the OBBTreeNode Fri, 04 Nov 2005 17:43:46 GMT patrick [5493] * trunk/src/lib/collision_detection/lin_alg.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) orxonox/trunk: the other jacobi functions doesn't work neither. there ... Fri, 04 Nov 2005 17:24:44 GMT patrick [5492] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) orxonox/trunk/src/lib/cd: the jacobi function does not produce ... Fri, 04 Nov 2005 17:14:13 GMT patrick [5491] * trunk/src/lib/collision_detection/lin_alg.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) orxonox/trunk/src/lib/cd: rebuilt the jacobi function. There are ... Fri, 04 Nov 2005 16:28:42 GMT patrick [5488] * trunk/src/lib/collision_detection/lin_alg.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/orxonox.cc (modified) orxonox/trunk/src/lib/cd: woking on the jacobi matrix decomposition ... Fri, 04 Nov 2005 14:34:58 GMT bensch [5487] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/subprojects/collision_detection/collision_test_entity.cc (modified) orxonox/trunk: blended rendering works again in the ... Thu, 03 Nov 2005 21:22:30 GMT bensch [5481] * trunk/src/lib/collision_detection/bv_tree.h (modified) * trunk/src/lib/collision_detection/bv_tree_node.h (modified) * trunk/src/lib/collision_detection/obb_tree.cc (modified) * trunk/src/lib/collision_detection/obb_tree.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/collision_detection/obb_tree_node.h (modified) orxonox/trunk: BV-nodes are now renddered more efficiently. Sat, 29 Oct 2005 12:38:25 GMT bensch [5449] * trunk/src/lib/collision_detection/lin_alg.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/world_entities/weapons/test_bullet.cc (modified) orxonox/trunk: Jacobi-reloaded Mon, 24 Oct 2005 21:54:17 GMT bensch [5431] * trunk/src/lib/collision_detection/obb_tree.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/collision_detection/obb_tree_node.h (modified) * trunk/src/world_entities/world_entity.cc (modified) * trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: changed the static values back Mon, 24 Oct 2005 19:21:15 GMT bensch [5430] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/collision_detection/obb_tree_node.h (modified) * trunk/src/lib/graphics/importer/abstract_model.h (modified) * trunk/src/lib/graphics/importer/model.cc (modified) * trunk/src/lib/graphics/spatial_separation/quadtree.cc (modified) * trunk/src/lib/graphics/spatial_separation/quadtree.h (modified) * trunk/src/lib/graphics/spatial_separation/quadtree_node.cc (modified) * trunk/src/lib/graphics/spatial_separation/quadtree_node.h (modified) orxonox/trunk: static definitions Mon, 24 Oct 2005 17:36:22 GMT patrick [5429] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/story_entities/world.h (modified) orxonox/trunk: bounding volumes now toggeable via shell Mon, 24 Oct 2005 17:07:00 GMT patrick [5428] * trunk/Makefile.in (modified) * trunk/src/lib/collision_detection/lin_alg.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: fixed a bug in the CD engine Tue, 20 Sep 2005 22:01:25 GMT bensch [5210] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/event/event_handler.h (modified) * trunk/src/lib/shell/shell_buffer.cc (modified) * trunk/src/orxonox.cc (modified) orxonox/trunk: other minor valgrid found error-fixes Tue, 23 Aug 2005 23:30:13 GMT bensch [5115] * trunk/src/lib/collision_detection/cd_engine.cc (modified) * trunk/src/lib/collision_detection/obb_tree.cc (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/graphics/importer/model.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/lib/graphics/render2D/render_2d.cc (modified) * trunk/src/lib/graphics/spatial_separation/quadtree_node.cc (modified) * trunk/src/lib/graphics/text_engine.cc (modified) * trunk/src/lib/lang/class_list.cc (modified) * trunk/src/lib/particles/particle_engine.cc (modified) * trunk/src/lib/physics/physics_engine.cc (modified) * trunk/src/lib/physics/physics_interface.cc (modified) * trunk/src/lib/sound/sound_engine.cc (modified) * trunk/src/lib/util/ini_parser.cc (modified) * trunk/src/lib/util/list.h (modified) * trunk/src/story_entities/campaign.cc (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/subprojects/benchmark.cc (modified) * trunk/src/subprojects/collision_detection/collision_detection.cc (modified) * trunk/src/util/animation/animation3d.cc (modified) * trunk/src/util/animation/animation_player.cc (modified) * trunk/src/util/animation/t_animation.h (modified) * trunk/src/util/garbage_collector.cc (modified) * trunk/src/util/loading/load_param.cc (modified) * trunk/src/util/resource_manager.cc (modified) * trunk/src/util/shell.cc (modified) * trunk/src/util/track/track_manager.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) orxonox/trunk: reimplemented the list functions, as i did before in ... Tue, 23 Aug 2005 21:13:56 GMT bensch [5111] * trunk/src/lib/collision_detection/cd_engine.cc (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/coord/p_node.h (modified) * trunk/src/lib/graphics/importer/model.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.h (modified) * trunk/src/lib/graphics/render2D/render_2d.cc (modified) * trunk/src/lib/graphics/spatial_separation/quadtree_node.cc (modified) * trunk/src/lib/graphics/text_engine.cc (modified) * trunk/src/lib/lang/base_object.cc (modified) * trunk/src/lib/lang/base_object.h (modified) * trunk/src/lib/lang/class_list.cc (modified) * trunk/src/lib/lang/class_list.h (modified) * trunk/src/lib/particles/particle_engine.cc (modified) * trunk/src/lib/physics/physics_engine.cc (modified) * trunk/src/lib/physics/physics_interface.cc (modified) * trunk/src/lib/sound/sound_engine.cc (modified) * trunk/src/lib/util/ini_parser.cc (modified) * trunk/src/lib/util/list.h (modified) * trunk/src/story_entities/campaign.cc (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/subprojects/benchmark.cc (modified) * trunk/src/subprojects/collision_detection/collision_detection.cc (modified) * trunk/src/util/animation/animation3d.cc (modified) * trunk/src/util/animation/animation_player.cc (modified) * trunk/src/util/animation/t_animation.h (modified) * trunk/src/util/garbage_collector.cc (modified) * trunk/src/util/loading/load_param.cc (modified) * trunk/src/util/loading/load_param.h (modified) * trunk/src/util/resource_manager.cc (modified) * trunk/src/util/shell.cc (modified) * trunk/src/util/shell.h (modified) * trunk/src/util/track/track_manager.cc (modified) orxonox/trunk: reverted the last steps, because they created a huge ... Tue, 23 Aug 2005 21:07:40 GMT bensch [5110] * trunk/src/lib/collision_detection/cd_engine.cc (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/graphics/importer/model.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/lib/graphics/render2D/render_2d.cc (modified) * trunk/src/lib/graphics/spatial_separation/quadtree_node.cc (modified) * trunk/src/lib/graphics/text_engine.cc (modified) * trunk/src/lib/lang/class_list.cc (modified) * trunk/src/lib/particles/particle_engine.cc (modified) * trunk/src/lib/physics/physics_engine.cc (modified) * trunk/src/lib/physics/physics_interface.cc (modified) * trunk/src/lib/sound/sound_engine.cc (modified) * trunk/src/lib/util/ini_parser.cc (modified) * trunk/src/lib/util/list.h (modified) * trunk/src/story_entities/campaign.cc (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/subprojects/benchmark.cc (modified) * trunk/src/subprojects/collision_detection/collision_detection.cc (modified) * trunk/src/util/animation/animation3d.cc (modified) * trunk/src/util/animation/animation_player.cc (modified) * trunk/src/util/animation/t_animation.h (modified) * trunk/src/util/garbage_collector.cc (modified) * trunk/src/util/loading/load_param.cc (modified) * trunk/src/util/resource_manager.cc (modified) * trunk/src/util/shell.cc (modified) * trunk/src/util/track/track_manager.cc (modified) orxonox/trunk: changed the behaviour of the iterator. Now it is soon ... Thu, 18 Aug 2005 21:16:50 GMT bensch [5070] * branches (moved) * releases (moved) * tags (moved) * trunk (moved) reporx: moved orxonox out of orxonox directory, because it is the ... Tue, 16 Aug 2005 19:20:20 GMT patrick [5046] * orxonox/trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree_node.h (modified) * orxonox/trunk/src/world_entities/npc.cc (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) * orxonox/trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: if a collision occures, the virtual ...