# # ChangeLog for orxonox/trunk/src/lib/collision_detection/bv_tree.h in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 1, 2024, 7:34:00 PM Wed, 15 Jun 2005 17:05:39 GMT patrick [4635] * orxonox/trunk/src/lib/collision_detection/bounding_volume.h (modified) * orxonox/trunk/src/lib/collision_detection/bv_tree.h (modified) * orxonox/trunk/src/lib/collision_detection/bv_tree_node.h (modified) * orxonox/trunk/src/lib/collision_detection/cd_engine.cc (modified) * orxonox/trunk/src/lib/collision_detection/cd_engine.h (modified) * orxonox/trunk/src/lib/collision_detection/obb.cc (modified) * orxonox/trunk/src/lib/collision_detection/obb.h (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree.cc (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree.h (modified) * 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/subprojects/collision_detection/collision_detection.cc (modified) orxonox/trunk: implemented an elegant draw function to display the ... Mon, 13 Jun 2005 16:25:54 GMT patrick [4622] * orxonox/trunk/src/lib/collision_detection/bv_tree.h (modified) * orxonox/trunk/src/lib/collision_detection/cd_engine.cc (modified) * orxonox/trunk/src/lib/collision_detection/cd_engine.h (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree.cc (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree.h (modified) * 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/subprojects/collision_detection/collision_detection.cc (modified) orxonox/trunk: drawing in diffrent hirarchies works now, with ... Wed, 08 Jun 2005 09:59:09 GMT patrick [4553] * orxonox/trunk/src/lib/collision_detection/bv_tree.h (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree.cc (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree_node.h (modified) orxonox/trunk: some more changes to display the data correctly Wed, 08 Jun 2005 08:34:04 GMT patrick [4550] * orxonox/trunk/src/lib/collision_detection/bv_tree.h (modified) * orxonox/trunk/src/lib/collision_detection/bv_tree_node.h (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree.cc (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree.h (modified) * 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/lib/graphics/importer/abstract_model.h (modified) orxonox/trunk: draw functions and some sVec3D issues Tue, 07 Jun 2005 07:29:35 GMT patrick [4533] * orxonox/trunk/src/lib/collision_detection/bounding_volume.h (modified) * orxonox/trunk/src/lib/collision_detection/bv_tree.h (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree.cc (modified) orxonox/trunk: flushing work Tue, 07 Jun 2005 07:22:30 GMT patrick [4531] * orxonox/trunk/configure (modified) * orxonox/trunk/src/lib/collision_detection/bv_tree.h (modified) * orxonox/trunk/src/lib/collision_detection/obb.cc (modified) * orxonox/trunk/src/lib/collision_detection/obb.h (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree.cc (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree.h (modified) * orxonox/trunk/src/subprojects/Makefile.in (modified) * orxonox/trunk/src/subprojects/collision_detection/Makefile.in (modified) orxonox/trunk: some more function skeletons implemented Tue, 07 Jun 2005 06:59:03 GMT patrick [4528] * orxonox/trunk/src/lib/collision_detection/bv_tree.cc (modified) * orxonox/trunk/src/lib/collision_detection/bv_tree.h (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree.cc (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree.h (modified) orxonox/trunk: started implementing the bv tree and more specificaly ... Tue, 07 Jun 2005 06:18:59 GMT bensch [4527] * orxonox/trunk/configure (modified) * orxonox/trunk/configure.ac (modified) * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/lib/Makefile.am (modified) * orxonox/trunk/src/lib/Makefile.in (modified) * orxonox/trunk/src/lib/collision_detection (moved) * orxonox/trunk/src/lib/collision_detection/Makefile.am (copied) * orxonox/trunk/src/lib/collision_detection/Makefile.in (copied) orxonox/trunk: moved the collision_detection to the libs dir, and ... Mon, 06 Jun 2005 22:29:52 GMT patrick [4524] * orxonox/trunk/src/util/collision_detection/bounding_volume.h (modified) * orxonox/trunk/src/util/collision_detection/bv_tree.h (modified) * orxonox/trunk/src/util/collision_detection/cd_engine.h (modified) orxonox/trunk: mod some interface arguments, defined some functions ...