# # ChangeLog for code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponMode.h # # Generated by Trac 1.0.9 # Jun 18, 2024, 7:13:48 AM Sat, 18 Apr 2009 16:41:00 GMT landauf [2919] * code/branches/weapons/src/orxonox/objects/weaponSystem/DefaultWeaponmodeLink.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/Munition.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponMode.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponMode.h (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponPack.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponSet.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponSlot.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/weapons/FusionFire.cc (modified) removed some debug output, cleanup in WeaponMode Sat, 18 Apr 2009 16:14:52 GMT landauf [2918] * code/branches/weapons/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/weapons/src/orxonox/objects/controllers/HumanController.cc (modified) * code/branches/weapons/src/orxonox/objects/controllers/HumanController.h (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/CMakeLists.txt (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/Munition.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/Munition.h (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponMode.cc (added) * code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponMode.h (added) * code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponPack.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponPack.h (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponSet.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponSet.h (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponSlot.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponSystem.h (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/munitions/CMakeLists.txt (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/munitions/FusionMunition.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/munitions/FusionMunition.h (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.h (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/munitions/ReplenishingMunition.cc (added) * code/branches/weapons/src/orxonox/objects/weaponSystem/munitions/ReplenishingMunition.h (added) * code/branches/weapons/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/projectiles/Projectile.h (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/weapons/CMakeLists.txt (modified) * code/branches/weapons/src/orxonox/objects/weaponSystem/weapons/FusionFire.cc (moved) * code/branches/weapons/src/orxonox/objects/weaponSystem/weapons/FusionFire.h (moved) * code/branches/weapons/src/orxonox/objects/weaponSystem/weapons/LaserFire.cc (moved) * code/branches/weapons/src/orxonox/objects/weaponSystem/weapons/LaserFire.h (moved) * code/branches/weapons/src/orxonox/objects/weaponSystem/weapons/Missile.cc (deleted) * code/branches/weapons/src/orxonox/objects/weaponSystem/weapons/Missile.h (deleted) * code/branches/weapons/src/orxonox/objects/worldentities/ControllableEntity.h (modified) * code/branches/weapons/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/weapons/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) Added many new features in the Munition class: - there are now 3 ...