# # ChangeLog for code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc # # Generated by Trac 1.0.9 # May 23, 2024, 10:21:21 PM Wed, 10 Dec 2008 16:30:39 GMT polakma [2391] * 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/WeaponPack.cc (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/WeaponSystem.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/BillboardProjectile.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/ParticleProjectile.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/ParticleProjectile.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/Projectile.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) fixed projectile, particle effect, reloadingTimer and magazineTimer 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, 26 Nov 2008 13:17:18 GMT polakma [2272] * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSystem.cc (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/ParticleProjectile.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/Projectile.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.h (modified) pojectile compiles. 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 ... Sun, 02 Nov 2008 00:43:29 GMT landauf [2108] * code/branches/weapon2 (copied) created new weapon branch, "weapon2". Sat, 01 Nov 2008 22:41:03 GMT landauf [2100] * code/trunk/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc (modified) did some small adjustments in Projectile.cc although it's only a sample