Changeset 4513 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Jun 6, 2005, 12:42:25 AM (20 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/Makefile.am
r4512 r4513 40 40 util/collision_detection/bounding_volume.cc \ 41 41 util/collision_detection/obb.cc \ 42 util/collision_detection/bounding_sphere.cc \ 42 43 util/collision_detection/bv_tree.cc \ 43 44 util/collision_detection/obb_tree.cc \ … … 101 102 util/collision_detection/bounding_volume.h \ 102 103 util/collision_detection/obb.h \ 104 util/collision_detection/bounding_sphere.h \ 103 105 util/collision_detection/bv_tree.h \ 104 106 util/collision_detection/obb_tree.h \ -
orxonox/trunk/src/Makefile.in
r4512 r4513 59 59 garbage_collector.$(OBJEXT) resource_manager.$(OBJEXT) \ 60 60 factory.$(OBJEXT) load_param.$(OBJEXT) state.$(OBJEXT) \ 61 bounding_volume.$(OBJEXT) obb.$(OBJEXT) bv_tree.$(OBJEXT) \ 62 obb_tree.$(OBJEXT) collision.$(OBJEXT) cd_engine.$(OBJEXT) \ 63 story_entity.$(OBJEXT) campaign.$(OBJEXT) world.$(OBJEXT) \ 64 world_entity.$(OBJEXT) camera.$(OBJEXT) player.$(OBJEXT) \ 65 environment.$(OBJEXT) skysphere.$(OBJEXT) skybox.$(OBJEXT) \ 66 terrain.$(OBJEXT) weapon.$(OBJEXT) projectile.$(OBJEXT) \ 67 satellite.$(OBJEXT) character_attributes.$(OBJEXT) \ 68 test_gun.$(OBJEXT) test_bullet.$(OBJEXT) test_entity.$(OBJEXT) \ 69 p_node.$(OBJEXT) null_parent.$(OBJEXT) helper_parent.$(OBJEXT) \ 61 bounding_volume.$(OBJEXT) obb.$(OBJEXT) \ 62 bounding_sphere.$(OBJEXT) bv_tree.$(OBJEXT) obb_tree.$(OBJEXT) \ 63 collision.$(OBJEXT) cd_engine.$(OBJEXT) story_entity.$(OBJEXT) \ 64 campaign.$(OBJEXT) world.$(OBJEXT) world_entity.$(OBJEXT) \ 65 camera.$(OBJEXT) player.$(OBJEXT) environment.$(OBJEXT) \ 66 skysphere.$(OBJEXT) skybox.$(OBJEXT) terrain.$(OBJEXT) \ 67 weapon.$(OBJEXT) projectile.$(OBJEXT) satellite.$(OBJEXT) \ 68 character_attributes.$(OBJEXT) test_gun.$(OBJEXT) \ 69 test_bullet.$(OBJEXT) test_entity.$(OBJEXT) p_node.$(OBJEXT) \ 70 null_parent.$(OBJEXT) helper_parent.$(OBJEXT) \ 70 71 graphics_engine.$(OBJEXT) light.$(OBJEXT) \ 71 72 text_engine.$(OBJEXT) array.$(OBJEXT) objModel.$(OBJEXT) \ … … 85 86 @AMDEP_TRUE@ ./$(DEPDIR)/array.Po ./$(DEPDIR)/base_object.Po \ 86 87 @AMDEP_TRUE@ ./$(DEPDIR)/benchmark.Po \ 88 @AMDEP_TRUE@ ./$(DEPDIR)/bounding_sphere.Po \ 87 89 @AMDEP_TRUE@ ./$(DEPDIR)/bounding_volume.Po \ 88 90 @AMDEP_TRUE@ ./$(DEPDIR)/bv_tree.Po ./$(DEPDIR)/camera.Po \ … … 276 278 util/collision_detection/bounding_volume.cc \ 277 279 util/collision_detection/obb.cc \ 280 util/collision_detection/bounding_sphere.cc \ 278 281 util/collision_detection/bv_tree.cc \ 279 282 util/collision_detection/obb_tree.cc \ … … 337 340 util/collision_detection/bounding_volume.h \ 338 341 util/collision_detection/obb.h \ 342 util/collision_detection/bounding_sphere.h \ 339 343 util/collision_detection/bv_tree.h \ 340 344 util/collision_detection/obb_tree.h \ … … 482 486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base_object.Po@am__quote@ 483 487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/benchmark.Po@am__quote@ 488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bounding_sphere.Po@am__quote@ 484 489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bounding_volume.Po@am__quote@ 485 490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bv_tree.Po@am__quote@ … … 789 794 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 790 795 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o obb.obj `if test -f 'util/collision_detection/obb.cc'; then $(CYGPATH_W) 'util/collision_detection/obb.cc'; else $(CYGPATH_W) '$(srcdir)/util/collision_detection/obb.cc'; fi` 796 797 bounding_sphere.o: util/collision_detection/bounding_sphere.cc 798 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT bounding_sphere.o -MD -MP -MF "$(DEPDIR)/bounding_sphere.Tpo" -c -o bounding_sphere.o `test -f 'util/collision_detection/bounding_sphere.cc' || echo '$(srcdir)/'`util/collision_detection/bounding_sphere.cc; \ 799 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/bounding_sphere.Tpo" "$(DEPDIR)/bounding_sphere.Po"; else rm -f "$(DEPDIR)/bounding_sphere.Tpo"; exit 1; fi 800 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='util/collision_detection/bounding_sphere.cc' object='bounding_sphere.o' libtool=no @AMDEPBACKSLASH@ 801 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/bounding_sphere.Po' tmpdepfile='$(DEPDIR)/bounding_sphere.TPo' @AMDEPBACKSLASH@ 802 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 803 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o bounding_sphere.o `test -f 'util/collision_detection/bounding_sphere.cc' || echo '$(srcdir)/'`util/collision_detection/bounding_sphere.cc 804 805 bounding_sphere.obj: util/collision_detection/bounding_sphere.cc 806 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT bounding_sphere.obj -MD -MP -MF "$(DEPDIR)/bounding_sphere.Tpo" -c -o bounding_sphere.obj `if test -f 'util/collision_detection/bounding_sphere.cc'; then $(CYGPATH_W) 'util/collision_detection/bounding_sphere.cc'; else $(CYGPATH_W) '$(srcdir)/util/collision_detection/bounding_sphere.cc'; fi`; \ 807 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/bounding_sphere.Tpo" "$(DEPDIR)/bounding_sphere.Po"; else rm -f "$(DEPDIR)/bounding_sphere.Tpo"; exit 1; fi 808 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='util/collision_detection/bounding_sphere.cc' object='bounding_sphere.obj' libtool=no @AMDEPBACKSLASH@ 809 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/bounding_sphere.Po' tmpdepfile='$(DEPDIR)/bounding_sphere.TPo' @AMDEPBACKSLASH@ 810 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 811 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o bounding_sphere.obj `if test -f 'util/collision_detection/bounding_sphere.cc'; then $(CYGPATH_W) 'util/collision_detection/bounding_sphere.cc'; else $(CYGPATH_W) '$(srcdir)/util/collision_detection/bounding_sphere.cc'; fi` 791 812 792 813 bv_tree.o: util/collision_detection/bv_tree.cc -
orxonox/trunk/src/defs/class_list.h
r4512 r4513 91 91 CL_BOUNDING_VOLUME, 92 92 CL_OBB, 93 CL_BOUNDING_SPHERE, 93 94 94 95
Note: See TracChangeset
for help on using the changeset viewer.