# # ChangeLog for code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.h # # Generated by Trac 1.0.9 # Jun 19, 2024, 10:16:40 PM Wed, 03 Dec 2008 14:11:48 GMT polakma [2319] * 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/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/worldentities/pawns/Pawn.cc (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) fixed WeaponPack attaching Tue, 02 Dec 2008 18:51:46 GMT polakma [2308] * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSet.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSet.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSlot.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) made some changes Wed, 26 Nov 2008 18:42:29 GMT polakma [2288] * code/branches/weapon2/src/orxonox/CMakeLists.txt (modified) * code/branches/weapon2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponPack.cc (added) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponPack.h (added) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSet.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSet.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/worldentities/pawns/Pawn.cc (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Spectator.h (modified) added WeaponPack Wed, 05 Nov 2008 18:57:16 GMT polakma [2145] * code/branches/weapon2/src/orxonox/objects/controllers/HumanController.cc (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/WeaponSystem.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSystem.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.h (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/ControllableEntity.h (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) added firemodes and a lot of other things Sun, 02 Nov 2008 00:43:29 GMT landauf [2108] * code/branches/weapon2 (copied) created new weapon branch, "weapon2". Sat, 01 Nov 2008 22:17:22 GMT landauf [2098] * code/trunk/src/orxonox/objects/WeaponSystem.cc (modified) * code/trunk/src/orxonox/objects/WeaponSystem.h (modified) * code/trunk/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/trunk/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/trunk/src/orxonox/objects/weaponSystem/WeaponSet.cc (modified) * code/trunk/src/orxonox/objects/weaponSystem/WeaponSet.h (modified) * code/trunk/src/orxonox/objects/weaponSystem/WeaponSlot.cc (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) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) - added a WeaponSystem to Pawn - initialized values in weapon ...