# # ChangeLog for code/branches/main_reto_vs05/src/weapon/ammunition_dump.cc # # Generated by Trac 1.0.9 # May 30, 2024, 3:03:37 PM Tue, 20 Nov 2007 23:44:02 GMT rgrieder [232] * code/branches/main_reto_vs05/scripts/weapon_framework.vcproj (modified) * code/branches/main_reto_vs05/src/class_hierarchy (added) * code/branches/main_reto_vs05/src/class_hierarchy/BaseObject.cc (added) * code/branches/main_reto_vs05/src/class_hierarchy/BaseObject.h (added) * code/branches/main_reto_vs05/src/class_hierarchy/ClassHierarchy.cc (added) * code/branches/main_reto_vs05/src/class_hierarchy/ClassHierarchy.h (added) * code/branches/main_reto_vs05/src/class_hierarchy/Identifier.cc (added) * code/branches/main_reto_vs05/src/class_hierarchy/Identifier.h (added) * code/branches/main_reto_vs05/src/class_hierarchy/IdentifierIncludes.h (added) * code/branches/main_reto_vs05/src/class_hierarchy/IdentifierList.cc (added) * code/branches/main_reto_vs05/src/class_hierarchy/IdentifierList.h (added) * code/branches/main_reto_vs05/src/class_hierarchy/ObjectList.cc (added) * code/branches/main_reto_vs05/src/class_hierarchy/ObjectList.h (added) * code/branches/main_reto_vs05/src/class_hierarchy/OrxonoxClass.cc (added) * code/branches/main_reto_vs05/src/class_hierarchy/OrxonoxClass.h (added) * code/branches/main_reto_vs05/src/class_hierarchy/Test.h (added) * code/branches/main_reto_vs05/src/class_hierarchy/orxonox.cc (added) * code/branches/main_reto_vs05/src/class_hierarchy/test1.cc (added) * code/branches/main_reto_vs05/src/class_hierarchy/test1.h (added) * code/branches/main_reto_vs05/src/class_hierarchy/test2.cc (added) * code/branches/main_reto_vs05/src/class_hierarchy/test2.h (added) * code/branches/main_reto_vs05/src/class_hierarchy/test3.cc (added) * code/branches/main_reto_vs05/src/class_hierarchy/test3.h (added) * code/branches/main_reto_vs05/src/main.cc (modified) * code/branches/main_reto_vs05/src/orxonox_prerequisites.h (modified) * code/branches/main_reto_vs05/src/orxonox_ship.cc (modified) * code/branches/main_reto_vs05/src/orxonox_ship.h (modified) * code/branches/main_reto_vs05/src/run_manager.cc (modified) * code/branches/main_reto_vs05/src/run_manager.h (modified) * code/branches/main_reto_vs05/src/weapon/ammunition_dump.cc (modified) * code/branches/main_reto_vs05/src/weapon/ammunition_dump.h (modified) * code/branches/main_reto_vs05/src/weapon/barrel_gun.cc (added) * code/branches/main_reto_vs05/src/weapon/barrel_gun.h (added) * code/branches/main_reto_vs05/src/weapon/base_weapon.cpp (modified) * code/branches/main_reto_vs05/src/weapon/base_weapon.h (modified) - modified the AmmunitionDump to hold different types of ammo - ... Tue, 13 Nov 2007 20:25:37 GMT rgrieder [198] * code/branches/main_reto_vs05/bin/Debug (modified) * code/branches/main_reto_vs05/bin/Debug/ogre.cfg (modified) * code/branches/main_reto_vs05/bin/Release (modified) * code/branches/main_reto_vs05/scripts/weapon_framework.vcproj (modified) * code/branches/main_reto_vs05/src/orxonox_prerequisites.h (modified) * code/branches/main_reto_vs05/src/orxonox_scene.cc (modified) * code/branches/main_reto_vs05/src/orxonox_ship.cc (modified) * code/branches/main_reto_vs05/src/orxonox_ship.h (modified) * code/branches/main_reto_vs05/src/run_manager.cc (modified) * code/branches/main_reto_vs05/src/weapon/ammunition_dump.cc (modified) * code/branches/main_reto_vs05/src/weapon/ammunition_dump.h (modified) * code/branches/main_reto_vs05/src/weapon/base_weapon.cpp (added) * code/branches/main_reto_vs05/src/weapon/base_weapon.h (added) * code/branches/main_reto_vs05/src/weapon/weapon.h (modified) * code/branches/main_reto_vs05/src/weapon/weapon_manager.cc (deleted) * code/branches/main_reto_vs05/src/weapon/weapon_manager.h (deleted) * code/branches/main_reto_vs05/src/weapon/weapon_station.cc (added) * code/branches/main_reto_vs05/src/weapon/weapon_station.h (added) - added a simple ammo dump - created BaseWeapon from WeaponManager ... Wed, 07 Nov 2007 20:51:31 GMT rgrieder [189] * code/branches/main_reto_vs05/bin/Debug/Ogre.log (modified) * code/branches/main_reto_vs05/bin/Debug/weapon_framework.exe (modified) * code/branches/main_reto_vs05/scripts/weapon_framework.vcproj (modified) * code/branches/main_reto_vs05/src/ammunition_dump.cc (deleted) * code/branches/main_reto_vs05/src/ammunition_dump.h (deleted) * code/branches/main_reto_vs05/src/bullet.cc (deleted) * code/branches/main_reto_vs05/src/bullet.h (deleted) * code/branches/main_reto_vs05/src/bullet_manager.cc (deleted) * code/branches/main_reto_vs05/src/bullet_manager.h (deleted) * code/branches/main_reto_vs05/src/inertial_node.cc (added) * code/branches/main_reto_vs05/src/inertial_node.h (added) * code/branches/main_reto_vs05/src/orxonox_prerequisites.h (modified) * code/branches/main_reto_vs05/src/orxonox_ship.cc (modified) * code/branches/main_reto_vs05/src/orxonox_ship.h (modified) * code/branches/main_reto_vs05/src/run_manager.cc (modified) * code/branches/main_reto_vs05/src/run_manager.h (modified) * code/branches/main_reto_vs05/src/weapon (added) * code/branches/main_reto_vs05/src/weapon.h (deleted) * code/branches/main_reto_vs05/src/weapon/ammunition_dump.cc (added) * code/branches/main_reto_vs05/src/weapon/ammunition_dump.h (added) * code/branches/main_reto_vs05/src/weapon/bullet.cc (added) * code/branches/main_reto_vs05/src/weapon/bullet.h (added) * code/branches/main_reto_vs05/src/weapon/bullet_manager.cc (added) * code/branches/main_reto_vs05/src/weapon/bullet_manager.h (added) * code/branches/main_reto_vs05/src/weapon/weapon.h (added) * code/branches/main_reto_vs05/src/weapon/weapon_manager.cc (added) * code/branches/main_reto_vs05/src/weapon/weapon_manager.h (added) * code/branches/main_reto_vs05/src/weapon_manager.cc (deleted) * code/branches/main_reto_vs05/src/weapon_manager.h (deleted) - InertialNode bare construct written - Orxonox starts and one can ...