# # ChangeLog for code/branches/weapon2/src/orxonox/objects/weaponSystem/Munition.h # # Generated by Trac 1.0.9 # May 29, 2024, 1:44:41 AM Wed, 10 Dec 2008 13:38:33 GMT polakma [2379] * code/branches/weapon2/src/orxonox/objects/weaponSystem/Munition.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Munition.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.h (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) changed Weapon::fire and munition reloading Wed, 03 Dec 2008 17:26:53 GMT polakma [2337] * code/branches/weapon2/src/orxonox/objects/weaponSystem/Munition.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponPack.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponPack.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSet.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) fixed parentWeaponSystem-Pointer for all WeaponPacks and its Weapons Wed, 19 Nov 2008 18:07:36 GMT polakma [2232] * code/branches/weapon2/src/orxonox/CMakeLists.txt (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Munition.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Munition.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSet.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSlot.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSlot.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/BillboardProjectile.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/BillboardProjectile.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/ParticleProjectile.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc (modified) * code/branches/weapon2/src/orxonox/tools/BillboardSet.h (modified) added new features to munition.h and weapon.h. tried to fix ... Wed, 12 Nov 2008 15:45:50 GMT polakma [2203] * code/branches/weapon2/src/orxonox/CMakeLists.txt (modified) * code/branches/weapon2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Munition.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Munition.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSlot.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSlot.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSystem.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.h (modified) added munition, fixed reloadTimer_ Sun, 02 Nov 2008 00:43:29 GMT landauf [2108] * code/branches/weapon2 (copied) created new weapon branch, "weapon2". Sun, 02 Nov 2008 00:01:06 GMT landauf [2106] * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/weaponSystem/Munition.h (modified) * code/trunk/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/trunk/src/orxonox/objects/weaponSystem/WeaponSet.h (modified) * code/trunk/src/orxonox/objects/weaponSystem/WeaponSlot.h (modified) * code/trunk/src/orxonox/objects/weaponSystem/WeaponSystem.cc (moved) * code/trunk/src/orxonox/objects/weaponSystem/WeaponSystem.h (moved) * code/trunk/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.h (modified) * code/trunk/src/orxonox/objects/weaponSystem/weapons/LaserGun.h (modified) * code/trunk/src/orxonox/objects/weaponSystem/weapons/Missile.h (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) moved WeaponSystem.h and .cc into the objects/weaponSystem directory