# # ChangeLog for code/branches/core7/src/modules # # Generated by Trac 1.0.9 # Mar 28, 2024, 8:06:51 PM Wed, 09 Sep 2015 11:49:55 GMT landauf [10574] * code/branches/core7/src/modules/dodgerace/DodgeRace.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRace.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/objects/Planet.cc (modified) * code/branches/core7/src/modules/objects/Planet.h (modified) removed some init() functions, integrated them directly into the ... 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:55:25 GMT landauf [10559] * code/branches/core7/src/modules/objects/triggers/DistanceMultiTrigger.cc (modified) * code/branches/core7/src/modules/objects/triggers/DistanceMultiTrigger.h (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.h (modified) these two classes used pointers to weakptrs - why? just use normal ... Sat, 29 Aug 2015 16:45:20 GMT landauf [10558] * code/branches/core7/src/modules/objects/SpaceBoundaries.cc (modified) * code/branches/core7/src/modules/objects/triggers/DistanceTrigger.cc (modified) * code/branches/core7/src/orxonox/interfaces/PlayerTrigger.h (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.h (modified) no need to call get() on Weak or StrongPtr. they are automatically ... 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) Sat, 30 May 2015 10:22:27 GMT landauf [10509] * code/branches/core7/src/libraries/core/ApplicationPaths.cc (copied) * code/branches/core7/src/libraries/core/ApplicationPaths.h (copied) * code/branches/core7/src/libraries/core/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/ConfigurablePaths.cc (moved) * code/branches/core7/src/libraries/core/ConfigurablePaths.h (moved) * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/Core.h (modified) * code/branches/core7/src/libraries/core/CoreConfig.cc (modified) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/GUIManager.cc (modified) * code/branches/core7/src/libraries/core/GraphicsManager.cc (modified) * code/branches/core7/src/libraries/core/Language.cc (modified) * code/branches/core7/src/libraries/core/command/Shell.cc (modified) * code/branches/core7/src/libraries/core/command/TclBind.cc (modified) * code/branches/core7/src/libraries/core/commandline/CommandLineParser.cc (modified) * code/branches/core7/src/libraries/core/config/ConfigFile.cc (modified) * code/branches/core7/src/libraries/core/input/KeyBinder.cc (modified) * code/branches/core7/src/libraries/tools/ResourceLocation.cc (modified) * code/branches/core7/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core7/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core7/src/orxonox/chat/ChatHistory.cc (modified) * code/branches/core7/src/orxonox/chat/ChatHistory.h (modified) moved static application paths (root, executable, modules) into new ... Mon, 25 May 2015 15:37:15 GMT landauf [10478] * code/branches/core7/src/libraries/network/CMakeLists.txt (modified) * code/branches/core7/src/libraries/network/FunctionCall.cc (modified) * code/branches/core7/src/libraries/network/FunctionCall.h (modified) * code/branches/core7/src/libraries/network/FunctionCallManager.cc (modified) * code/branches/core7/src/libraries/network/FunctionCallManager.h (modified) * code/branches/core7/src/libraries/network/NetworkFunction.h (modified) * code/branches/core7/src/libraries/network/NetworkFunctionIncludes.cc (added) * code/branches/core7/src/libraries/network/NetworkFunctionIncludes.h (modified) * code/branches/core7/src/libraries/network/packet/FunctionCalls.cc (modified) * code/branches/core7/src/libraries/network/packet/FunctionCalls.h (modified) * code/branches/core7/src/modules/docking/Dock.cc (modified) * code/branches/core7/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/core7/src/modules/objects/Script.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/orxonox/Test.cc (modified) * code/branches/core7/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/core7/src/orxonox/interfaces/NotificationListener.cc (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.cc (modified) callStaticNetworkFunction() and callMemberNetworkFunction() are now ... Mon, 25 May 2015 08:24:56 GMT landauf [10465] * code/branches/core7/src/libraries/network/NetworkFunction.h (modified) * code/branches/core7/src/libraries/network/NetworkFunctionIncludes.h (added) * code/branches/core7/src/modules/docking/Dock.cc (modified) * code/branches/core7/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/core7/src/modules/objects/Script.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/orxonox/Test.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core7/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/core7/src/orxonox/interfaces/NotificationListener.cc (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.cc (modified) moved macro ans helperfunction from NetworkFunction.h to ... Sun, 24 May 2015 22:13:34 GMT landauf [10464] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/Core.h (modified) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/core7/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/core7/src/libraries/core/object/DestroyLaterManager.cc (modified) * code/branches/core7/src/libraries/network/Client.cc (modified) * code/branches/core7/src/libraries/network/LANDiscovery.cc (modified) * code/branches/core7/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core7/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core7/src/modules/notifications/NotificationManager.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/modules/questsystem/QuestManager.cc (modified) * code/branches/core7/src/orxonox/CameraManager.cc (modified) * code/branches/core7/src/orxonox/LevelManager.cc (modified) * code/branches/core7/src/orxonox/MoodManager.cc (modified) * code/branches/core7/src/orxonox/PlayerManager.cc (modified) * code/branches/core7/src/orxonox/chat/ChatHistory.cc (modified) * code/branches/core7/src/orxonox/chat/ChatInputHandler.cc (modified) * code/branches/core7/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core7/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core7/test/core/singleton/ScopeTest.cc (modified) define ScopeID as integer constants instead of an enum. this allows ... Sun, 24 May 2015 11:48:18 GMT landauf [10459] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/core7/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/core7/src/libraries/core/object/DestroyLaterManager.cc (modified) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonIncludes.h (added) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonWrapper.h (modified) * code/branches/core7/src/libraries/network/Client.cc (modified) * code/branches/core7/src/libraries/network/LANDiscovery.cc (modified) * code/branches/core7/src/libraries/network/MasterServer.cc (modified) * code/branches/core7/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core7/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core7/src/modules/notifications/NotificationManager.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/modules/questsystem/QuestManager.cc (modified) * code/branches/core7/src/orxonox/CameraManager.cc (modified) * code/branches/core7/src/orxonox/LevelManager.cc (modified) * code/branches/core7/src/orxonox/MoodManager.cc (modified) * code/branches/core7/src/orxonox/PlayerManager.cc (modified) * code/branches/core7/src/orxonox/chat/ChatHistory.cc (modified) * code/branches/core7/src/orxonox/chat/ChatInputHandler.cc (modified) * code/branches/core7/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core7/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core7/test/core/singleton/ScopeTest.cc (modified) wrap ScopedSingletonWrapper in a ... Sun, 24 May 2015 09:51:05 GMT landauf [10458] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/core7/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/core7/src/libraries/core/object/DestroyLaterManager.cc (modified) * code/branches/core7/src/libraries/core/singleton/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/singleton/Scope.h (modified) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonManager.cc (deleted) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonWrapper.h (moved) * code/branches/core7/src/libraries/network/Client.cc (modified) * code/branches/core7/src/libraries/network/LANDiscovery.cc (modified) * code/branches/core7/src/libraries/network/MasterServer.cc (modified) * code/branches/core7/src/libraries/util/Singleton.h (modified) * code/branches/core7/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core7/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core7/src/modules/notifications/NotificationManager.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/modules/questsystem/QuestManager.cc (modified) * code/branches/core7/src/orxonox/CameraManager.cc (modified) * code/branches/core7/src/orxonox/LevelManager.cc (modified) * code/branches/core7/src/orxonox/MoodManager.cc (modified) * code/branches/core7/src/orxonox/PlayerManager.cc (modified) * code/branches/core7/src/orxonox/chat/ChatHistory.cc (modified) * code/branches/core7/src/orxonox/chat/ChatInputHandler.cc (modified) * code/branches/core7/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core7/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core7/test/core/singleton/ScopeTest.cc (modified) renamed ScopedSingletonManager to ScopedSingletonWrapper. removed ... Sun, 03 May 2015 11:31:18 GMT landauf [10417] * code/branches/core7/src/modules/objects/collisionshapes/BoxCollisionShape.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/BoxCollisionShape.h (modified) * code/branches/core7/src/modules/objects/collisionshapes/ConeCollisionShape.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/ConeCollisionShape.h (modified) * code/branches/core7/src/modules/objects/collisionshapes/CylinderCollisionShape.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/CylinderCollisionShape.h (modified) * code/branches/core7/src/modules/objects/collisionshapes/PlaneCollisionShape.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/PlaneCollisionShape.h (modified) * code/branches/core7/src/modules/objects/collisionshapes/SphereCollisionShape.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/SphereCollisionShape.h (modified) * code/branches/core7/src/orxonox/collisionshapes/CollisionShape.cc (modified) * code/branches/core7/src/orxonox/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/core7/src/orxonox/collisionshapes/WorldEntityCollisionShape.cc (modified) * code/branches/core7/src/orxonox/collisionshapes/WorldEntityCollisionShape.h (modified) moved destruction of bullet collision shape to ~CollisionShape(). ... Sat, 02 May 2015 15:09:15 GMT landauf [10411] * code/branches/core7/src/libraries/tools/ParticleInterface.cc (modified) * code/branches/core7/src/libraries/tools/ParticleInterface.h (modified) * code/branches/core7/src/modules/weapons/projectiles/ParticleProjectile.cc (modified) removed unnecessary macro + static variable Mon, 27 Apr 2015 21:08:26 GMT landauf [10407] * code/branches/core7/src/libraries/core/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/core7/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/core7/src/libraries/core/singleton (added) * code/branches/core7/src/libraries/core/singleton/CMakeLists.txt (added) * code/branches/core7/src/libraries/core/singleton/Scope.cc (moved) * code/branches/core7/src/libraries/core/singleton/Scope.h (moved) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonManager.cc (moved) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonManager.h (moved) * code/branches/core7/src/libraries/network/Client.cc (modified) * code/branches/core7/src/libraries/network/LANDiscovery.cc (modified) * code/branches/core7/src/libraries/network/MasterServer.cc (modified) * code/branches/core7/src/libraries/util/CMakeLists.txt (modified) * code/branches/core7/src/libraries/util/UtilPrereqs.h (modified) * code/branches/core7/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core7/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core7/src/modules/notifications/NotificationManager.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/modules/questsystem/QuestManager.cc (modified) * code/branches/core7/src/orxonox/CameraManager.cc (modified) * code/branches/core7/src/orxonox/LevelManager.cc (modified) * code/branches/core7/src/orxonox/MoodManager.cc (modified) * code/branches/core7/src/orxonox/PawnManager.cc (modified) * code/branches/core7/src/orxonox/PlayerManager.cc (modified) * code/branches/core7/src/orxonox/ShipPartManager.cc (modified) * code/branches/core7/src/orxonox/chat/ChatHistory.cc (modified) * code/branches/core7/src/orxonox/chat/ChatInputHandler.cc (modified) * code/branches/core7/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core7/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core7/test/core/CMakeLists.txt (modified) * code/branches/core7/test/core/singleton (added) * code/branches/core7/test/core/singleton/ScopeTest.cc (moved) * code/branches/core7/test/util/CMakeLists.txt (modified) moved Scope and ScopedSingletonManager from util to core. TODO: I ... Wed, 22 Apr 2015 20:30:42 GMT landauf [10380] * code/branches/core7/src/libraries/core/GUIManager.cc (modified) * code/branches/core7/src/libraries/core/Game.cc (modified) * code/branches/core7/src/libraries/core/GraphicsManager.cc (modified) * code/branches/core7/src/libraries/core/input/InputManager.cc (modified) * code/branches/core7/src/libraries/core/input/JoyStickQuantityListener.cc (modified) * code/branches/core7/src/libraries/core/input/KeyBinder.cc (modified) * code/branches/core7/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/core7/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/core7/src/libraries/core/input/Mouse.cc (modified) * code/branches/core7/src/libraries/network/Host.cc (modified) * code/branches/core7/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core7/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core7/src/modules/notifications/NotificationManager.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/orxonox/LevelManager.cc (modified) * code/branches/core7/src/orxonox/MoodManager.cc (modified) * code/branches/core7/src/orxonox/PawnManager.cc (modified) * code/branches/core7/src/orxonox/PlayerManager.cc (modified) * code/branches/core7/src/orxonox/ShipPartManager.cc (modified) * code/branches/core7/src/orxonox/chat/ChatHistory.cc (modified) * code/branches/core7/src/orxonox/chat/ChatInputHandler.cc (modified) * code/branches/core7/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core7/src/orxonox/collisionshapes/WorldEntityCollisionShape.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core7/src/orxonox/interfaces/NotificationListener.cc (modified) * code/branches/core7/src/orxonox/interfaces/PickupListener.cc (modified) * code/branches/core7/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core7/src/orxonox/sound/AmbientSound.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) registered missing classes. WorldEntityCollisionShape is the only ... Sun, 12 Apr 2015 21:07:14 GMT landauf [10362] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/CoreIncludes.h (modified) * code/branches/core7/src/libraries/core/ViewportEventListener.cc (modified) * code/branches/core7/src/libraries/core/WindowEventListener.cc (modified) * code/branches/core7/src/libraries/core/XMLNameListener.cc (modified) * code/branches/core7/src/libraries/network/ClientConnectionListener.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunction.cc (modified) * code/branches/core7/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/core7/src/libraries/tools/interfaces/ToolsInterfaceCompilation.cc (modified) * code/branches/core7/src/modules/docking/DockingAnimation.cc (modified) * code/branches/core7/src/modules/docking/DockingEffect.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/AbstractRadiusHeightCollisionShape.cc (modified) * code/branches/core7/src/modules/pickup/CollectiblePickup.cc (modified) * code/branches/core7/src/modules/questsystem/Quest.cc (modified) * code/branches/core7/src/modules/questsystem/QuestEffect.cc (modified) * code/branches/core7/src/modules/questsystem/effects/ChangeQuestStatus.cc (modified) * code/branches/core7/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core7/src/orxonox/collisionshapes/CollisionShape.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core7/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/core7/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/core7/src/orxonox/interfaces/PickupCarrier.cc (modified) * code/branches/core7/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/core7/src/orxonox/interfaces/RadarViewable.cc (modified) * code/branches/core7/src/orxonox/sound/BaseSound.cc (modified) * code/branches/core7/src/orxonox/weaponsystem/WeaponMode.cc (modified) * code/branches/core7/src/orxonox/worldentities/WorldEntity.cc (modified) use static identifier initializer to store the inheritance definition ... Sun, 12 Apr 2015 09:58:06 GMT landauf [10357] * code/branches/core7/src/modules/dodgerace/DodgeRace.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRace.h (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceCube.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceShip.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceShip.h (modified) * code/branches/core7/src/modules/towerdefense/TDCoordinate.h (modified) don't include CoreIncludes.h in *.h files Mon, 06 Apr 2015 20:40:54 GMT landauf [10350] * code/branches/core7/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefense.h (modified) removed hack Mon, 06 Apr 2015 20:00:37 GMT landauf [10348] * code/branches/core7/src/libraries/core/command/CommandExecutor.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommand.h (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.h (modified) * code/branches/core7/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.cc (modified) removed unnecessary helper functions Mon, 06 Apr 2015 13:47:42 GMT landauf [10347] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/GUIManager.cc (modified) * code/branches/core7/src/libraries/core/Game.cc (modified) * code/branches/core7/src/libraries/core/GraphicsManager.cc (modified) * code/branches/core7/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/core7/src/libraries/core/command/CommandEvaluation.cc (modified) * code/branches/core7/src/libraries/core/command/CommandExecutor.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommand.h (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandCompilation.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.h (added) * code/branches/core7/src/libraries/core/command/IRC.cc (modified) * code/branches/core7/src/libraries/core/command/TclBind.cc (modified) * code/branches/core7/src/libraries/core/command/TclThreadManager.cc (modified) * code/branches/core7/src/libraries/core/config/SettingsConfigFile.cc (modified) * code/branches/core7/src/libraries/core/input/InputManager.cc (modified) * code/branches/core7/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/core7/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/core7/src/libraries/core/input/Mouse.cc (modified) * code/branches/core7/src/libraries/network/Host.cc (modified) * code/branches/core7/src/libraries/network/MasterServer.cc (modified) * code/branches/core7/src/libraries/tools/Timer.cc (modified) * code/branches/core7/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core7/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core7/src/modules/docking/Dock.cc (modified) * code/branches/core7/src/modules/mini4dgame/Mini4Dgame.cc (modified) * code/branches/core7/src/modules/objects/triggers/Trigger.cc (modified) * code/branches/core7/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/core7/src/orxonox/Scene.cc (modified) * code/branches/core7/src/orxonox/Test.cc (modified) * code/branches/core7/src/orxonox/chat/ChatInputHandler.cc (modified) * code/branches/core7/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core7/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/core7/src/orxonox/controllers/FormationController.cc (modified) * code/branches/core7/src/orxonox/controllers/HumanController.cc (modified) * code/branches/core7/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core7/src/orxonox/gametypes/Mission.cc (modified) * code/branches/core7/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core7/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core7/src/orxonox/sound/WorldAmbientSound.cc (modified) * code/branches/core7/src/orxonox/worldentities/pawns/ModularSpaceShip.cc (modified) * code/branches/core7/src/orxonox/worldentities/pawns/Spectator.cc (modified) * code/branches/core7/test/core/command/CommandTest.cc (modified) moved console command macros to a new file (ConsoleCommandIncludes.h) Sun, 22 Mar 2015 21:00:03 GMT landauf [10328] * code/branches/core7 (copied) created branch to work on new core features Sun, 15 Mar 2015 16:27:57 GMT smerkli [10318] * code/trunk/src/modules/gametypes/SpaceRaceController.cc (modified) fixed destructor (during class hierarchy initialization)