# # ChangeLog for branches/bsp_model/src/lib/collision_detection/aabb_tree_node.cc in orxonox.OLD # # Generated by Trac 1.0.9 # May 18, 2024, 9:13:18 AM Thu, 15 Jun 2006 21:59:56 GMT patrick [8508] * branches/bsp_model/src/defs/class_id.h (modified) * branches/bsp_model/src/lib/collision_detection/Makefile.am (modified) * branches/bsp_model/src/lib/collision_detection/aabb.cc (added) * branches/bsp_model/src/lib/collision_detection/aabb.h (added) * branches/bsp_model/src/lib/collision_detection/aabb_tree_node.cc (modified) * branches/bsp_model/src/lib/collision_detection/aabb_tree_node.h (modified) * branches/bsp_model/src/world_entities/world_entity.h (modified) bsp: added the bounding box for each model on WE level Thu, 15 Jun 2006 21:34:52 GMT patrick [8507] * branches/bsp_model/src/defs/class_id.h (modified) * branches/bsp_model/src/lib/collision_detection/Makefile.am (modified) * branches/bsp_model/src/lib/collision_detection/aabb_tree_node.cc (added) * branches/bsp_model/src/lib/collision_detection/aabb_tree_node.h (added) * branches/bsp_model/src/world_entities/creatures/md2_creature.cc (modified) * branches/bsp_model/src/world_entities/world_entity.cc (modified) * branches/bsp_model/src/world_entities/world_entity.h (modified) bsp: added a new aabb (axis aligned bounding box) for each model to ...