# # ChangeLog for code/branches/core7/src/modules/tetris # # Generated by Trac 1.0.9 # May 5, 2024, 9:02:18 PM Wed, 09 Sep 2015 11:31:11 GMT landauf [10572] * code/branches/core7/src/modules/dodgerace/DodgeRaceCenterPoint.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceCenterPoint.h (modified) * code/branches/core7/src/modules/invader/InvaderCenterPoint.cc (modified) * code/branches/core7/src/modules/invader/InvaderCenterPoint.h (modified) * code/branches/core7/src/modules/jump/JumpCenterpoint.cc (modified) * code/branches/core7/src/modules/jump/JumpCenterpoint.h (modified) * code/branches/core7/src/modules/mini4dgame/Mini4DgameBoard.cc (modified) * code/branches/core7/src/modules/mini4dgame/Mini4DgameBoard.h (modified) * code/branches/core7/src/modules/pong/PongCenterpoint.cc (modified) * code/branches/core7/src/modules/pong/PongCenterpoint.h (modified) * code/branches/core7/src/modules/tetris/TetrisCenterpoint.cc (modified) * code/branches/core7/src/modules/tetris/TetrisCenterpoint.h (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseCenterpoint.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseCenterpoint.h (modified) removed unnecessary code - setGametype or changedGametype is never ... Wed, 09 Sep 2015 11:11:13 GMT landauf [10571] * code/branches/core7/src/libraries/core/BaseObject.cc (modified) * code/branches/core7/src/libraries/core/BaseObject.h (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceCenterPoint.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceHUDinfo.cc (modified) * code/branches/core7/src/modules/gametypes/OldRaceCheckPoint.cc (modified) * code/branches/core7/src/modules/gametypes/SpaceRaceManager.cc (modified) * code/branches/core7/src/modules/invader/InvaderCenterPoint.cc (modified) * code/branches/core7/src/modules/invader/InvaderHUDinfo.cc (modified) * code/branches/core7/src/modules/jump/JumpCenterpoint.cc (modified) * code/branches/core7/src/modules/jump/JumpScore.cc (modified) * code/branches/core7/src/modules/mini4dgame/Mini4DgameBoard.cc (modified) * code/branches/core7/src/modules/objects/triggers/CheckPoint.cc (modified) * code/branches/core7/src/modules/overlays/hud/LastManStandingInfos.cc (modified) * code/branches/core7/src/modules/overlays/hud/LastTeamStandingInfos.cc (modified) * code/branches/core7/src/modules/overlays/hud/TeamBaseMatchScore.cc (modified) * code/branches/core7/src/modules/pong/PongCenterpoint.cc (modified) * code/branches/core7/src/modules/pong/PongScore.cc (modified) * code/branches/core7/src/modules/tetris/TetrisBrick.cc (modified) * code/branches/core7/src/modules/tetris/TetrisCenterpoint.cc (modified) * code/branches/core7/src/modules/tetris/TetrisScore.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseCenterpoint.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseEnemy.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseHUDController.cc (modified) * code/branches/core7/src/orxonox/Scene.cc (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core7/src/orxonox/worldentities/pawns/Destroyer.cc (modified) * code/branches/core7/src/orxonox/worldentities/pawns/TeamBaseMatchBase.cc (modified) BaseObject returns plain pointers instead of StrongPtrs for ... Sat, 29 Aug 2015 16:18:30 GMT landauf [10557] * code/branches/core7/src/modules/dodgerace/DodgeRace.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRace.h (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceShip.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceShip.h (modified) * code/branches/core7/src/modules/invader/Invader.cc (modified) * code/branches/core7/src/modules/invader/Invader.h (modified) * code/branches/core7/src/modules/invader/InvaderEnemy.cc (modified) * code/branches/core7/src/modules/invader/InvaderEnemy.h (modified) * code/branches/core7/src/modules/invader/InvaderShip.cc (modified) * code/branches/core7/src/modules/invader/InvaderShip.h (modified) * code/branches/core7/src/modules/invader/InvaderWeapon.cc (modified) * code/branches/core7/src/modules/jump/JumpEnemy.cc (modified) * code/branches/core7/src/modules/jump/JumpEnemy.h (modified) * code/branches/core7/src/modules/jump/JumpItem.cc (modified) * code/branches/core7/src/modules/jump/JumpItem.h (modified) * code/branches/core7/src/modules/jump/JumpPlatform.cc (modified) * code/branches/core7/src/modules/jump/JumpPlatform.h (modified) * code/branches/core7/src/modules/jump/JumpProjectile.cc (modified) * code/branches/core7/src/modules/jump/JumpProjectile.h (modified) * code/branches/core7/src/modules/objects/triggers/DistanceTrigger.cc (modified) * code/branches/core7/src/modules/tetris/Tetris.h (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseEnemy.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseEnemy.h (modified) * code/branches/core7/src/orxonox/gametypes/Dynamicmatch.cc (modified) * code/branches/core7/src/orxonox/gametypes/Dynamicmatch.h (modified) * code/branches/core7/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/core7/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.h (modified) cleanup: no need to pass/return WeakPtrs to/from functions. normal ... Sat, 29 Aug 2015 15:35:59 GMT landauf [10555] * code/branches/core7/src/libraries/core/BaseObject.h (modified) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/CoreStaticInitializationHandler.cc (modified) * code/branches/core7/src/libraries/core/Namespace.cc (modified) * code/branches/core7/src/libraries/core/object/DestroyLaterManager.cc (modified) * code/branches/core7/src/libraries/core/object/DestroyLaterManager.h (modified) * code/branches/core7/src/libraries/core/object/Destroyable.cc (modified) * code/branches/core7/src/libraries/core/object/Destroyable.h (modified) * code/branches/core7/src/libraries/core/object/StrongPtr.h (moved) * code/branches/core7/src/libraries/network/synchronisable/Serialise.h (modified) * code/branches/core7/src/modules/overlays/hud/HUDHealthBar.h (modified) * code/branches/core7/src/modules/pickup/PickupSpawner.cc (modified) * code/branches/core7/src/modules/pickup/items/ShrinkPickup.cc (modified) * code/branches/core7/src/modules/tetris/Tetris.cc (modified) * code/branches/core7/src/modules/tetris/Tetris.h (modified) * code/branches/core7/src/orxonox/Scene.cc (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core7/src/orxonox/interfaces/RadarViewable.h (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.h (modified) * code/branches/core7/src/orxonox/sound/AmbientSound.cc (modified) * code/branches/core7/src/orxonox/sound/SoundBuffer.h (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.h (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/core7/src/orxonox/worldentities/WorldEntity.cc (modified) * code/branches/core7/test/core/CMakeLists.txt (modified) * code/branches/core7/test/core/object/StrongPtrTest.cc (moved) renamed SmartPtr to StrongPtr (now we have weak and strong pointers) Sun, 22 Mar 2015 21:00:03 GMT landauf [10328] * code/branches/core7 (copied) created branch to work on new core features Fri, 06 Feb 2015 22:30:26 GMT landauf [10262] * code/trunk/data/defaultConfig/orxonox.ini (modified) * code/trunk/data/gui/layouts/CampaignMenu.layout (modified) * code/trunk/data/gui/scripts/CampaignMenu.lua (modified) * code/trunk/data/gui/scripts/testscript.lua (modified) * code/trunk/data/levels/4Dtest.oxw (modified) * code/trunk/data/levels/AnihilationThreat.oxw (modified) * code/trunk/data/levels/DodgeRace.oxw (modified) * code/trunk/data/levels/FPS_Level_HS14.oxw (modified) * code/trunk/data/levels/ModularShipsTest0.oxw (modified) * code/trunk/data/levels/ModularShipsTest1.oxw (modified) * code/trunk/data/levels/collisionShapes.oxw (modified) * code/trunk/data/levels/includes/weaponSettingsFPS_HS14.oxi (modified) * code/trunk/data/levels/includes/weaponSettingsTurret1.oxi (modified) * code/trunk/data/levels/jump.oxw (modified) * code/trunk/data/levels/kecks.oxw (modified) * code/trunk/data/levels/levelTry.oxw (modified) * code/trunk/data/levels/michaelstestfile.lua (modified) * code/trunk/data/levels/scriptController.oxw (modified) * code/trunk/data/levels/templates/DodgeRacePattern.oxt (modified) * code/trunk/data/levels/templates/FPS_HS14.oxt (modified) * code/trunk/data/levels/templates/ModularSpaceShipTest.oxt (modified) * code/trunk/data/levels/templates/enemytowerdefense.oxt (modified) * code/trunk/data/levels/templates/spaceshipDodgeRace.oxt (modified) * code/trunk/data/levels/templates/spacestation_elements.oxt (modified) * code/trunk/data/levels/templates/ss_tube01.oxt (modified) * code/trunk/data/levels/templates/standardTurret.oxt (modified) * code/trunk/data/overlays/DodgeRaceHUD.oxo (modified) * code/trunk/data/overlays/jumpHUD.oxo (modified) * code/trunk/src/libraries/tools/BulletDebugDrawer.cc (modified) * code/trunk/src/libraries/tools/BulletDebugDrawer.h (modified) * code/trunk/src/libraries/tools/DebugDrawer.cc (modified) * code/trunk/src/libraries/tools/DebugDrawer.h (modified) * code/trunk/src/libraries/tools/IcoSphere.cc (modified) * code/trunk/src/libraries/tools/IcoSphere.h (modified) * code/trunk/src/libraries/tools/OgreBulletUtils.h (modified) * code/trunk/src/modules/gametypes/SpaceRaceBot.cc (modified) * code/trunk/src/modules/gametypes/SpaceRaceBot.h (modified) * code/trunk/src/modules/gametypes/SpaceRaceController.cc (modified) * code/trunk/src/modules/gametypes/SpaceRaceController.h (modified) * code/trunk/src/modules/jump/CMakeLists.txt (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/JumpCenterpoint.cc (modified) * code/trunk/src/modules/jump/JumpCenterpoint.h (modified) * code/trunk/src/modules/jump/JumpEnemy.cc (modified) * code/trunk/src/modules/jump/JumpEnemy.h (modified) * code/trunk/src/modules/jump/JumpFigure.cc (modified) * code/trunk/src/modules/jump/JumpFigure.h (modified) * code/trunk/src/modules/jump/JumpItem.cc (modified) * code/trunk/src/modules/jump/JumpItem.h (modified) * code/trunk/src/modules/jump/JumpPlatform.cc (modified) * code/trunk/src/modules/jump/JumpPlatform.h (modified) * code/trunk/src/modules/jump/JumpPlatformDisappear.cc (modified) * code/trunk/src/modules/jump/JumpPlatformDisappear.h (modified) * code/trunk/src/modules/jump/JumpPlatformFake.cc (modified) * code/trunk/src/modules/jump/JumpPlatformFake.h (modified) * code/trunk/src/modules/jump/JumpPlatformHMove.cc (modified) * code/trunk/src/modules/jump/JumpPlatformHMove.h (modified) * code/trunk/src/modules/jump/JumpPlatformStatic.cc (modified) * code/trunk/src/modules/jump/JumpPlatformStatic.h (modified) * code/trunk/src/modules/jump/JumpPlatformTimer.cc (modified) * code/trunk/src/modules/jump/JumpPlatformTimer.h (modified) * code/trunk/src/modules/jump/JumpPlatformVMove.cc (modified) * code/trunk/src/modules/jump/JumpPlatformVMove.h (modified) * code/trunk/src/modules/jump/JumpPrereqs.h (modified) * code/trunk/src/modules/jump/JumpProjectile.cc (modified) * code/trunk/src/modules/jump/JumpProjectile.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) * code/trunk/src/modules/jump/JumpSpring.cc (modified) * code/trunk/src/modules/jump/JumpSpring.h (modified) * code/trunk/src/modules/objects/Turret.cc (modified) * code/trunk/src/modules/objects/Turret.h (modified) * code/trunk/src/modules/objects/collisionshapes/CylinderCollisionShape.cc (modified) * code/trunk/src/modules/objects/collisionshapes/CylinderCollisionShape.h (modified) * code/trunk/src/modules/objects/controllers/CMakeLists.txt (modified) * code/trunk/src/modules/objects/controllers/TeamTargetProxy.cc (modified) * code/trunk/src/modules/objects/controllers/TeamTargetProxy.h (modified) * code/trunk/src/modules/objects/controllers/TurretController.cc (modified) * code/trunk/src/modules/objects/controllers/TurretController.h (modified) * code/trunk/src/modules/tetris/TetrisBrick.cc (modified) * code/trunk/src/modules/tetris/TetrisBrick.h (modified) * code/trunk/src/modules/tetris/TetrisScore.cc (modified) * code/trunk/src/modules/tetris/TetrisScore.h (modified) * code/trunk/src/orxonox/ShipPartManager.cc (modified) * code/trunk/src/orxonox/ShipPartManager.h (modified) * code/trunk/src/orxonox/controllers/ControllerDirector.cc (modified) * code/trunk/src/orxonox/controllers/ControllerDirector.h (modified) * code/trunk/src/orxonox/controllers/ScriptController.cc (modified) * code/trunk/src/orxonox/controllers/ScriptController.h (modified) * code/trunk/src/orxonox/controllers/testscript.lua (modified) * code/trunk/src/orxonox/items/PartDestructionEvent.cc (modified) * code/trunk/src/orxonox/items/PartDestructionEvent.h (modified) * code/trunk/src/orxonox/items/ShipPart.cc (modified) * code/trunk/src/orxonox/items/ShipPart.h (modified) * code/trunk/src/orxonox/worldentities/pawns/ModularSpaceShip.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/ModularSpaceShip.h (modified) eol-style native. no changes in code.