# # ChangeLog for branches/cd_merge/src/lib/collision_detection/bv_tree_node.h in orxonox.OLD # # Generated by Trac 1.0.9 # May 28, 2024, 3:12:14 PM Tue, 31 Jan 2006 12:55:42 GMT patrick [6890] * branches/cd_merge/src/lib/collision_detection/bv_tree.h (modified) * branches/cd_merge/src/lib/collision_detection/bv_tree_node.h (modified) * branches/cd_merge/src/lib/collision_detection/obb_tree.cc (modified) * branches/cd_merge/src/lib/collision_detection/obb_tree.h (modified) * branches/cd_merge/src/lib/collision_detection/obb_tree_node.cc (modified) * branches/cd_merge/src/lib/collision_detection/obb_tree_node.h (modified) * branches/cd_merge/src/world_entities/world_entity.cc (modified) * branches/cd_merge/src/world_entities/world_entity.h (modified) cd_merge: comipiles again. major interface adjustements Mon, 23 Jan 2006 13:25:13 GMT bensch [6657] * branches/cd_merge/src/defs/debug.h (modified) * branches/cd_merge/src/lib/collision_detection/bounding_sphere.cc (modified) * branches/cd_merge/src/lib/collision_detection/bounding_volume.cc (modified) * branches/cd_merge/src/lib/collision_detection/bounding_volume.h (modified) * branches/cd_merge/src/lib/collision_detection/bv_tree.cc (modified) * branches/cd_merge/src/lib/collision_detection/bv_tree.h (modified) * branches/cd_merge/src/lib/collision_detection/bv_tree_node.cc (modified) * branches/cd_merge/src/lib/collision_detection/bv_tree_node.h (modified) * branches/cd_merge/src/lib/collision_detection/cd_engine.cc (modified) * branches/cd_merge/src/lib/collision_detection/collision.cc (modified) * branches/cd_merge/src/lib/collision_detection/obb.cc (modified) * branches/cd_merge/src/lib/collision_detection/obb.h (modified) * branches/cd_merge/src/lib/collision_detection/obb_tree.cc (modified) * branches/cd_merge/src/lib/collision_detection/obb_tree.h (modified) * branches/cd_merge/src/lib/collision_detection/obb_tree_node.cc (modified) * branches/cd_merge/src/lib/collision_detection/obb_tree_node.h (modified) * branches/cd_merge/src/lib/math/matrix.cc (modified) * branches/cd_merge/src/lib/util/executor/executor_specials.h (modified) * branches/cd_merge/src/orxonox.cc (modified) * branches/cd_merge/src/subprojects/collision_detection/collision_detection.cc (modified) orxonox/cd_merge: merged the old collision-detection here. Mon, 23 Jan 2006 13:05:50 GMT bensch [6656] * branches/cd_merge (copied) copy of the Trunk as a new copy of the trunk 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 ...