# # ChangeLog for code/branches/modularships/src/orxonox/worldentities/pawns/ModularSpaceShip.cc # # Generated by Trac 1.0.9 # May 18, 2024, 12:21:14 AM Wed, 09 Apr 2014 19:50:45 GMT noep [10023] * code/branches/modularships/data/levels/emptyLevel.oxw (modified) * code/branches/modularships/data/levels/templates/HeavyCruiser.oxt (modified) * code/branches/modularships/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/modularships/src/orxonox/items/ShipPart.cc (modified) * code/branches/modularships/src/orxonox/items/ShipPart.h (modified) * code/branches/modularships/src/orxonox/worldentities/pawns/ModularSpaceShip.cc (modified) * code/branches/modularships/src/orxonox/worldentities/pawns/ModularSpaceShip.h (modified) * code/branches/modularships/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/branches/modularships/src/orxonox/worldentities/pawns/Pawn.h (modified) ShipParts can "die" and detach the corresponding Entity while doing ... Thu, 03 Apr 2014 13:45:50 GMT noep [10019] * code/branches/modularships/data/levels/templates/HeavyCruiser.oxt (modified) * code/branches/modularships/src/orxonox/CMakeLists.txt (modified) * code/branches/modularships/src/orxonox/ShipPart.cc (deleted) * code/branches/modularships/src/orxonox/ShipPart.h (deleted) * code/branches/modularships/src/orxonox/items/CMakeLists.txt (modified) * code/branches/modularships/src/orxonox/items/ShipPart.cc (added) * code/branches/modularships/src/orxonox/items/ShipPart.h (added) * code/branches/modularships/src/orxonox/worldentities/pawns/ModularSpaceShip.cc (modified) * code/branches/modularships/src/orxonox/worldentities/pawns/ModularSpaceShip.h (modified) * code/branches/modularships/src/orxonox/worldentities/pawns/Pawn.h (modified) Continued working on ShipPart and ModularSpaceShip implementation Wed, 02 Apr 2014 18:38:07 GMT noep [10011] * code/branches/modularships/data/levels/emptyLevel.oxw (modified) * code/branches/modularships/data/levels/templates/HeavyCruiser.oxt (modified) * code/branches/modularships/src/modules/weapons/projectiles/BasicProjectile.cc (modified) * code/branches/modularships/src/modules/weapons/projectiles/BasicProjectile.h (modified) * code/branches/modularships/src/modules/weapons/projectiles/Projectile.cc (modified) * code/branches/modularships/src/modules/weapons/projectiles/Projectile.h (modified) * code/branches/modularships/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/modularships/src/modules/weapons/projectiles/Rocket.h (modified) * code/branches/modularships/src/modules/weapons/projectiles/SimpleRocket.cc (modified) * code/branches/modularships/src/modules/weapons/projectiles/SimpleRocket.h (modified) * code/branches/modularships/src/orxonox/CMakeLists.txt (modified) * code/branches/modularships/src/orxonox/Scene.cc (modified) * code/branches/modularships/src/orxonox/ShipPart.cc (modified) * code/branches/modularships/src/orxonox/ShipPart.h (modified) * code/branches/modularships/src/orxonox/worldentities/MovableEntity.cc (modified) * code/branches/modularships/src/orxonox/worldentities/MovableEntity.h (modified) * code/branches/modularships/src/orxonox/worldentities/WorldEntity.h (modified) * code/branches/modularships/src/orxonox/worldentities/pawns/CMakeLists.txt (modified) * code/branches/modularships/src/orxonox/worldentities/pawns/ModularSpaceShip.cc (added) * code/branches/modularships/src/orxonox/worldentities/pawns/ModularSpaceShip.h (added) * code/branches/modularships/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/branches/modularships/src/orxonox/worldentities/pawns/Pawn.h (modified) Cleaned up the process passing the collisionshape which was hit to ...