# # ChangeLog for code/trunk/data/levels/jump.oxw # # Generated by Trac 1.0.9 # Apr 29, 2024, 9:51:37 PM Fri, 06 Feb 2015 22:03:00 GMT landauf [10260] * code/trunk (modified) * code/trunk/data/levels/jump.oxw (modified) * code/trunk/data/overlays/jumpHUD.oxo (modified) * code/trunk/src/modules/jump/Jump.cc (modified) * code/trunk/src/modules/jump/Jump.h (modified) * code/trunk/src/modules/jump/JumpBoots.cc (modified) * code/trunk/src/modules/jump/JumpBoots.h (modified) * code/trunk/src/modules/jump/JumpFigure.cc (modified) * code/trunk/src/modules/jump/JumpFigure.h (modified) * code/trunk/src/modules/jump/JumpItem.h (modified) * code/trunk/src/modules/jump/JumpPropeller.cc (modified) * code/trunk/src/modules/jump/JumpPropeller.h (modified) * code/trunk/src/modules/jump/JumpRocket.cc (modified) * code/trunk/src/modules/jump/JumpRocket.h (modified) * code/trunk/src/modules/jump/JumpScore.cc (modified) * code/trunk/src/modules/jump/JumpScore.h (modified) * code/trunk/src/modules/jump/JumpShield.cc (modified) * code/trunk/src/modules/jump/JumpShield.h (modified) merged the latest changes from pickupsFS14 to trunk Fri, 06 Feb 2015 21:55:17 GMT landauf [10259] * code/trunk (modified) * code/trunk/data/levels/jump.oxw (modified) * code/trunk/src/modules/jump/Jump.cc (modified) recorded merge of pickupsFS14 up to r10112 (which was already mostly ... Sat, 31 Jan 2015 17:03:17 GMT landauf [10216] * code/trunk (modified) * code/trunk/data/gui/scripts/testscript.lua (copied) * code/trunk/data/levels/ModularShipsTest0.oxw (copied) * code/trunk/data/levels/ModularShipsTest1.oxw (copied) * code/trunk/data/levels/includes/weaponSettingsTurret.oxi (modified) * code/trunk/data/levels/jump.oxw (copied) * code/trunk/data/levels/levelTry.oxw (copied) * code/trunk/data/levels/michaelstestfile.lua (copied) * code/trunk/data/levels/scriptController.oxw (copied) * code/trunk/data/levels/templates/HeavyCruiser.oxt (modified) * code/trunk/data/levels/templates/ModularSpaceShipTest.oxt (copied) * code/trunk/data/levels/templates/standardTurret.oxt (copied) * code/trunk/data/levels/turretTest.oxw (modified) * code/trunk/data/overlays/jumpHUD.oxo (copied) * code/trunk/src/modules/CMakeLists.txt (modified) * code/trunk/src/modules/invader/InvaderWeapon.cc (modified) * code/trunk/src/modules/jump (copied) * code/trunk/src/modules/objects/CMakeLists.txt (modified) * code/trunk/src/modules/objects/Turret.cc (modified) * code/trunk/src/modules/objects/Turret.h (modified) * code/trunk/src/modules/objects/controllers (copied) * code/trunk/src/modules/weapons/projectiles/BasicProjectile.cc (modified) * code/trunk/src/modules/weapons/projectiles/BasicProjectile.h (modified) * code/trunk/src/modules/weapons/projectiles/Projectile.cc (modified) * code/trunk/src/modules/weapons/projectiles/Projectile.h (modified) * code/trunk/src/modules/weapons/projectiles/Rocket.cc (modified) * code/trunk/src/modules/weapons/projectiles/Rocket.h (modified) * code/trunk/src/modules/weapons/projectiles/SimpleRocket.cc (modified) * code/trunk/src/modules/weapons/projectiles/SimpleRocket.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/Scene.cc (modified) * code/trunk/src/orxonox/ShipPartManager.cc (copied) * code/trunk/src/orxonox/ShipPartManager.h (copied) * code/trunk/src/orxonox/collisionshapes/CollisionShape.cc (modified) * code/trunk/src/orxonox/controllers/ArtificialController.cc (modified) * code/trunk/src/orxonox/controllers/CMakeLists.txt (modified) * code/trunk/src/orxonox/controllers/ControllerDirector.cc (copied) * code/trunk/src/orxonox/controllers/ControllerDirector.h (copied) * code/trunk/src/orxonox/controllers/NewHumanController.cc (modified) * code/trunk/src/orxonox/controllers/ScriptController.cc (copied) * code/trunk/src/orxonox/controllers/ScriptController.h (copied) * code/trunk/src/orxonox/controllers/testscript.lua (copied) * code/trunk/src/orxonox/items/CMakeLists.txt (modified) * code/trunk/src/orxonox/items/PartDestructionEvent.cc (copied) * code/trunk/src/orxonox/items/PartDestructionEvent.h (copied) * code/trunk/src/orxonox/items/ShipPart.cc (copied) * code/trunk/src/orxonox/items/ShipPart.h (copied) * code/trunk/src/orxonox/worldentities/MovableEntity.cc (modified) * code/trunk/src/orxonox/worldentities/MovableEntity.h (modified) * code/trunk/src/orxonox/worldentities/WorldEntity.h (modified) * code/trunk/src/orxonox/worldentities/pawns/CMakeLists.txt (modified) * code/trunk/src/orxonox/worldentities/pawns/ModularSpaceShip.cc (copied) * code/trunk/src/orxonox/worldentities/pawns/ModularSpaceShip.h (copied) * code/trunk/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/Pawn.h (modified) * code/trunk/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/SpaceShip.h (modified) merged branch presentationFS14 back to trunk Tue, 27 May 2014 08:35:27 GMT smerkli [10078] * code/branches/presentationFS14/data/levels/jump.oxw (added) * code/branches/presentationFS14/data/overlays/jumpHUD.oxo (added) * code/branches/presentationFS14/src/modules/CMakeLists.txt (modified) * code/branches/presentationFS14/src/modules/invader/InvaderWeapon.cc (modified) * code/branches/presentationFS14/src/modules/jump (added) * code/branches/presentationFS14/src/modules/jump/CMakeLists.txt (added) * code/branches/presentationFS14/src/modules/jump/Jump.cc (added) * code/branches/presentationFS14/src/modules/jump/Jump.h (added) * code/branches/presentationFS14/src/modules/jump/JumpBoots.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpBoots.h (added) * code/branches/presentationFS14/src/modules/jump/JumpCenterpoint.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpCenterpoint.h (added) * code/branches/presentationFS14/src/modules/jump/JumpEnemy.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpEnemy.h (added) * code/branches/presentationFS14/src/modules/jump/JumpFigure.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpFigure.h (added) * code/branches/presentationFS14/src/modules/jump/JumpItem.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpItem.h (added) * code/branches/presentationFS14/src/modules/jump/JumpPlatform.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpPlatform.h (added) * code/branches/presentationFS14/src/modules/jump/JumpPlatformDisappear.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpPlatformDisappear.h (added) * code/branches/presentationFS14/src/modules/jump/JumpPlatformFake.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpPlatformFake.h (added) * code/branches/presentationFS14/src/modules/jump/JumpPlatformHMove.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpPlatformHMove.h (added) * code/branches/presentationFS14/src/modules/jump/JumpPlatformStatic.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpPlatformStatic.h (added) * code/branches/presentationFS14/src/modules/jump/JumpPlatformTimer.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpPlatformTimer.h (added) * code/branches/presentationFS14/src/modules/jump/JumpPlatformVMove.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpPlatformVMove.h (added) * code/branches/presentationFS14/src/modules/jump/JumpPrereqs.h (added) * code/branches/presentationFS14/src/modules/jump/JumpProjectile.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpProjectile.h (added) * code/branches/presentationFS14/src/modules/jump/JumpPropeller.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpPropeller.h (added) * code/branches/presentationFS14/src/modules/jump/JumpRocket.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpRocket.h (added) * code/branches/presentationFS14/src/modules/jump/JumpScore.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpScore.h (added) * code/branches/presentationFS14/src/modules/jump/JumpShield.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpShield.h (added) * code/branches/presentationFS14/src/modules/jump/JumpSpring.cc (added) * code/branches/presentationFS14/src/modules/jump/JumpSpring.h (added) Merged Jump minigame, tested, works.