# # ChangeLog for code/branches/weapons/src/orxonox/objects/weaponsystem/Weapon.h # # Generated by Trac 1.0.9 # Jun 2, 2024, 6:11:11 PM Sat, 18 Apr 2009 17:12:25 GMT landauf [2922] * code/branches/weapons/src/orxonox/objects/weaponsystem (moved) Renamed directory 'weaponSystem' as 'weaponsystem' to avoid mixed- ... 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 ...