# # ChangeLog for code/branches/core6 # # Generated by Trac 1.0.9 # Apr 19, 2024, 8:10:47 PM Sat, 24 Aug 2013 17:04:40 GMT landauf [9662] * code/branches/core6/src/libraries/core/object/Listable.cc (modified) * code/branches/core6/src/libraries/core/object/Listable.h (modified) use SmallObjectAllocator for ObjectListElements Sat, 24 Aug 2013 16:38:55 GMT landauf [9661] * code/branches/core6/src/libraries/core/object/Context.h (modified) * code/branches/core6/src/libraries/core/object/Listable.cc (modified) * code/branches/core6/src/libraries/core/object/Listable.h (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.h (modified) * code/branches/core6/test/core/object/ObjectListBaseTest.cc (modified) Listable is now responsible for creating and deleting ObjectListElements Sun, 18 Aug 2013 15:01:40 GMT landauf [9660] * code/branches/core6/src/libraries/core/class/IdentifierManager.cc (modified) enhanced error message if RegisterObject is missing Sun, 18 Aug 2013 14:57:51 GMT landauf [9659] * code/branches/core6/src/libraries/core/BaseObject.cc (modified) * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/CoreIncludes.h (modified) * code/branches/core6/src/libraries/core/GUIManager.cc (modified) * code/branches/core6/src/libraries/core/Game.cc (modified) * code/branches/core6/src/libraries/core/ViewportEventListener.cc (modified) * code/branches/core6/src/libraries/core/WindowEventListener.cc (modified) * code/branches/core6/src/libraries/core/XMLNameListener.cc (modified) * code/branches/core6/src/libraries/core/command/Shell.cc (modified) * code/branches/core6/src/libraries/core/input/InputBuffer.cc (modified) * code/branches/core6/src/libraries/core/input/InputManager.cc (modified) * code/branches/core6/src/libraries/core/input/JoyStick.cc (modified) * code/branches/core6/src/libraries/core/input/KeyBinder.cc (modified) * code/branches/core6/src/libraries/core/input/Mouse.cc (modified) * code/branches/core6/src/libraries/network/ClientConnectionListener.cc (modified) * code/branches/core6/src/libraries/network/Host.cc (modified) * code/branches/core6/src/libraries/network/NetworkFunction.cc (modified) * code/branches/core6/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/core6/src/libraries/tools/Timer.cc (modified) * code/branches/core6/src/libraries/tools/interfaces/ToolsInterfaceCompilation.cc (modified) * code/branches/core6/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core6/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core6/src/modules/notifications/NotificationManager.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/BasicProjectile.cc (modified) * code/branches/core6/src/orxonox/LevelManager.cc (modified) * code/branches/core6/src/orxonox/MoodManager.cc (modified) * code/branches/core6/src/orxonox/PawnManager.cc (modified) * code/branches/core6/src/orxonox/PlayerManager.cc (modified) * code/branches/core6/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core6/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core6/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/core6/src/orxonox/interfaces/NotificationListener.cc (modified) * code/branches/core6/src/orxonox/interfaces/PickupCarrier.cc (modified) * code/branches/core6/src/orxonox/interfaces/PickupListener.cc (modified) * code/branches/core6/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/core6/src/orxonox/interfaces/RadarViewable.cc (modified) * code/branches/core6/src/orxonox/sound/BaseSound.cc (modified) * code/branches/core6/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core6/test/core/class/IdentifiableTest.cc (modified) * code/branches/core6/test/core/class/IdentifierClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/IdentifierExternalClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/IdentifierSimpleClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/IdentifierTest.cc (modified) * code/branches/core6/test/core/class/SubclassIdentifierTest.cc (modified) * code/branches/core6/test/core/class/SuperTest.cc (modified) * code/branches/core6/test/core/object/ContextTest.cc (modified) * code/branches/core6/test/core/object/IteratorTest.cc (modified) * code/branches/core6/test/core/object/ListableTest.cc (modified) * code/branches/core6/test/core/object/ObjectListIteratorTest.cc (modified) removed RegisterRootObject (replaced by RegisterObject) Sun, 18 Aug 2013 14:41:37 GMT landauf [9658] * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/command/Shell.cc (modified) * code/branches/core6/src/libraries/core/command/Shell.h (modified) * code/branches/core6/src/libraries/core/input/InputBuffer.cc (modified) * code/branches/core6/src/libraries/network/NetworkFunction.cc (modified) * code/branches/core6/src/libraries/tools/Shader.cc (modified) * code/branches/core6/src/libraries/tools/Timer.cc (modified) register remaining classes in framework Fri, 16 Aug 2013 21:28:34 GMT landauf [9657] * code/branches/core6/src/modules/docking/DockingAnimation.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDBar.cc (modified) * code/branches/core6/src/modules/pickup/CollectiblePickup.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/BasicProjectile.cc (modified) * code/branches/core6/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core6/src/orxonox/sound/BaseSound.cc (modified) found some more classes that need to be registered in the framework Fri, 16 Aug 2013 21:21:48 GMT landauf [9656] * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/ViewportEventListener.cc (modified) * code/branches/core6/src/libraries/core/WindowEventListener.cc (modified) * code/branches/core6/src/libraries/core/XMLNameListener.cc (modified) * code/branches/core6/src/libraries/network/ClientConnectionListener.cc (modified) * code/branches/core6/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/core6/src/libraries/tools/interfaces/ToolsInterfaceCompilation.cc (modified) * code/branches/core6/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/core6/src/orxonox/interfaces/PickupCarrier.cc (modified) * code/branches/core6/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/core6/src/orxonox/interfaces/RadarViewable.cc (modified) register interfaces in framework Fri, 16 Aug 2013 21:08:58 GMT landauf [9655] * code/branches/core6/src/modules/docking/DockingEffect.cc (modified) * code/branches/core6/src/modules/questsystem/Quest.cc (modified) * code/branches/core6/src/modules/questsystem/QuestEffect.cc (modified) * code/branches/core6/src/modules/questsystem/effects/ChangeQuestStatus.cc (modified) * code/branches/core6/src/orxonox/collisionshapes/CollisionShape.cc (modified) * code/branches/core6/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponMode.cc (modified) * code/branches/core6/src/orxonox/worldentities/WorldEntity.cc (modified) register abstract classes Fri, 16 Aug 2013 21:08:30 GMT landauf [9654] * code/branches/core6/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/core6/src/orxonox/controllers/FormationController.cc (modified) * code/branches/core6/src/orxonox/infos/Info.cc (modified) * code/branches/core6/src/orxonox/items/Item.cc (modified) * code/branches/core6/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/core6/src/orxonox/worldentities/MobileEntity.cc (modified) added RegisterClass() where it was missing Fri, 16 Aug 2013 19:39:29 GMT landauf [9653] * code/branches/core6/src/libraries/core/config/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/config/Configurable.cc (added) * code/branches/core6/src/libraries/core/config/Configurable.h (modified) * code/branches/core6/test/core/class/IdentifierClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/IdentifierExternalClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/IdentifierSimpleClassHierarchyTest.cc (modified) register Configurable in the framework Fri, 16 Aug 2013 19:38:00 GMT landauf [9652] * code/branches/core6/src/libraries/core/class/IdentifierManager.cc (modified) fixed potential issue Fri, 16 Aug 2013 19:20:59 GMT landauf [9651] * code/branches/core6/src/libraries/core/class/Identifier.h (modified) * code/branches/core6/src/libraries/core/class/IdentifierManager.cc (modified) * code/branches/core6/src/libraries/core/object/Context.cc (modified) * code/branches/core6/src/libraries/core/object/Listable.cc (modified) * code/branches/core6/test/core/class/IdentifierClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/IdentifierSimpleClassHierarchyTest.cc (modified) register Listable in the framework Wed, 14 Aug 2013 17:04:40 GMT landauf [9650] * code/branches/core6/src/libraries/core/object/Context.cc (modified) * code/branches/core6/test/core/object/ContextTest.cc (modified) add context to objectlist Wed, 14 Aug 2013 16:42:28 GMT landauf [9649] * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/object/Context.cc (modified) * code/branches/core6/src/libraries/core/object/Context.h (modified) * code/branches/core6/test/core/class/OrxonoxClassTest.cc (modified) * code/branches/core6/test/core/class/OrxonoxInterfaceTest.cc (modified) * code/branches/core6/test/core/class/SubclassIdentifierTest.cc (modified) * code/branches/core6/test/core/class/SuperTest.cc (modified) * code/branches/core6/test/core/object/ClassFactoryTest.cc (modified) * code/branches/core6/test/core/object/ContextTest.cc (modified) * code/branches/core6/test/core/object/IteratorTest.cc (modified) * code/branches/core6/test/core/object/ListableTest.cc (modified) * code/branches/core6/test/core/object/ObjectListIteratorTest.cc (modified) added ability to set the root-context explicitly (and also to destroy ... Wed, 14 Aug 2013 15:44:53 GMT landauf [9648] * code/branches/core6/test/core/class/SuperTest.cc (modified) fixed test and added new test Wed, 14 Aug 2013 08:39:32 GMT landauf [9647] * code/branches/core6/test/core/class/SubclassIdentifierTest.cc (modified) * code/branches/core6/test/core/class/SuperTest.cc (modified) fixed tests (caused problem with MSVC because they were executed in a ... Tue, 13 Aug 2013 21:35:26 GMT landauf [9646] * code/branches/core6/src/libraries/core/CoreIncludes.h (modified) * code/branches/core6/src/libraries/core/class/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/class/Identifiable.cc (modified) * code/branches/core6/src/libraries/core/class/Identifiable.h (modified) * code/branches/core6/src/libraries/core/class/Identifier.cc (modified) * code/branches/core6/src/libraries/core/class/Identifier.h (modified) * code/branches/core6/src/libraries/core/class/IdentifierManager.cc (modified) * code/branches/core6/src/libraries/core/class/IdentifierManager.h (modified) * code/branches/core6/src/libraries/core/class/OrxonoxClass.cc (added) * code/branches/core6/src/libraries/core/class/OrxonoxClass.h (modified) * code/branches/core6/src/libraries/core/class/OrxonoxInterface.cc (added) * code/branches/core6/src/libraries/core/class/OrxonoxInterface.h (modified) * code/branches/core6/src/libraries/core/class/Super.h (modified) * code/branches/core6/test/core/class/IdentifierClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/IdentifierExternalClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/IdentifierSimpleClassHierarchyTest.cc (modified) implemented new concept to initialize the class hierarchy: each ... Tue, 13 Aug 2013 19:39:30 GMT landauf [9645] * code/branches/core6/src/libraries/core/class/Identifier.h (modified) classIdentifier_s exists in multiple libraries - reset it everywhere ... Sun, 11 Aug 2013 20:42:57 GMT landauf [9644] * code/branches/core6/src/libraries/core/CoreIncludes.h (modified) * code/branches/core6/src/libraries/core/class/Identifier.h (modified) * code/branches/core6/src/libraries/core/class/IdentifierManager.cc (modified) * code/branches/core6/src/libraries/core/class/IdentifierManager.h (modified) small refactoring Sun, 11 Aug 2013 20:38:29 GMT landauf [9643] * code/branches/core6/src/libraries/core/class/Identifier.h (modified) bugfix Sun, 11 Aug 2013 19:39:59 GMT landauf [9642] * code/branches/core6/src/libraries/core/class/IdentifierManager.h (modified) * code/branches/core6/src/libraries/network/packet/ClassID.cc (modified) removed unnecessary functions cleanup Sun, 11 Aug 2013 19:33:11 GMT landauf [9641] * code/branches/core6/src/libraries/core/class/Identifier.cc (modified) * code/branches/core6/src/libraries/core/class/Identifier.h (modified) * code/branches/core6/src/libraries/core/class/IdentifierManager.cc (modified) * code/branches/core6/src/libraries/core/class/IdentifierManager.h (modified) removed mutual friend declarations between Identifier and ... Sun, 11 Aug 2013 19:07:38 GMT landauf [9640] * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/CoreIncludes.h (modified) * code/branches/core6/src/libraries/core/Template.cc (modified) * code/branches/core6/src/libraries/core/XMLPort.cc (modified) * code/branches/core6/src/libraries/core/class/Identifier.cc (modified) * code/branches/core6/src/libraries/core/class/Identifier.h (modified) * code/branches/core6/src/libraries/core/class/IdentifierManager.cc (modified) * code/branches/core6/src/libraries/core/class/IdentifierManager.h (modified) * code/branches/core6/src/libraries/core/config/ConfigValueContainer.h (modified) * code/branches/core6/src/libraries/network/packet/ClassID.cc (modified) * code/branches/core6/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/core6/test/core/class/IdentifierClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/IdentifierExternalClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/IdentifierSimpleClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/SubclassIdentifierTest.cc (modified) * code/branches/core6/test/core/class/SuperTest.cc (modified) made IdentifierManager a self-initializing singleton Sun, 11 Aug 2013 16:30:05 GMT landauf [9639] * code/branches/core6/test/core/CMakeLists.txt (modified) * code/branches/core6/test/core/class/IdentifierClassHierarchyTest.cc (added) * code/branches/core6/test/core/class/IdentifierExternalClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/IdentifierSimpleClassHierarchyTest.cc (modified) added tests Sun, 11 Aug 2013 15:52:29 GMT landauf [9638] * code/branches/core6/src/libraries/core/BaseObject.cc (modified) * code/branches/core6/src/libraries/core/CoreIncludes.h (modified) * code/branches/core6/src/libraries/core/Namespace.cc (modified) * code/branches/core6/src/libraries/core/Template.cc (modified) * code/branches/core6/src/libraries/tools/ResourceCollection.cc (modified) * code/branches/core6/src/libraries/tools/ResourceLocation.cc (modified) * code/branches/core6/src/modules/designtools/CreateStars.cc (modified) * code/branches/core6/src/modules/docking/Dock.cc (modified) * code/branches/core6/src/modules/docking/DockToShip.cc (modified) * code/branches/core6/src/modules/docking/DockingController.cc (modified) * code/branches/core6/src/modules/docking/DockingTarget.cc (modified) * code/branches/core6/src/modules/docking/MoveToDockingTarget.cc (modified) * code/branches/core6/src/modules/gametypes/OldRaceCheckPoint.cc (modified) * code/branches/core6/src/modules/gametypes/OldSpaceRace.cc (modified) * code/branches/core6/src/modules/gametypes/RaceCheckPoint.cc (modified) * code/branches/core6/src/modules/gametypes/SpaceRace.cc (modified) * code/branches/core6/src/modules/gametypes/SpaceRaceBot.cc (modified) * code/branches/core6/src/modules/gametypes/SpaceRaceController.cc (modified) * code/branches/core6/src/modules/gametypes/SpaceRaceManager.cc (modified) * code/branches/core6/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/core6/src/modules/notifications/NotificationQueue.cc (modified) * code/branches/core6/src/modules/notifications/NotificationQueueCEGUI.cc (modified) * code/branches/core6/src/modules/notifications/dispatchers/CommandNotification.cc (modified) * code/branches/core6/src/modules/notifications/dispatchers/SimpleNotification.cc (modified) * code/branches/core6/src/modules/objects/Attacher.cc (modified) * code/branches/core6/src/modules/objects/ForceField.cc (modified) * code/branches/core6/src/modules/objects/Planet.cc (modified) * code/branches/core6/src/modules/objects/Script.cc (modified) * code/branches/core6/src/modules/objects/SpaceBoundaries.cc (modified) * code/branches/core6/src/modules/objects/Turret.cc (modified) * code/branches/core6/src/modules/objects/collisionshapes/BoxCollisionShape.cc (modified) * code/branches/core6/src/modules/objects/collisionshapes/ConeCollisionShape.cc (modified) * code/branches/core6/src/modules/objects/collisionshapes/PlaneCollisionShape.cc (modified) * code/branches/core6/src/modules/objects/collisionshapes/SphereCollisionShape.cc (modified) * code/branches/core6/src/modules/objects/eventsystem/EventDispatcher.cc (modified) * code/branches/core6/src/modules/objects/eventsystem/EventFilter.cc (modified) * code/branches/core6/src/modules/objects/eventsystem/EventListener.cc (modified) * code/branches/core6/src/modules/objects/eventsystem/EventName.cc (modified) * code/branches/core6/src/modules/objects/eventsystem/EventTarget.cc (modified) * code/branches/core6/src/modules/objects/triggers/CheckPoint.cc (modified) * code/branches/core6/src/modules/objects/triggers/DistanceMultiTrigger.cc (modified) * code/branches/core6/src/modules/objects/triggers/DistanceTrigger.cc (modified) * code/branches/core6/src/modules/objects/triggers/DistanceTriggerBeacon.cc (modified) * code/branches/core6/src/modules/objects/triggers/EventMultiTrigger.cc (modified) * code/branches/core6/src/modules/objects/triggers/EventTrigger.cc (modified) * code/branches/core6/src/modules/objects/triggers/MultiTrigger.cc (modified) * code/branches/core6/src/modules/objects/triggers/MultiTriggerContainer.cc (modified) * code/branches/core6/src/modules/objects/triggers/Trigger.cc (modified) * code/branches/core6/src/modules/objects/triggers/TriggerBase.cc (modified) * code/branches/core6/src/modules/overlays/FadeoutText.cc (modified) * code/branches/core6/src/modules/overlays/GUIOverlay.cc (modified) * code/branches/core6/src/modules/overlays/OverlayText.cc (modified) * code/branches/core6/src/modules/overlays/debugging/DebugFPSText.cc (modified) * code/branches/core6/src/modules/overlays/debugging/DebugRTRText.cc (modified) * code/branches/core6/src/modules/overlays/hud/AnnounceMessage.cc (modified) * code/branches/core6/src/modules/overlays/hud/ChatOverlay.cc (modified) * code/branches/core6/src/modules/overlays/hud/DeathMessage.cc (modified) * code/branches/core6/src/modules/overlays/hud/GametypeFadingMessage.cc (modified) * code/branches/core6/src/modules/overlays/hud/GametypeStaticMessage.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDBar.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDBoostBar.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDEnemyHealthBar.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDHealthBar.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDRadar.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDTimer.cc (modified) * code/branches/core6/src/modules/overlays/hud/KillMessage.cc (modified) * code/branches/core6/src/modules/overlays/hud/LastManStandingInfos.cc (modified) * code/branches/core6/src/modules/overlays/hud/LastTeamStandingInfos.cc (modified) * code/branches/core6/src/modules/overlays/hud/PauseNotice.cc (modified) * code/branches/core6/src/modules/overlays/hud/TeamBaseMatchScore.cc (modified) * code/branches/core6/src/modules/overlays/stats/Scoreboard.cc (modified) * code/branches/core6/src/modules/overlays/stats/Stats.cc (modified) * code/branches/core6/src/modules/pickup/Pickup.cc (modified) * code/branches/core6/src/modules/pickup/PickupCollection.cc (modified) * code/branches/core6/src/modules/pickup/PickupRepresentation.cc (modified) * code/branches/core6/src/modules/pickup/PickupSpawner.cc (modified) * code/branches/core6/src/modules/pickup/items/DamageBoostPickup.cc (modified) * code/branches/core6/src/modules/pickup/items/DronePickup.cc (modified) * code/branches/core6/src/modules/pickup/items/HealthPickup.cc (modified) * code/branches/core6/src/modules/pickup/items/InvisiblePickup.cc (modified) * code/branches/core6/src/modules/pickup/items/MetaPickup.cc (modified) * code/branches/core6/src/modules/pickup/items/ShieldPickup.cc (modified) * code/branches/core6/src/modules/pickup/items/ShrinkPickup.cc (modified) * code/branches/core6/src/modules/pickup/items/SpeedPickup.cc (modified) * code/branches/core6/src/modules/pong/Pong.cc (modified) * code/branches/core6/src/modules/pong/PongAI.cc (modified) * code/branches/core6/src/modules/pong/PongBall.cc (modified) * code/branches/core6/src/modules/pong/PongBat.cc (modified) * code/branches/core6/src/modules/pong/PongBot.cc (modified) * code/branches/core6/src/modules/pong/PongCenterpoint.cc (modified) * code/branches/core6/src/modules/pong/PongScore.cc (modified) * code/branches/core6/src/modules/portals/PortalEndPoint.cc (modified) * code/branches/core6/src/modules/portals/PortalLink.cc (modified) * code/branches/core6/src/modules/questsystem/GlobalQuest.cc (modified) * code/branches/core6/src/modules/questsystem/LocalQuest.cc (modified) * code/branches/core6/src/modules/questsystem/QuestDescription.cc (modified) * code/branches/core6/src/modules/questsystem/QuestEffectBeacon.cc (modified) * code/branches/core6/src/modules/questsystem/QuestHint.cc (modified) * code/branches/core6/src/modules/questsystem/QuestItem.cc (modified) * code/branches/core6/src/modules/questsystem/QuestListener.cc (modified) * code/branches/core6/src/modules/questsystem/effects/AddQuest.cc (modified) * code/branches/core6/src/modules/questsystem/effects/AddQuestHint.cc (modified) * code/branches/core6/src/modules/questsystem/effects/AddReward.cc (modified) * code/branches/core6/src/modules/questsystem/effects/CompleteQuest.cc (modified) * code/branches/core6/src/modules/questsystem/effects/FailQuest.cc (modified) * code/branches/core6/src/modules/tetris/Tetris.cc (modified) * code/branches/core6/src/modules/tetris/TetrisBrick.cc (modified) * code/branches/core6/src/modules/tetris/TetrisCenterpoint.cc (modified) * code/branches/core6/src/modules/tetris/TetrisScore.cc (modified) * code/branches/core6/src/modules/tetris/TetrisStone.cc (modified) * code/branches/core6/src/modules/towerdefense/Tower.cc (modified) * code/branches/core6/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/core6/src/modules/towerdefense/TowerDefenseCenterpoint.cc (modified) * code/branches/core6/src/modules/towerdefense/TowerDefenseController.cc (modified) * code/branches/core6/src/modules/towerdefense/TowerDefenseHUDController.cc (modified) * code/branches/core6/src/modules/weapons/MuzzleFlash.cc (modified) * code/branches/core6/src/modules/weapons/munitions/FusionMunition.cc (modified) * code/branches/core6/src/modules/weapons/munitions/LaserMunition.cc (modified) * code/branches/core6/src/modules/weapons/munitions/ReplenishingMunition.cc (modified) * code/branches/core6/src/modules/weapons/munitions/RocketMunition.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/BillboardProjectile.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/LightningGunProjectile.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/ParticleProjectile.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/Projectile.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/SimpleRocket.cc (modified) * code/branches/core6/src/modules/weapons/weaponmodes/EnergyDrink.cc (modified) * code/branches/core6/src/modules/weapons/weaponmodes/FusionFire.cc (modified) * code/branches/core6/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/branches/core6/src/modules/weapons/weaponmodes/LaserFire.cc (modified) * code/branches/core6/src/modules/weapons/weaponmodes/LightningGun.cc (modified) * code/branches/core6/src/modules/weapons/weaponmodes/RocketFire.cc (modified) * code/branches/core6/src/modules/weapons/weaponmodes/SimpleRocketFire.cc (modified) * code/branches/core6/src/orxonox/Level.cc (modified) * code/branches/core6/src/orxonox/LevelInfo.cc (modified) * code/branches/core6/src/orxonox/Scene.cc (modified) * code/branches/core6/src/orxonox/Test.cc (modified) * code/branches/core6/src/orxonox/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/core6/src/orxonox/controllers/AIController.cc (modified) * code/branches/core6/src/orxonox/controllers/Controller.cc (modified) * code/branches/core6/src/orxonox/controllers/DroneController.cc (modified) * code/branches/core6/src/orxonox/controllers/HumanController.cc (modified) * code/branches/core6/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/core6/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/core6/src/orxonox/controllers/WaypointController.cc (modified) * code/branches/core6/src/orxonox/controllers/WaypointPatrolController.cc (modified) * code/branches/core6/src/orxonox/gametypes/Asteroids.cc (modified) * code/branches/core6/src/orxonox/gametypes/Deathmatch.cc (modified) * code/branches/core6/src/orxonox/gametypes/Dynamicmatch.cc (modified) * code/branches/core6/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core6/src/orxonox/gametypes/LastManStanding.cc (modified) * code/branches/core6/src/orxonox/gametypes/LastTeamStanding.cc (modified) * code/branches/core6/src/orxonox/gametypes/Mission.cc (modified) * code/branches/core6/src/orxonox/gametypes/TeamBaseMatch.cc (modified) * code/branches/core6/src/orxonox/gametypes/TeamDeathmatch.cc (modified) * code/branches/core6/src/orxonox/gametypes/TeamGametype.cc (modified) * code/branches/core6/src/orxonox/gametypes/UnderAttack.cc (modified) * code/branches/core6/src/orxonox/graphics/AnimatedModel.cc (modified) * code/branches/core6/src/orxonox/graphics/Backlight.cc (modified) * code/branches/core6/src/orxonox/graphics/Billboard.cc (modified) * code/branches/core6/src/orxonox/graphics/BlinkingBillboard.cc (modified) * code/branches/core6/src/orxonox/graphics/Camera.cc (modified) * code/branches/core6/src/orxonox/graphics/FadingBillboard.cc (modified) * code/branches/core6/src/orxonox/graphics/GlobalShader.cc (modified) * code/branches/core6/src/orxonox/graphics/Light.cc (modified) * code/branches/core6/src/orxonox/graphics/MeshLodInformation.cc (modified) * code/branches/core6/src/orxonox/graphics/Model.cc (modified) * code/branches/core6/src/orxonox/graphics/ParticleEmitter.cc (modified) * code/branches/core6/src/orxonox/graphics/ParticleSpawner.cc (modified) * code/branches/core6/src/orxonox/infos/Bot.cc (modified) * code/branches/core6/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/core6/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/core6/src/orxonox/items/Engine.cc (modified) * code/branches/core6/src/orxonox/items/MultiStateEngine.cc (modified) * code/branches/core6/src/orxonox/overlays/GUISheet.cc (modified) * code/branches/core6/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core6/src/orxonox/sound/WorldAmbientSound.cc (modified) * code/branches/core6/src/orxonox/sound/WorldSound.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/DefaultWeaponmodeLink.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/Munition.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/Weapon.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponPack.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponSet.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponSlot.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponSystem.cc (modified) * code/branches/core6/src/orxonox/worldentities/BigExplosion.cc (modified) * code/branches/core6/src/orxonox/worldentities/CameraPosition.cc (modified) * code/branches/core6/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/core6/src/orxonox/worldentities/Drone.cc (modified) * code/branches/core6/src/orxonox/worldentities/EffectContainer.cc (modified) * code/branches/core6/src/orxonox/worldentities/ExplosionChunk.cc (modified) * code/branches/core6/src/orxonox/worldentities/MovableEntity.cc (modified) * code/branches/core6/src/orxonox/worldentities/SpawnPoint.cc (modified) * code/branches/core6/src/orxonox/worldentities/StaticEntity.cc (modified) * code/branches/core6/src/orxonox/worldentities/TeamSpawnPoint.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/Destroyer.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/FpsPlayer.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/Spectator.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/TeamBaseMatchBase.cc (modified) * code/branches/core6/test/core/class/SubclassIdentifierTest.cc (modified) * code/branches/core6/test/core/class/SuperTest.cc (modified) renamed CreateFactory() as RegisterClass() to be more consistent with ... Sun, 11 Aug 2013 14:23:41 GMT landauf [9637] * code/branches/core6/src/libraries/core/CoreIncludes.h (modified) * code/branches/core6/src/libraries/core/object/ClassFactory.h (modified) * code/branches/core6/test/core/class/IdentifierExternalClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/IdentifierSimpleClassHierarchyTest.cc (modified) * code/branches/core6/test/core/object/ClassFactoryTest.cc (modified) removed constructor arguments from ClassFactories. use the helper- ... Sun, 11 Aug 2013 12:41:37 GMT landauf [9636] * code/branches/core6/test/core/CMakeLists.txt (modified) * code/branches/core6/test/core/class/IdentifierExternalClassHierarchyTest.cc (added) * code/branches/core6/test/core/class/IdentifierSimpleClassHierarchyTest.cc (added) added tests Sun, 11 Aug 2013 12:38:03 GMT landauf [9635] * code/branches/core6/src/libraries/core/CoreIncludes.h (modified) * code/branches/core6/src/libraries/core/CorePrereqs.h (modified) * code/branches/core6/src/libraries/core/object/ClassFactory.h (modified) * code/branches/core6/test/core/object/ClassFactoryTest.cc (modified) added Factory for classes that don't require a Context as constructor ... Sun, 11 Aug 2013 12:36:31 GMT landauf [9634] * code/branches/core6/src/libraries/core/class/Identifier.h (modified) * code/branches/core6/src/libraries/core/class/IdentifierManager.cc (modified) reset static maps and variables after destroying identifiers iterate ... Sun, 11 Aug 2013 09:02:59 GMT landauf [9633] * code/branches/core6/src/libraries/core/object/ClassFactory.h (modified) forgot one line in the previous commit Sun, 11 Aug 2013 09:00:43 GMT landauf [9632] * code/branches/core6/src/libraries/core/class/Identifier.cc (modified) * code/branches/core6/src/libraries/core/class/Identifier.h (modified) * code/branches/core6/src/libraries/core/class/IdentifierManager.cc (modified) * code/branches/core6/src/libraries/core/class/SubclassIdentifier.h (modified) * code/branches/core6/src/libraries/core/object/ClassFactory.h (modified) * code/branches/core6/test/core/object/ClassFactoryTest.cc (modified) Factory::fabricate() returns an Identifiable Sat, 10 Aug 2013 10:15:13 GMT landauf [9631] * code/branches/core6/src/libraries/network/synchronisable/Synchronisable.cc (modified) fixed multiplayer Fri, 09 Aug 2013 19:28:06 GMT landauf [9630] * code/branches/core6/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core6/src/orxonox/overlays/OverlayGroup.h (modified) propagate a new Gametype to all elements of an OverlayGroup (fixes ... Fri, 09 Aug 2013 19:26:46 GMT landauf [9629] * code/branches/core6/src/libraries/core/BaseObject.cc (modified) * code/branches/core6/src/libraries/core/BaseObject.h (modified) * code/branches/core6/src/libraries/core/Loader.cc (modified) * code/branches/core6/src/libraries/core/Namespace.cc (modified) * code/branches/core6/src/libraries/core/Namespace.h (modified) * code/branches/core6/src/libraries/core/Template.cc (modified) * code/branches/core6/src/libraries/core/Template.h (modified) * code/branches/core6/src/libraries/core/XMLPort.cc (modified) * code/branches/core6/src/libraries/core/class/Identifier.cc (modified) * code/branches/core6/src/libraries/core/class/Identifier.h (modified) * code/branches/core6/src/libraries/core/class/SubclassIdentifier.h (modified) * code/branches/core6/src/libraries/core/object/ClassFactory.h (modified) * code/branches/core6/src/libraries/core/object/Context.cc (modified) * code/branches/core6/src/libraries/core/object/Context.h (modified) * code/branches/core6/src/libraries/network/packet/Gamestate.cc (modified) * code/branches/core6/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/core6/src/libraries/network/synchronisable/Synchronisable.h (modified) * code/branches/core6/src/libraries/tools/ResourceCollection.cc (modified) * code/branches/core6/src/libraries/tools/ResourceCollection.h (modified) * code/branches/core6/src/libraries/tools/ResourceLocation.cc (modified) * code/branches/core6/src/libraries/tools/ResourceLocation.h (modified) * code/branches/core6/src/modules/designtools/CreateStars.cc (modified) * code/branches/core6/src/modules/designtools/CreateStars.h (modified) * code/branches/core6/src/modules/docking/Dock.cc (modified) * code/branches/core6/src/modules/docking/Dock.h (modified) * code/branches/core6/src/modules/docking/DockToShip.cc (modified) * code/branches/core6/src/modules/docking/DockToShip.h (modified) * code/branches/core6/src/modules/docking/DockingAnimation.cc (modified) * code/branches/core6/src/modules/docking/DockingAnimation.h (modified) * code/branches/core6/src/modules/docking/DockingController.cc (modified) * code/branches/core6/src/modules/docking/DockingController.h (modified) * code/branches/core6/src/modules/docking/DockingEffect.cc (modified) * code/branches/core6/src/modules/docking/DockingEffect.h (modified) * code/branches/core6/src/modules/docking/DockingTarget.cc (modified) * code/branches/core6/src/modules/docking/DockingTarget.h (modified) * code/branches/core6/src/modules/docking/MoveToDockingTarget.cc (modified) * code/branches/core6/src/modules/docking/MoveToDockingTarget.h (modified) * code/branches/core6/src/modules/gametypes/OldRaceCheckPoint.cc (modified) * code/branches/core6/src/modules/gametypes/OldRaceCheckPoint.h (modified) * code/branches/core6/src/modules/gametypes/OldSpaceRace.cc (modified) * code/branches/core6/src/modules/gametypes/OldSpaceRace.h (modified) * code/branches/core6/src/modules/gametypes/RaceCheckPoint.cc (modified) * code/branches/core6/src/modules/gametypes/RaceCheckPoint.h (modified) * code/branches/core6/src/modules/gametypes/SpaceRace.cc (modified) * code/branches/core6/src/modules/gametypes/SpaceRace.h (modified) * code/branches/core6/src/modules/gametypes/SpaceRaceBot.cc (modified) * code/branches/core6/src/modules/gametypes/SpaceRaceBot.h (modified) * code/branches/core6/src/modules/gametypes/SpaceRaceController.cc (modified) * code/branches/core6/src/modules/gametypes/SpaceRaceController.h (modified) * code/branches/core6/src/modules/gametypes/SpaceRaceManager.cc (modified) * code/branches/core6/src/modules/gametypes/SpaceRaceManager.h (modified) * code/branches/core6/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/core6/src/modules/notifications/NotificationDispatcher.h (modified) * code/branches/core6/src/modules/notifications/NotificationQueue.cc (modified) * code/branches/core6/src/modules/notifications/NotificationQueue.h (modified) * code/branches/core6/src/modules/notifications/NotificationQueueCEGUI.cc (modified) * code/branches/core6/src/modules/notifications/NotificationQueueCEGUI.h (modified) * code/branches/core6/src/modules/notifications/dispatchers/CommandNotification.cc (modified) * code/branches/core6/src/modules/notifications/dispatchers/CommandNotification.h (modified) * code/branches/core6/src/modules/notifications/dispatchers/SimpleNotification.cc (modified) * code/branches/core6/src/modules/notifications/dispatchers/SimpleNotification.h (modified) * code/branches/core6/src/modules/objects/Attacher.cc (modified) * code/branches/core6/src/modules/objects/Attacher.h (modified) * code/branches/core6/src/modules/objects/ForceField.cc (modified) * code/branches/core6/src/modules/objects/ForceField.h (modified) * code/branches/core6/src/modules/objects/Planet.cc (modified) * code/branches/core6/src/modules/objects/Planet.h (modified) * code/branches/core6/src/modules/objects/Script.cc (modified) * code/branches/core6/src/modules/objects/Script.h (modified) * code/branches/core6/src/modules/objects/SpaceBoundaries.cc (modified) * code/branches/core6/src/modules/objects/SpaceBoundaries.h (modified) * code/branches/core6/src/modules/objects/Turret.cc (modified) * code/branches/core6/src/modules/objects/Turret.h (modified) * code/branches/core6/src/modules/objects/collisionshapes/BoxCollisionShape.cc (modified) * code/branches/core6/src/modules/objects/collisionshapes/BoxCollisionShape.h (modified) * code/branches/core6/src/modules/objects/collisionshapes/ConeCollisionShape.cc (modified) * code/branches/core6/src/modules/objects/collisionshapes/ConeCollisionShape.h (modified) * code/branches/core6/src/modules/objects/collisionshapes/PlaneCollisionShape.cc (modified) * code/branches/core6/src/modules/objects/collisionshapes/PlaneCollisionShape.h (modified) * code/branches/core6/src/modules/objects/collisionshapes/SphereCollisionShape.cc (modified) * code/branches/core6/src/modules/objects/collisionshapes/SphereCollisionShape.h (modified) * code/branches/core6/src/modules/objects/eventsystem/EventDispatcher.cc (modified) * code/branches/core6/src/modules/objects/eventsystem/EventDispatcher.h (modified) * code/branches/core6/src/modules/objects/eventsystem/EventFilter.cc (modified) * code/branches/core6/src/modules/objects/eventsystem/EventFilter.h (modified) * code/branches/core6/src/modules/objects/eventsystem/EventListener.cc (modified) * code/branches/core6/src/modules/objects/eventsystem/EventListener.h (modified) * code/branches/core6/src/modules/objects/eventsystem/EventName.cc (modified) * code/branches/core6/src/modules/objects/eventsystem/EventName.h (modified) * code/branches/core6/src/modules/objects/eventsystem/EventTarget.cc (modified) * code/branches/core6/src/modules/objects/eventsystem/EventTarget.h (modified) * code/branches/core6/src/modules/objects/triggers/CheckPoint.cc (modified) * code/branches/core6/src/modules/objects/triggers/CheckPoint.h (modified) * code/branches/core6/src/modules/objects/triggers/DistanceMultiTrigger.cc (modified) * code/branches/core6/src/modules/objects/triggers/DistanceMultiTrigger.h (modified) * code/branches/core6/src/modules/objects/triggers/DistanceTrigger.cc (modified) * code/branches/core6/src/modules/objects/triggers/DistanceTrigger.h (modified) * code/branches/core6/src/modules/objects/triggers/DistanceTriggerBeacon.cc (modified) * code/branches/core6/src/modules/objects/triggers/DistanceTriggerBeacon.h (modified) * code/branches/core6/src/modules/objects/triggers/EventMultiTrigger.cc (modified) * code/branches/core6/src/modules/objects/triggers/EventMultiTrigger.h (modified) * code/branches/core6/src/modules/objects/triggers/EventTrigger.cc (modified) * code/branches/core6/src/modules/objects/triggers/EventTrigger.h (modified) * code/branches/core6/src/modules/objects/triggers/MultiTrigger.cc (modified) * code/branches/core6/src/modules/objects/triggers/MultiTrigger.h (modified) * code/branches/core6/src/modules/objects/triggers/MultiTriggerContainer.cc (modified) * code/branches/core6/src/modules/objects/triggers/MultiTriggerContainer.h (modified) * code/branches/core6/src/modules/objects/triggers/Trigger.cc (modified) * code/branches/core6/src/modules/objects/triggers/Trigger.h (modified) * code/branches/core6/src/modules/objects/triggers/TriggerBase.cc (modified) * code/branches/core6/src/modules/objects/triggers/TriggerBase.h (modified) * code/branches/core6/src/modules/overlays/FadeoutText.cc (modified) * code/branches/core6/src/modules/overlays/FadeoutText.h (modified) * code/branches/core6/src/modules/overlays/GUIOverlay.cc (modified) * code/branches/core6/src/modules/overlays/GUIOverlay.h (modified) * code/branches/core6/src/modules/overlays/OverlayText.cc (modified) * code/branches/core6/src/modules/overlays/OverlayText.h (modified) * code/branches/core6/src/modules/overlays/debugging/DebugFPSText.cc (modified) * code/branches/core6/src/modules/overlays/debugging/DebugFPSText.h (modified) * code/branches/core6/src/modules/overlays/debugging/DebugRTRText.cc (modified) * code/branches/core6/src/modules/overlays/debugging/DebugRTRText.h (modified) * code/branches/core6/src/modules/overlays/hud/AnnounceMessage.cc (modified) * code/branches/core6/src/modules/overlays/hud/AnnounceMessage.h (modified) * code/branches/core6/src/modules/overlays/hud/ChatOverlay.cc (modified) * code/branches/core6/src/modules/overlays/hud/ChatOverlay.h (modified) * code/branches/core6/src/modules/overlays/hud/DeathMessage.cc (modified) * code/branches/core6/src/modules/overlays/hud/DeathMessage.h (modified) * code/branches/core6/src/modules/overlays/hud/GametypeFadingMessage.cc (modified) * code/branches/core6/src/modules/overlays/hud/GametypeFadingMessage.h (modified) * code/branches/core6/src/modules/overlays/hud/GametypeStaticMessage.cc (modified) * code/branches/core6/src/modules/overlays/hud/GametypeStaticMessage.h (modified) * code/branches/core6/src/modules/overlays/hud/HUDBar.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDBar.h (modified) * code/branches/core6/src/modules/overlays/hud/HUDBoostBar.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDBoostBar.h (modified) * code/branches/core6/src/modules/overlays/hud/HUDEnemyHealthBar.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDEnemyHealthBar.h (modified) * code/branches/core6/src/modules/overlays/hud/HUDHealthBar.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDHealthBar.h (modified) * code/branches/core6/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDNavigation.h (modified) * code/branches/core6/src/modules/overlays/hud/HUDRadar.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDRadar.h (modified) * code/branches/core6/src/modules/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDSpeedBar.h (modified) * code/branches/core6/src/modules/overlays/hud/HUDTimer.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDTimer.h (modified) * code/branches/core6/src/modules/overlays/hud/KillMessage.cc (modified) * code/branches/core6/src/modules/overlays/hud/KillMessage.h (modified) * code/branches/core6/src/modules/overlays/hud/LastManStandingInfos.cc (modified) * code/branches/core6/src/modules/overlays/hud/LastManStandingInfos.h (modified) * code/branches/core6/src/modules/overlays/hud/LastTeamStandingInfos.cc (modified) * code/branches/core6/src/modules/overlays/hud/LastTeamStandingInfos.h (modified) * code/branches/core6/src/modules/overlays/hud/PauseNotice.cc (modified) * code/branches/core6/src/modules/overlays/hud/PauseNotice.h (modified) * code/branches/core6/src/modules/overlays/hud/TeamBaseMatchScore.cc (modified) * code/branches/core6/src/modules/overlays/hud/TeamBaseMatchScore.h (modified) * code/branches/core6/src/modules/overlays/stats/Scoreboard.cc (modified) * code/branches/core6/src/modules/overlays/stats/Scoreboard.h (modified) * code/branches/core6/src/modules/overlays/stats/Stats.cc (modified) * code/branches/core6/src/modules/overlays/stats/Stats.h (modified) * code/branches/core6/src/modules/pickup/Pickup.cc (modified) * code/branches/core6/src/modules/pickup/Pickup.h (modified) * code/branches/core6/src/modules/pickup/PickupCollection.cc (modified) * code/branches/core6/src/modules/pickup/PickupCollection.h (modified) * code/branches/core6/src/modules/pickup/PickupRepresentation.cc (modified) * code/branches/core6/src/modules/pickup/PickupRepresentation.h (modified) * code/branches/core6/src/modules/pickup/PickupSpawner.cc (modified) * code/branches/core6/src/modules/pickup/PickupSpawner.h (modified) * code/branches/core6/src/modules/pickup/items/DamageBoostPickup.cc (modified) * code/branches/core6/src/modules/pickup/items/DamageBoostPickup.h (modified) * code/branches/core6/src/modules/pickup/items/DronePickup.cc (modified) * code/branches/core6/src/modules/pickup/items/DronePickup.h (modified) * code/branches/core6/src/modules/pickup/items/HealthPickup.cc (modified) * code/branches/core6/src/modules/pickup/items/HealthPickup.h (modified) * code/branches/core6/src/modules/pickup/items/InvisiblePickup.cc (modified) * code/branches/core6/src/modules/pickup/items/InvisiblePickup.h (modified) * code/branches/core6/src/modules/pickup/items/MetaPickup.cc (modified) * code/branches/core6/src/modules/pickup/items/MetaPickup.h (modified) * code/branches/core6/src/modules/pickup/items/ShieldPickup.cc (modified) * code/branches/core6/src/modules/pickup/items/ShieldPickup.h (modified) * code/branches/core6/src/modules/pickup/items/ShrinkPickup.cc (modified) * code/branches/core6/src/modules/pickup/items/ShrinkPickup.h (modified) * code/branches/core6/src/modules/pickup/items/SpeedPickup.cc (modified) * code/branches/core6/src/modules/pickup/items/SpeedPickup.h (modified) * code/branches/core6/src/modules/pong/Pong.cc (modified) * code/branches/core6/src/modules/pong/Pong.h (modified) * code/branches/core6/src/modules/pong/PongAI.cc (modified) * code/branches/core6/src/modules/pong/PongAI.h (modified) * code/branches/core6/src/modules/pong/PongBall.cc (modified) * code/branches/core6/src/modules/pong/PongBall.h (modified) * code/branches/core6/src/modules/pong/PongBat.cc (modified) * code/branches/core6/src/modules/pong/PongBat.h (modified) * code/branches/core6/src/modules/pong/PongBot.cc (modified) * code/branches/core6/src/modules/pong/PongBot.h (modified) * code/branches/core6/src/modules/pong/PongCenterpoint.cc (modified) * code/branches/core6/src/modules/pong/PongCenterpoint.h (modified) * code/branches/core6/src/modules/pong/PongScore.cc (modified) * code/branches/core6/src/modules/pong/PongScore.h (modified) * code/branches/core6/src/modules/portals/PortalEndPoint.cc (modified) * code/branches/core6/src/modules/portals/PortalEndPoint.h (modified) * code/branches/core6/src/modules/portals/PortalLink.cc (modified) * code/branches/core6/src/modules/portals/PortalLink.h (modified) * code/branches/core6/src/modules/questsystem/GlobalQuest.cc (modified) * code/branches/core6/src/modules/questsystem/GlobalQuest.h (modified) * code/branches/core6/src/modules/questsystem/LocalQuest.cc (modified) * code/branches/core6/src/modules/questsystem/LocalQuest.h (modified) * code/branches/core6/src/modules/questsystem/Quest.cc (modified) * code/branches/core6/src/modules/questsystem/Quest.h (modified) * code/branches/core6/src/modules/questsystem/QuestDescription.cc (modified) * code/branches/core6/src/modules/questsystem/QuestDescription.h (modified) * code/branches/core6/src/modules/questsystem/QuestEffect.cc (modified) * code/branches/core6/src/modules/questsystem/QuestEffect.h (modified) * code/branches/core6/src/modules/questsystem/QuestEffectBeacon.cc (modified) * code/branches/core6/src/modules/questsystem/QuestEffectBeacon.h (modified) * code/branches/core6/src/modules/questsystem/QuestHint.cc (modified) * code/branches/core6/src/modules/questsystem/QuestHint.h (modified) * code/branches/core6/src/modules/questsystem/QuestItem.cc (modified) * code/branches/core6/src/modules/questsystem/QuestItem.h (modified) * code/branches/core6/src/modules/questsystem/QuestListener.cc (modified) * code/branches/core6/src/modules/questsystem/QuestListener.h (modified) * code/branches/core6/src/modules/questsystem/effects/AddQuest.cc (modified) * code/branches/core6/src/modules/questsystem/effects/AddQuest.h (modified) * code/branches/core6/src/modules/questsystem/effects/AddQuestHint.cc (modified) * code/branches/core6/src/modules/questsystem/effects/AddQuestHint.h (modified) * code/branches/core6/src/modules/questsystem/effects/AddReward.cc (modified) * code/branches/core6/src/modules/questsystem/effects/AddReward.h (modified) * code/branches/core6/src/modules/questsystem/effects/ChangeQuestStatus.cc (modified) * code/branches/core6/src/modules/questsystem/effects/ChangeQuestStatus.h (modified) * code/branches/core6/src/modules/questsystem/effects/CompleteQuest.cc (modified) * code/branches/core6/src/modules/questsystem/effects/CompleteQuest.h (modified) * code/branches/core6/src/modules/questsystem/effects/FailQuest.cc (modified) * code/branches/core6/src/modules/questsystem/effects/FailQuest.h (modified) * code/branches/core6/src/modules/tetris/Tetris.cc (modified) * code/branches/core6/src/modules/tetris/Tetris.h (modified) * code/branches/core6/src/modules/tetris/TetrisBrick.cc (modified) * code/branches/core6/src/modules/tetris/TetrisBrick.h (modified) * code/branches/core6/src/modules/tetris/TetrisCenterpoint.cc (modified) * code/branches/core6/src/modules/tetris/TetrisCenterpoint.h (modified) * code/branches/core6/src/modules/tetris/TetrisScore.cc (modified) * code/branches/core6/src/modules/tetris/TetrisScore.h (modified) * code/branches/core6/src/modules/tetris/TetrisStone.cc (modified) * code/branches/core6/src/modules/tetris/TetrisStone.h (modified) * code/branches/core6/src/modules/towerdefense/Tower.cc (modified) * code/branches/core6/src/modules/towerdefense/Tower.h (modified) * code/branches/core6/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/core6/src/modules/towerdefense/TowerDefense.h (modified) * code/branches/core6/src/modules/towerdefense/TowerDefenseCenterpoint.cc (modified) * code/branches/core6/src/modules/towerdefense/TowerDefenseCenterpoint.h (modified) * code/branches/core6/src/modules/towerdefense/TowerDefenseController.cc (modified) * code/branches/core6/src/modules/towerdefense/TowerDefenseController.h (modified) * code/branches/core6/src/modules/towerdefense/TowerDefenseHUDController.cc (modified) * code/branches/core6/src/modules/towerdefense/TowerDefenseHUDController.h (modified) * code/branches/core6/src/modules/weapons/MuzzleFlash.cc (modified) * code/branches/core6/src/modules/weapons/MuzzleFlash.h (modified) * code/branches/core6/src/modules/weapons/RocketController.cc (modified) * code/branches/core6/src/modules/weapons/RocketController.h (modified) * code/branches/core6/src/modules/weapons/munitions/FusionMunition.cc (modified) * code/branches/core6/src/modules/weapons/munitions/FusionMunition.h (modified) * code/branches/core6/src/modules/weapons/munitions/LaserMunition.cc (modified) * code/branches/core6/src/modules/weapons/munitions/LaserMunition.h (modified) * code/branches/core6/src/modules/weapons/munitions/ReplenishingMunition.cc (modified) * code/branches/core6/src/modules/weapons/munitions/ReplenishingMunition.h (modified) * code/branches/core6/src/modules/weapons/munitions/RocketMunition.cc (modified) * code/branches/core6/src/modules/weapons/munitions/RocketMunition.h (modified) * code/branches/core6/src/modules/weapons/projectiles/BasicProjectile.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/BillboardProjectile.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/BillboardProjectile.h (modified) * code/branches/core6/src/modules/weapons/projectiles/LightningGunProjectile.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/LightningGunProjectile.h (modified) * code/branches/core6/src/modules/weapons/projectiles/ParticleProjectile.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/ParticleProjectile.h (modified) * code/branches/core6/src/modules/weapons/projectiles/Projectile.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/Projectile.h (modified) * code/branches/core6/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/Rocket.h (modified) * code/branches/core6/src/modules/weapons/projectiles/SimpleRocket.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/SimpleRocket.h (modified) * code/branches/core6/src/modules/weapons/weaponmodes/EnergyDrink.cc (modified) * code/branches/core6/src/modules/weapons/weaponmodes/EnergyDrink.h (modified) * code/branches/core6/src/modules/weapons/weaponmodes/FusionFire.cc (modified) * code/branches/core6/src/modules/weapons/weaponmodes/FusionFire.h (modified) * code/branches/core6/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/branches/core6/src/modules/weapons/weaponmodes/HsW01.h (modified) * code/branches/core6/src/modules/weapons/weaponmodes/LaserFire.cc (modified) * code/branches/core6/src/modules/weapons/weaponmodes/LaserFire.h (modified) * code/branches/core6/src/modules/weapons/weaponmodes/LightningGun.cc (modified) * code/branches/core6/src/modules/weapons/weaponmodes/LightningGun.h (modified) * code/branches/core6/src/modules/weapons/weaponmodes/RocketFire.cc (modified) * code/branches/core6/src/modules/weapons/weaponmodes/RocketFire.h (modified) * code/branches/core6/src/modules/weapons/weaponmodes/SimpleRocketFire.cc (modified) * code/branches/core6/src/modules/weapons/weaponmodes/SimpleRocketFire.h (modified) * code/branches/core6/src/orxonox/Level.cc (modified) * code/branches/core6/src/orxonox/Level.h (modified) * code/branches/core6/src/orxonox/LevelInfo.cc (modified) * code/branches/core6/src/orxonox/LevelInfo.h (modified) * code/branches/core6/src/orxonox/Scene.cc (modified) * code/branches/core6/src/orxonox/Scene.h (modified) * code/branches/core6/src/orxonox/Test.cc (modified) * code/branches/core6/src/orxonox/Test.h (modified) * code/branches/core6/src/orxonox/chat/ChatHistory.cc (modified) * code/branches/core6/src/orxonox/collisionshapes/CollisionShape.cc (modified) * code/branches/core6/src/orxonox/collisionshapes/CollisionShape.h (modified) * code/branches/core6/src/orxonox/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/core6/src/orxonox/collisionshapes/CompoundCollisionShape.h (modified) * code/branches/core6/src/orxonox/collisionshapes/WorldEntityCollisionShape.cc (modified) * code/branches/core6/src/orxonox/collisionshapes/WorldEntityCollisionShape.h (modified) * code/branches/core6/src/orxonox/controllers/AIController.cc (modified) * code/branches/core6/src/orxonox/controllers/AIController.h (modified) * code/branches/core6/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/core6/src/orxonox/controllers/ArtificialController.h (modified) * code/branches/core6/src/orxonox/controllers/Controller.cc (modified) * code/branches/core6/src/orxonox/controllers/Controller.h (modified) * code/branches/core6/src/orxonox/controllers/DroneController.cc (modified) * code/branches/core6/src/orxonox/controllers/DroneController.h (modified) * code/branches/core6/src/orxonox/controllers/FormationController.cc (modified) * code/branches/core6/src/orxonox/controllers/FormationController.h (modified) * code/branches/core6/src/orxonox/controllers/HumanController.cc (modified) * code/branches/core6/src/orxonox/controllers/HumanController.h (modified) * code/branches/core6/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/core6/src/orxonox/controllers/NewHumanController.h (modified) * code/branches/core6/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/core6/src/orxonox/controllers/ScriptController.h (modified) * code/branches/core6/src/orxonox/controllers/WaypointController.cc (modified) * code/branches/core6/src/orxonox/controllers/WaypointController.h (modified) * code/branches/core6/src/orxonox/controllers/WaypointPatrolController.cc (modified) * code/branches/core6/src/orxonox/controllers/WaypointPatrolController.h (modified) * code/branches/core6/src/orxonox/gametypes/Asteroids.cc (modified) * code/branches/core6/src/orxonox/gametypes/Asteroids.h (modified) * code/branches/core6/src/orxonox/gametypes/Deathmatch.cc (modified) * code/branches/core6/src/orxonox/gametypes/Deathmatch.h (modified) * code/branches/core6/src/orxonox/gametypes/Dynamicmatch.cc (modified) * code/branches/core6/src/orxonox/gametypes/Dynamicmatch.h (modified) * code/branches/core6/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core6/src/orxonox/gametypes/Gametype.h (modified) * code/branches/core6/src/orxonox/gametypes/LastManStanding.cc (modified) * code/branches/core6/src/orxonox/gametypes/LastManStanding.h (modified) * code/branches/core6/src/orxonox/gametypes/LastTeamStanding.cc (modified) * code/branches/core6/src/orxonox/gametypes/LastTeamStanding.h (modified) * code/branches/core6/src/orxonox/gametypes/Mission.cc (modified) * code/branches/core6/src/orxonox/gametypes/Mission.h (modified) * code/branches/core6/src/orxonox/gametypes/TeamBaseMatch.cc (modified) * code/branches/core6/src/orxonox/gametypes/TeamBaseMatch.h (modified) * code/branches/core6/src/orxonox/gametypes/TeamDeathmatch.cc (modified) * code/branches/core6/src/orxonox/gametypes/TeamDeathmatch.h (modified) * code/branches/core6/src/orxonox/gametypes/TeamGametype.cc (modified) * code/branches/core6/src/orxonox/gametypes/TeamGametype.h (modified) * code/branches/core6/src/orxonox/gametypes/UnderAttack.cc (modified) * code/branches/core6/src/orxonox/gametypes/UnderAttack.h (modified) * code/branches/core6/src/orxonox/graphics/AnimatedModel.cc (modified) * code/branches/core6/src/orxonox/graphics/AnimatedModel.h (modified) * code/branches/core6/src/orxonox/graphics/Backlight.cc (modified) * code/branches/core6/src/orxonox/graphics/Backlight.h (modified) * code/branches/core6/src/orxonox/graphics/Billboard.cc (modified) * code/branches/core6/src/orxonox/graphics/Billboard.h (modified) * code/branches/core6/src/orxonox/graphics/BlinkingBillboard.cc (modified) * code/branches/core6/src/orxonox/graphics/BlinkingBillboard.h (modified) * code/branches/core6/src/orxonox/graphics/Camera.cc (modified) * code/branches/core6/src/orxonox/graphics/Camera.h (modified) * code/branches/core6/src/orxonox/graphics/FadingBillboard.cc (modified) * code/branches/core6/src/orxonox/graphics/FadingBillboard.h (modified) * code/branches/core6/src/orxonox/graphics/GlobalShader.cc (modified) * code/branches/core6/src/orxonox/graphics/GlobalShader.h (modified) * code/branches/core6/src/orxonox/graphics/Light.cc (modified) * code/branches/core6/src/orxonox/graphics/Light.h (modified) * code/branches/core6/src/orxonox/graphics/MeshLodInformation.cc (modified) * code/branches/core6/src/orxonox/graphics/MeshLodInformation.h (modified) * code/branches/core6/src/orxonox/graphics/Model.cc (modified) * code/branches/core6/src/orxonox/graphics/Model.h (modified) * code/branches/core6/src/orxonox/graphics/ParticleEmitter.cc (modified) * code/branches/core6/src/orxonox/graphics/ParticleEmitter.h (modified) * code/branches/core6/src/orxonox/graphics/ParticleSpawner.cc (modified) * code/branches/core6/src/orxonox/graphics/ParticleSpawner.h (modified) * code/branches/core6/src/orxonox/infos/Bot.cc (modified) * code/branches/core6/src/orxonox/infos/Bot.h (modified) * code/branches/core6/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/core6/src/orxonox/infos/GametypeInfo.h (modified) * code/branches/core6/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/core6/src/orxonox/infos/HumanPlayer.h (modified) * code/branches/core6/src/orxonox/infos/Info.cc (modified) * code/branches/core6/src/orxonox/infos/Info.h (modified) * code/branches/core6/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/core6/src/orxonox/infos/PlayerInfo.h (modified) * code/branches/core6/src/orxonox/items/Engine.cc (modified) * code/branches/core6/src/orxonox/items/Engine.h (modified) * code/branches/core6/src/orxonox/items/Item.cc (modified) * code/branches/core6/src/orxonox/items/Item.h (modified) * code/branches/core6/src/orxonox/items/MultiStateEngine.cc (modified) * code/branches/core6/src/orxonox/items/MultiStateEngine.h (modified) * code/branches/core6/src/orxonox/overlays/GUISheet.cc (modified) * code/branches/core6/src/orxonox/overlays/GUISheet.h (modified) * code/branches/core6/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/core6/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/core6/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core6/src/orxonox/overlays/OverlayGroup.h (modified) * code/branches/core6/src/orxonox/sound/WorldAmbientSound.cc (modified) * code/branches/core6/src/orxonox/sound/WorldAmbientSound.h (modified) * code/branches/core6/src/orxonox/sound/WorldSound.cc (modified) * code/branches/core6/src/orxonox/sound/WorldSound.h (modified) * code/branches/core6/src/orxonox/weaponsystem/DefaultWeaponmodeLink.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/DefaultWeaponmodeLink.h (modified) * code/branches/core6/src/orxonox/weaponsystem/Munition.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/Munition.h (modified) * code/branches/core6/src/orxonox/weaponsystem/Weapon.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/Weapon.h (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponMode.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponMode.h (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponPack.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponPack.h (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponSet.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponSet.h (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponSlot.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponSlot.h (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponSystem.cc (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponSystem.h (modified) * code/branches/core6/src/orxonox/worldentities/BigExplosion.cc (modified) * code/branches/core6/src/orxonox/worldentities/BigExplosion.h (modified) * code/branches/core6/src/orxonox/worldentities/CameraPosition.cc (modified) * code/branches/core6/src/orxonox/worldentities/CameraPosition.h (modified) * code/branches/core6/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/core6/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/core6/src/orxonox/worldentities/Drone.cc (modified) * code/branches/core6/src/orxonox/worldentities/Drone.h (modified) * code/branches/core6/src/orxonox/worldentities/EffectContainer.cc (modified) * code/branches/core6/src/orxonox/worldentities/EffectContainer.h (modified) * code/branches/core6/src/orxonox/worldentities/ExplosionChunk.cc (modified) * code/branches/core6/src/orxonox/worldentities/ExplosionChunk.h (modified) * code/branches/core6/src/orxonox/worldentities/MobileEntity.cc (modified) * code/branches/core6/src/orxonox/worldentities/MobileEntity.h (modified) * code/branches/core6/src/orxonox/worldentities/MovableEntity.cc (modified) * code/branches/core6/src/orxonox/worldentities/MovableEntity.h (modified) * code/branches/core6/src/orxonox/worldentities/SpawnPoint.cc (modified) * code/branches/core6/src/orxonox/worldentities/SpawnPoint.h (modified) * code/branches/core6/src/orxonox/worldentities/StaticEntity.cc (modified) * code/branches/core6/src/orxonox/worldentities/StaticEntity.h (modified) * code/branches/core6/src/orxonox/worldentities/TeamSpawnPoint.cc (modified) * code/branches/core6/src/orxonox/worldentities/TeamSpawnPoint.h (modified) * code/branches/core6/src/orxonox/worldentities/WorldEntity.cc (modified) * code/branches/core6/src/orxonox/worldentities/WorldEntity.h (modified) * code/branches/core6/src/orxonox/worldentities/pawns/Destroyer.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/Destroyer.h (modified) * code/branches/core6/src/orxonox/worldentities/pawns/FpsPlayer.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/FpsPlayer.h (modified) * code/branches/core6/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/Pawn.h (modified) * code/branches/core6/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/SpaceShip.h (modified) * code/branches/core6/src/orxonox/worldentities/pawns/Spectator.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/Spectator.h (modified) * code/branches/core6/src/orxonox/worldentities/pawns/TeamBaseMatchBase.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/TeamBaseMatchBase.h (modified) * code/branches/core6/test/core/class/SubclassIdentifierTest.cc (modified) * code/branches/core6/test/core/class/SuperTest.cc (modified) * code/branches/core6/test/core/object/ContextTest.cc (modified) BaseObject now requires a Context instead of a creator (BaseObject*) ... Fri, 09 Aug 2013 09:28:52 GMT landauf [9628] * code/branches/core6/src/libraries/core/object/ObjectListBase.cc (modified) object list should not delete its elements - they will be deleted by ... Thu, 08 Aug 2013 22:27:05 GMT landauf [9627] * code/branches/core6/src/libraries/core/object/Listable.cc (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.h (modified) * code/branches/core6/test/core/object/ListableTest.cc (modified) fixed bug: Listable::setContext didn't work properly with sub- ... Thu, 08 Aug 2013 22:25:11 GMT landauf [9626] * code/branches/core6/src/libraries/core/class/Identifier.h (modified) fixed compiler issue with msvc Mon, 01 Apr 2013 12:41:07 GMT landauf [9612] * code/branches/core6/src/orxonox/collisionshapes/WorldEntityCollisionShape.cc (modified) * code/branches/core6/src/orxonox/collisionshapes/WorldEntityCollisionShape.h (modified) * code/branches/core6/src/orxonox/worldentities/WorldEntity.cc (modified) set the owner of a WorldEntityCollisionShape independent of the creator Mon, 01 Apr 2013 12:34:27 GMT landauf [9611] * code/branches/core6/src/orxonox/interfaces/RadarViewable.cc (modified) * code/branches/core6/src/orxonox/interfaces/RadarViewable.h (modified) no need to store the creator of a RadarViewable Mon, 01 Apr 2013 08:57:34 GMT landauf [9610] * code/branches/core6/src/libraries/core/object/Context.cc (modified) * code/branches/core6/src/libraries/core/object/Context.h (modified) * code/branches/core6/src/libraries/core/object/Listable.cc (modified) * code/branches/core6/src/libraries/core/object/Listable.h (modified) * code/branches/core6/test/core/CMakeLists.txt (modified) * code/branches/core6/test/core/object/ContextTest.cc (added) context is now a Listable itself as well Mon, 01 Apr 2013 08:54:47 GMT landauf [9609] * code/branches/core6/src/libraries/core/object/Context.cc (modified) context should delete its object lists Sat, 30 Mar 2013 21:40:48 GMT landauf [9608] * code/branches/core6/src/libraries/core/object/Context.cc (modified) * code/branches/core6/src/libraries/core/object/Context.h (modified) * code/branches/core6/src/libraries/core/object/Listable.cc (modified) * code/branches/core6/src/libraries/core/object/Listable.h (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.cc (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.h (modified) * code/branches/core6/test/core/object/ListableTest.cc (modified) * code/branches/core6/test/core/object/ObjectListBaseTest.cc (modified) implemented method to change the context of a Listable. the object ... Sat, 30 Mar 2013 20:38:52 GMT landauf [9607] * code/branches/core6/src/libraries/core/BaseObject.h (modified) * code/branches/core6/src/libraries/core/class/OrxonoxClass.h (modified) * code/branches/core6/src/libraries/tools/Timer.h (modified) * code/branches/core6/test/core/object/IteratorTest.cc (modified) no need to inherit virtually from OrxonoxClass anymore Sat, 30 Mar 2013 18:26:54 GMT landauf [9606] * code/branches/core6/src/libraries/core/ClassTreeMask.cc (modified) * code/branches/core6/src/libraries/core/class/Identifier.cc (modified) * code/branches/core6/src/libraries/core/class/Identifier.h (modified) * code/branches/core6/src/libraries/core/object/Context.cc (modified) * code/branches/core6/src/libraries/core/object/Context.h (modified) * code/branches/core6/src/libraries/core/object/Listable.cc (modified) * code/branches/core6/src/libraries/core/object/Listable.h (modified) * code/branches/core6/src/libraries/core/object/ObjectList.h (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.cc (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.h (modified) * code/branches/core6/test/core/object/ListableTest.cc (modified) object lists are now stored in a Context object instead of Identifiers Sat, 30 Mar 2013 14:38:56 GMT landauf [9605] * code/branches/core6/test/core/CMakeLists.txt (modified) * code/branches/core6/test/core/object/IteratorTest.cc (added) * code/branches/core6/test/core/object/ListableTest.cc (added) * code/branches/core6/test/core/object/ObjectListBaseTest.cc (added) * code/branches/core6/test/core/object/ObjectListIteratorTest.cc (added) added some tests for object list and iterators Sat, 30 Mar 2013 14:38:02 GMT landauf [9604] * code/branches/core6/src/libraries/core/object/ObjectList.h (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.cc (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.h (modified) * code/branches/core6/src/libraries/core/object/ObjectListIterator.h (modified) added some checks and a size() function to object list Fri, 29 Mar 2013 22:26:53 GMT landauf [9603] * code/branches/core6/test/core/CMakeLists.txt (modified) * code/branches/core6/test/core/command (added) * code/branches/core6/test/core/command/CommandTest.cc (added) * code/branches/core6/test/core/object (added) * code/branches/core6/test/core/object/ClassFactoryTest.cc (added) * code/branches/core6/test/core/object/DestroyableTest.cc (added) * code/branches/core6/test/core/object/SmartPtrTest.cc (added) * code/branches/core6/test/core/object/WeakPtrTest.cc (added) added more tests Fri, 29 Mar 2013 21:37:15 GMT landauf [9602] * code/branches/core6/src/libraries/core/class/Identifier.cc (modified) * code/branches/core6/src/libraries/core/class/Identifier.h (modified) * code/branches/core6/src/libraries/core/object/ClassFactory.h (modified) delete factory before setting a new one (mostly for unit tests) Fri, 29 Mar 2013 17:31:05 GMT landauf [9601] * code/branches/core6/test/CMakeLists.txt (modified) * code/branches/core6/test/core (added) * code/branches/core6/test/core/CMakeLists.txt (added) * code/branches/core6/test/core/class (added) * code/branches/core6/test/core/class/IdentifiableTest.cc (added) * code/branches/core6/test/core/class/IdentifierTest.cc (added) * code/branches/core6/test/core/class/OrxonoxClassTest.cc (added) * code/branches/core6/test/core/class/OrxonoxInterfaceTest.cc (added) * code/branches/core6/test/core/class/SubclassIdentifierTest.cc (added) * code/branches/core6/test/core/class/SuperTest.cc (added) added some tests for core Fri, 29 Mar 2013 15:34:31 GMT landauf [9600] * code/branches/core6/src/modules/objects/SpaceBoundaries.cc (modified) * code/branches/core6/src/orxonox/Radar.h (modified) details Fri, 29 Mar 2013 13:33:04 GMT landauf [9599] * code/branches/core6/src/libraries/core/object/IteratorBase.h (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.cc (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.h (modified) added proper interface (ObjectListElementRemovalListener) to notify ... Fri, 29 Mar 2013 13:12:41 GMT landauf [9598] * code/branches/core6/src/libraries/core/object/Iterator.h (modified) * code/branches/core6/src/libraries/core/object/IteratorBase.h (added) * code/branches/core6/src/libraries/core/object/ObjectListIterator.h (modified) added common base template for Iterator and ObjectListIterator in ... Fri, 29 Mar 2013 10:44:22 GMT landauf [9597] * code/branches/core6/src/libraries/core/CorePrereqs.h (modified) * code/branches/core6/src/libraries/core/class/Identifier.h (modified) * code/branches/core6/src/libraries/core/object/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/object/Listable.cc (modified) * code/branches/core6/src/libraries/core/object/Listable.h (modified) * code/branches/core6/src/libraries/core/object/MetaObjectList.cc (deleted) * code/branches/core6/src/libraries/core/object/MetaObjectList.h (deleted) * code/branches/core6/src/libraries/core/object/ObjectListBase.cc (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.h (modified) removed MetaObjectList. replaced it by std::vector because object ... Thu, 28 Mar 2013 23:42:24 GMT landauf [9596] * code/branches/core6/src/libraries/core/object/Iterator.h (modified) * code/branches/core6/src/libraries/core/object/MetaObjectList.cc (modified) * code/branches/core6/src/libraries/core/object/ObjectList.h (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.cc (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.h (modified) ObjectListBaseElement now stores a pointer to the object list it ... Thu, 28 Mar 2013 22:07:49 GMT landauf [9594] * code/branches/core6/cmake/tools/TargetUtilities.cmake (modified) * code/branches/core6/src/CMakeLists.txt (modified) fixed msvc configuration Wed, 27 Mar 2013 22:17:45 GMT landauf [9593] * code/branches/core6/src/libraries/core/class/Identifier.cc (modified) * code/branches/core6/src/libraries/core/class/Identifier.h (modified) * code/branches/core6/src/libraries/core/object/MetaObjectList.cc (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.cc (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.h (modified) moved logic to remove an element from an ObjectListBase from ... Wed, 27 Mar 2013 20:35:06 GMT landauf [9592] * code/branches/core6/src/orxonox/sound/BaseSound.h (modified) BaseSound requires only the object list -> inherit from Listable Wed, 27 Mar 2013 20:31:41 GMT landauf [9591] * code/branches/core6/src/libraries/core/object/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/object/Context.cc (modified) * code/branches/core6/src/libraries/core/object/Context.h (modified) * code/branches/core6/src/libraries/core/object/ContextObject.cc (deleted) * code/branches/core6/src/libraries/core/object/ContextObject.h (deleted) removed ContextObject again Tue, 26 Mar 2013 22:57:26 GMT landauf [9590] * code/branches/core6/src/libraries/core/BaseObject.cc (modified) keep msvc from crying like little sissy Tue, 26 Mar 2013 22:43:43 GMT landauf [9589] * code/branches/core6/src/libraries/core/Core.h (modified) * code/branches/core6/src/libraries/core/ViewportEventListener.h (modified) * code/branches/core6/src/libraries/core/WindowEventListener.h (modified) * code/branches/core6/src/libraries/core/XMLNameListener.h (modified) * code/branches/core6/src/libraries/core/command/IOConsolePOSIX.cc (modified) * code/branches/core6/src/libraries/core/command/IOConsoleWindows.cc (modified) * code/branches/core6/src/libraries/core/input/InputManager.cc (modified) * code/branches/core6/src/libraries/core/input/JoyStickQuantityListener.h (modified) * code/branches/core6/src/libraries/network/ClientConnectionListener.h (modified) * code/branches/core6/src/libraries/network/NetworkChatListener.h (modified) * code/branches/core6/src/libraries/network/NetworkFunction.cc (modified) * code/branches/core6/src/libraries/network/NetworkFunction.h (modified) * code/branches/core6/src/libraries/tools/interfaces/TimeFactorListener.h (modified) * code/branches/core6/src/modules/weapons/projectiles/ParticleProjectile.cc (modified) * code/branches/core6/src/orxonox/chat/ChatListener.h (modified) * code/branches/core6/src/orxonox/graphics/ParticleEmitter.cc (modified) * code/branches/core6/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core6/src/orxonox/worldentities/BigExplosion.cc (modified) * code/branches/core6/src/orxonox/worldentities/ExplosionChunk.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) interfaces which are part of the framework and only rely on the ... Tue, 26 Mar 2013 22:40:05 GMT landauf [9588] * code/branches/core6/src/libraries/core/input/JoyStick.h (modified) * code/branches/core6/src/libraries/network/WANDiscoverable.h (modified) JoyStick and WANDiscoverable use only config values -> inherit from ... Tue, 26 Mar 2013 22:33:01 GMT landauf [9587] * code/branches/core6/src/libraries/network/synchronisable/Synchronisable.h (modified) * code/branches/core6/src/libraries/tools/interfaces/Tickable.h (modified) I decided that Synchronisable and Tickable should also be ... Tue, 26 Mar 2013 22:30:57 GMT landauf [9586] * code/branches/core6/src/libraries/core/class/Identifier.h (modified) call setConfigValues() only if the class is actually a Configurable Tue, 26 Mar 2013 22:01:08 GMT landauf [9585] * code/branches/core6/src/libraries/core/CorePrereqs.h (modified) * code/branches/core6/src/libraries/core/class/OrxonoxClass.h (modified) * code/branches/core6/src/libraries/core/class/OrxonoxInterface.h (added) * code/branches/core6/src/modules/weapons/projectiles/BasicProjectile.h (modified) * code/branches/core6/src/orxonox/LevelInfo.h (modified) * code/branches/core6/src/orxonox/MoodManager.h (modified) * code/branches/core6/src/orxonox/interfaces/GametypeMessageListener.h (modified) * code/branches/core6/src/orxonox/interfaces/NotificationListener.h (modified) * code/branches/core6/src/orxonox/interfaces/PickupCarrier.h (modified) * code/branches/core6/src/orxonox/interfaces/PickupListener.h (modified) * code/branches/core6/src/orxonox/interfaces/Pickupable.h (modified) * code/branches/core6/src/orxonox/interfaces/PlayerTrigger.h (modified) * code/branches/core6/src/orxonox/interfaces/RadarListener.h (modified) * code/branches/core6/src/orxonox/interfaces/RadarViewable.h (modified) * code/branches/core6/src/orxonox/interfaces/Rewardable.h (modified) * code/branches/core6/src/orxonox/interfaces/TeamColourable.h (modified) added OrxonoxInterface, a base class for interfaces within the game ... Mon, 25 Mar 2013 22:39:50 GMT landauf [9579] * code/branches/core6/src/libraries/network/WANDiscoverable.h (modified) * code/branches/core6/src/libraries/network/WANDiscovery.h (modified) * code/branches/core6/src/libraries/network/packet/Gamestate.cc (modified) * code/branches/core6/src/libraries/network/synchronisable/Serialise.h (modified) * code/branches/core6/src/libraries/network/synchronisable/Synchronisable.h (modified) * code/branches/core6/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core6/src/modules/docking/Dock.h (modified) * code/branches/core6/src/modules/docking/DockingAnimation.cc (modified) * code/branches/core6/src/modules/docking/DockingAnimation.h (modified) * code/branches/core6/src/modules/docking/DockingController.cc (modified) * code/branches/core6/src/modules/docking/DockingEffect.cc (modified) * code/branches/core6/src/modules/docking/DockingEffect.h (modified) * code/branches/core6/src/modules/docking/DockingPrecompiledHeaders.h (modified) * code/branches/core6/src/modules/docking/DockingTarget.cc (modified) * code/branches/core6/src/modules/docking/MoveToDockingTarget.cc (modified) * code/branches/core6/src/modules/objects/SpaceBoundaries.h (modified) * code/branches/core6/src/modules/pong/PongAI.h (modified) * code/branches/core6/src/modules/towerdefense/TowerDefense.cc (modified) cleaned up some includes Mon, 25 Mar 2013 22:05:13 GMT landauf [9578] * code/branches/core6/src/libraries/core/Core.h (modified) * code/branches/core6/src/libraries/core/Game.h (modified) * code/branches/core6/src/libraries/core/GraphicsManager.h (modified) * code/branches/core6/src/libraries/core/command/Shell.cc (modified) * code/branches/core6/src/libraries/core/input/InputBuffer.h (modified) * code/branches/core6/src/libraries/core/input/InputManager.cc (modified) * code/branches/core6/src/libraries/core/input/KeyBinderManager.h (modified) * code/branches/core6/src/libraries/network/WANDiscovery.h (modified) * code/branches/core6/src/modules/designtools/ScreenshotManager.h (modified) * code/branches/core6/src/modules/designtools/SkyboxGenerator.h (modified) * code/branches/core6/src/modules/questsystem/QuestManager.cc (modified) * code/branches/core6/src/modules/questsystem/QuestManager.h (modified) * code/branches/core6/src/orxonox/CameraManager.cc (modified) * code/branches/core6/src/orxonox/CameraManager.h (modified) * code/branches/core6/src/orxonox/LevelManager.h (modified) * code/branches/core6/src/orxonox/MoodManager.h (modified) * code/branches/core6/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/core6/src/orxonox/sound/SoundManager.h (modified) made some classes (mostly singletons) inherit from Configurable ... Mon, 25 Mar 2013 21:20:21 GMT landauf [9577] * code/branches/core6/src/libraries/core/CorePrereqs.h (modified) * code/branches/core6/src/libraries/core/class/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/class/OrxonoxClass.cc (deleted) * code/branches/core6/src/libraries/core/class/OrxonoxClass.h (modified) * code/branches/core6/src/libraries/core/config/Configurable.h (added) moved setConfigValues() from OrxonoxClass to Configurable. This new ... Sun, 24 Mar 2013 21:48:47 GMT landauf [9574] * code/branches/core6/src/libraries/core/class/Identifiable.cc (modified) * code/branches/core6/src/libraries/core/class/Identifiable.h (modified) * code/branches/core6/src/libraries/core/command/Shell.h (modified) cleanup Sun, 24 Mar 2013 21:43:27 GMT landauf [9573] * code/branches/core6/src/libraries/core/object/Iterator.h (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.cc (modified) * code/branches/core6/src/libraries/core/object/ObjectListBase.h (modified) * code/branches/core6/src/libraries/core/object/ObjectListIterator.h (modified) using Listable instead of OrxonoxClass as base class in object lists Sun, 24 Mar 2013 21:30:39 GMT landauf [9572] * code/branches/core6/src/libraries/core/CorePrereqs.h (modified) * code/branches/core6/src/libraries/core/class/Identifiable.cc (modified) * code/branches/core6/src/libraries/core/class/Identifiable.h (modified) * code/branches/core6/src/libraries/core/class/Identifier.h (modified) * code/branches/core6/src/libraries/core/class/OrxonoxClass.h (modified) * code/branches/core6/src/libraries/core/object/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/object/Listable.cc (added) * code/branches/core6/src/libraries/core/object/Listable.h (added) moved meta-object-list from Identifiable to Listable, a new base ... Sun, 24 Mar 2013 20:03:22 GMT landauf [9571] * code/branches/core6/src/libraries/core/command/Functor.h (modified) * code/branches/core6/src/libraries/core/object/SmartPtr.h (modified) * code/branches/core6/src/libraries/core/object/WeakPtr.h (modified) * code/branches/core6/src/libraries/util/ScopedSingletonManager.h (modified) * code/branches/core6/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/core6/src/orxonox/interfaces/Pickupable.h (modified) using Destroyable instead of OrxonoxClass now wherever the ... Sun, 24 Mar 2013 19:51:37 GMT landauf [9570] * code/branches/core6/src/libraries/core/CorePrereqs.h (modified) * code/branches/core6/src/libraries/core/class/Identifiable.h (modified) * code/branches/core6/src/libraries/core/class/OrxonoxClass.cc (modified) * code/branches/core6/src/libraries/core/class/OrxonoxClass.h (modified) * code/branches/core6/src/libraries/core/object/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/object/Destroyable.cc (copied) * code/branches/core6/src/libraries/core/object/Destroyable.h (copied) moved functions and attributes needed to safely destroy objects from ... Sun, 24 Mar 2013 18:31:22 GMT landauf [9569] * code/branches/core6/src/libraries/core/config/SettingsConfigFile.cc (modified) I guess 'void' makes more sense here Sun, 24 Mar 2013 18:26:46 GMT landauf [9568] * code/branches/core6/src/libraries/core/class/Super.h (modified) Super depends on Identifiable now Sun, 24 Mar 2013 18:18:06 GMT landauf [9567] * code/branches/core6/src/libraries/core/CoreIncludes.h (modified) * code/branches/core6/src/libraries/core/GUIManager.h (modified) * code/branches/core6/src/libraries/core/class/Identifiable.cc (modified) * code/branches/core6/src/libraries/core/command/Shell.h (modified) * code/branches/core6/src/modules/notifications/NotificationManager.h (modified) * code/branches/core6/src/modules/weapons/projectiles/BasicProjectile.cc (modified) * code/branches/core6/src/orxonox/controllers/FormationController.h (modified) * code/branches/core6/src/orxonox/gamestates/GSLevel.h (modified) details Sun, 24 Mar 2013 17:37:06 GMT landauf [9566] * code/branches/core6/src/libraries/core/class/Identifier.h (modified) details Sun, 24 Mar 2013 17:34:23 GMT landauf [9565] * code/branches/core6/src/libraries/core/CorePrereqs.h (modified) * code/branches/core6/src/libraries/core/class/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/class/Identifiable.cc (copied) * code/branches/core6/src/libraries/core/class/Identifiable.h (copied) * code/branches/core6/src/libraries/core/class/OrxonoxClass.cc (modified) * code/branches/core6/src/libraries/core/class/OrxonoxClass.h (modified) moved functions and attributes needed to identify the class from ... Sun, 24 Mar 2013 17:08:42 GMT landauf [9564] * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/CoreIncludes.h (modified) * code/branches/core6/src/libraries/core/Template.cc (modified) * code/branches/core6/src/libraries/core/XMLPort.cc (modified) * code/branches/core6/src/libraries/core/class/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/class/Identifier.cc (modified) * code/branches/core6/src/libraries/core/class/Identifier.h (modified) * code/branches/core6/src/libraries/core/class/IdentifierManager.cc (copied) * code/branches/core6/src/libraries/core/class/IdentifierManager.h (copied) * code/branches/core6/src/libraries/core/config/ConfigValueContainer.h (modified) * code/branches/core6/src/libraries/network/packet/ClassID.cc (modified) * code/branches/core6/src/libraries/network/synchronisable/Synchronisable.cc (modified) moved static functions from Identifier.cc/h to IdentifierManager.cc/h ... Sun, 24 Mar 2013 16:33:43 GMT landauf [9563] * code/branches/core6/src/libraries/core/BaseObject.h (modified) * code/branches/core6/src/libraries/core/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/ClassTreeMask.cc (modified) * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/Core.h (modified) * code/branches/core6/src/libraries/core/CoreIncludes.h (modified) * code/branches/core6/src/libraries/core/Event.cc (modified) * code/branches/core6/src/libraries/core/GUIManager.h (modified) * code/branches/core6/src/libraries/core/Game.h (modified) * code/branches/core6/src/libraries/core/GraphicsManager.h (modified) * code/branches/core6/src/libraries/core/ViewportEventListener.h (modified) * code/branches/core6/src/libraries/core/WindowEventListener.h (modified) * code/branches/core6/src/libraries/core/XMLNameListener.h (modified) * code/branches/core6/src/libraries/core/XMLPort.h (modified) * code/branches/core6/src/libraries/core/class (added) * code/branches/core6/src/libraries/core/class/CMakeLists.txt (added) * code/branches/core6/src/libraries/core/class/Identifier.cc (moved) * code/branches/core6/src/libraries/core/class/Identifier.h (moved) * code/branches/core6/src/libraries/core/class/OrxonoxClass.cc (moved) * code/branches/core6/src/libraries/core/class/OrxonoxClass.h (moved) * code/branches/core6/src/libraries/core/class/SubclassIdentifier.h (moved) * code/branches/core6/src/libraries/core/class/Super.h (moved) * code/branches/core6/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/core6/src/libraries/core/command/Functor.h (modified) * code/branches/core6/src/libraries/core/command/Shell.h (modified) * code/branches/core6/src/libraries/core/config/ConfigValueContainer.h (modified) * code/branches/core6/src/libraries/core/config/ConfigValueIncludes.h (modified) * code/branches/core6/src/libraries/core/input/InputBuffer.h (modified) * code/branches/core6/src/libraries/core/input/JoyStickQuantityListener.h (modified) * code/branches/core6/src/libraries/core/input/KeyBinderManager.h (modified) * code/branches/core6/src/libraries/core/object/ClassFactory.h (modified) * code/branches/core6/src/libraries/core/object/ContextObject.h (modified) * code/branches/core6/src/libraries/core/object/Iterator.h (modified) * code/branches/core6/src/libraries/core/object/MetaObjectList.cc (modified) * code/branches/core6/src/libraries/core/object/ObjectListIterator.h (modified) * code/branches/core6/src/libraries/core/object/SmartPtr.h (modified) * code/branches/core6/src/libraries/core/object/WeakPtr.h (modified) * code/branches/core6/src/libraries/network/ClientConnectionListener.h (modified) * code/branches/core6/src/libraries/network/NetworkChatListener.h (modified) * code/branches/core6/src/libraries/network/NetworkFunction.h (modified) * code/branches/core6/src/libraries/network/WANDiscoverable.h (modified) * code/branches/core6/src/libraries/network/WANDiscovery.h (modified) * code/branches/core6/src/libraries/network/synchronisable/Synchronisable.h (modified) * code/branches/core6/src/libraries/tools/Timer.h (modified) * code/branches/core6/src/libraries/tools/interfaces/Tickable.h (modified) * code/branches/core6/src/libraries/tools/interfaces/TimeFactorListener.h (modified) * code/branches/core6/src/modules/designtools/ScreenshotManager.h (modified) * code/branches/core6/src/modules/designtools/SkyboxGenerator.h (modified) * code/branches/core6/src/modules/notifications/NotificationManager.h (modified) * code/branches/core6/src/modules/pickup/PickupManager.cc (modified) * code/branches/core6/src/modules/questsystem/QuestManager.h (modified) * code/branches/core6/src/modules/weapons/projectiles/BasicProjectile.h (modified) * code/branches/core6/src/orxonox/CameraManager.h (modified) * code/branches/core6/src/orxonox/LevelInfo.h (modified) * code/branches/core6/src/orxonox/LevelManager.h (modified) * code/branches/core6/src/orxonox/MoodManager.h (modified) * code/branches/core6/src/orxonox/chat/ChatListener.h (modified) * code/branches/core6/src/orxonox/controllers/FormationController.h (modified) * code/branches/core6/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/core6/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/core6/src/orxonox/gametypes/Gametype.h (modified) * code/branches/core6/src/orxonox/infos/PlayerInfo.h (modified) * code/branches/core6/src/orxonox/interfaces/GametypeMessageListener.h (modified) * code/branches/core6/src/orxonox/interfaces/NotificationListener.h (modified) * code/branches/core6/src/orxonox/interfaces/PickupCarrier.cc (modified) * code/branches/core6/src/orxonox/interfaces/PickupCarrier.h (modified) * code/branches/core6/src/orxonox/interfaces/PickupListener.h (modified) * code/branches/core6/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/core6/src/orxonox/interfaces/Pickupable.h (modified) * code/branches/core6/src/orxonox/interfaces/PlayerTrigger.h (modified) * code/branches/core6/src/orxonox/interfaces/RadarListener.h (modified) * code/branches/core6/src/orxonox/interfaces/RadarViewable.h (modified) * code/branches/core6/src/orxonox/interfaces/Rewardable.h (modified) * code/branches/core6/src/orxonox/interfaces/TeamColourable.h (modified) * code/branches/core6/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/core6/src/orxonox/sound/BaseSound.h (modified) * code/branches/core6/src/orxonox/sound/SoundManager.h (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponMode.h (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponSystem.cc (modified) * code/branches/core6/src/orxonox/worldentities/SpawnPoint.h (modified) moved files used for class management to core/class/ Sun, 24 Mar 2013 15:16:01 GMT landauf [9562] * code/branches/core6/src/libraries/core/OrxonoxClass.cc (modified) * code/branches/core6/src/libraries/core/OrxonoxClass.h (modified) * code/branches/core6/src/libraries/core/object/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/object/Context.cc (modified) * code/branches/core6/src/libraries/core/object/Context.h (modified) * code/branches/core6/src/libraries/core/object/ContextObject.cc (added) * code/branches/core6/src/libraries/core/object/ContextObject.h (added) it's probably better to store the context in a seaprate interface ... Sun, 24 Mar 2013 13:02:01 GMT landauf [9561] * code/branches/core6/src/libraries/core/CorePrereqs.h (modified) * code/branches/core6/src/libraries/core/OrxonoxClass.cc (modified) * code/branches/core6/src/libraries/core/OrxonoxClass.h (modified) * code/branches/core6/src/libraries/core/object/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/object/Context.cc (added) * code/branches/core6/src/libraries/core/object/Context.h (added) OrxonoxClass now takes a 'Context' object as constructor argument. ... Sat, 23 Mar 2013 21:48:53 GMT landauf [9560] * code/branches/core6/src/libraries/core/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/Game.cc (modified) * code/branches/core6/src/libraries/core/PathConfig.cc (modified) * code/branches/core6/src/libraries/core/config/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/config/CommandLineParser.cc (moved) * code/branches/core6/src/libraries/core/config/CommandLineParser.h (moved) * code/branches/core6/src/libraries/core/input/InputManager.cc (modified) * code/branches/core6/src/libraries/network/Client.cc (modified) * code/branches/core6/src/orxonox/LevelManager.cc (modified) * code/branches/core6/src/orxonox/Main.cc (modified) * code/branches/core6/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/core6/src/orxonox/gamestates/GSServer.cc (modified) moved CommandLineParser to core/config/ Sat, 23 Mar 2013 20:57:41 GMT landauf [9559] * code/branches/core6/src/libraries/core/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/core6/src/libraries/core/config/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/config/ConfigFile.cc (added) * code/branches/core6/src/libraries/core/config/ConfigFile.h (added) * code/branches/core6/src/libraries/core/config/ConfigFileEntry.h (added) * code/branches/core6/src/libraries/core/config/ConfigFileEntryComment.h (added) * code/branches/core6/src/libraries/core/config/ConfigFileEntryValue.cc (added) * code/branches/core6/src/libraries/core/config/ConfigFileEntryValue.h (added) * code/branches/core6/src/libraries/core/config/ConfigFileEntryVectorValue.cc (added) * code/branches/core6/src/libraries/core/config/ConfigFileEntryVectorValue.h (added) * code/branches/core6/src/libraries/core/config/ConfigFileManager.cc (modified) * code/branches/core6/src/libraries/core/config/ConfigFileManager.h (modified) * code/branches/core6/src/libraries/core/config/ConfigFileSection.cc (added) * code/branches/core6/src/libraries/core/config/ConfigFileSection.h (added) * code/branches/core6/src/libraries/core/config/ConfigValueContainer.cc (modified) * code/branches/core6/src/libraries/core/config/SettingsConfigFile.cc (added) * code/branches/core6/src/libraries/core/config/SettingsConfigFile.h (added) * code/branches/core6/src/libraries/core/input/Button.cc (modified) * code/branches/core6/src/libraries/core/input/JoyStick.cc (modified) * code/branches/core6/src/libraries/core/input/KeyBinder.cc (modified) * code/branches/core6/src/libraries/network/WANDiscovery.h (modified) split ConfigFileManager.h/cc into multiple files, one for each class. ... Sat, 23 Mar 2013 19:42:47 GMT landauf [9558] * code/branches/core6/src/libraries/core/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/GUIManager.cc (modified) * code/branches/core6/src/libraries/core/Game.cc (modified) * code/branches/core6/src/libraries/core/GraphicsManager.cc (modified) * code/branches/core6/src/libraries/core/Identifier.cc (modified) * code/branches/core6/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/core6/src/libraries/core/command/Shell.cc (modified) * code/branches/core6/src/libraries/core/config (added) * code/branches/core6/src/libraries/core/config/CMakeLists.txt (added) * code/branches/core6/src/libraries/core/config/ConfigFileManager.cc (moved) * code/branches/core6/src/libraries/core/config/ConfigFileManager.h (moved) * code/branches/core6/src/libraries/core/config/ConfigValueContainer.cc (moved) * code/branches/core6/src/libraries/core/config/ConfigValueContainer.h (moved) * code/branches/core6/src/libraries/core/config/ConfigValueIncludes.h (moved) * code/branches/core6/src/libraries/core/input/Button.cc (modified) * code/branches/core6/src/libraries/core/input/InputBuffer.cc (modified) * code/branches/core6/src/libraries/core/input/InputManager.cc (modified) * code/branches/core6/src/libraries/core/input/JoyStick.cc (modified) * code/branches/core6/src/libraries/core/input/KeyBinder.cc (modified) * code/branches/core6/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/core6/src/libraries/network/TrafficControl.cc (modified) * code/branches/core6/src/libraries/network/WANDiscoverable.cc (modified) * code/branches/core6/src/libraries/network/WANDiscovery.h (modified) * code/branches/core6/src/libraries/tools/ParticleInterface.cc (modified) * code/branches/core6/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core6/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core6/src/modules/overlays/hud/ChatOverlay.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDEnemyHealthBar.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/branches/core6/src/modules/overlays/stats/Stats.cc (modified) * code/branches/core6/src/modules/pong/Pong.cc (modified) * code/branches/core6/src/modules/pong/PongAI.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/Projectile.cc (modified) * code/branches/core6/src/orxonox/LevelManager.cc (modified) * code/branches/core6/src/orxonox/MoodManager.cc (modified) * code/branches/core6/src/orxonox/Test.cc (modified) * code/branches/core6/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core6/src/orxonox/gametypes/Dynamicmatch.cc (modified) * code/branches/core6/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core6/src/orxonox/gametypes/LastManStanding.cc (modified) * code/branches/core6/src/orxonox/gametypes/LastTeamStanding.cc (modified) * code/branches/core6/src/orxonox/gametypes/TeamGametype.cc (modified) * code/branches/core6/src/orxonox/gametypes/UnderAttack.cc (modified) * code/branches/core6/src/orxonox/graphics/Camera.cc (modified) * code/branches/core6/src/orxonox/graphics/Model.cc (modified) * code/branches/core6/src/orxonox/infos/Bot.cc (modified) * code/branches/core6/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/core6/src/orxonox/items/Engine.cc (modified) * code/branches/core6/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core6/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core6/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/FpsPlayer.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/Spectator.cc (modified) moved all files in core which are used for configuration to a new ... Sat, 23 Mar 2013 17:49:52 GMT landauf [9557] * code/branches/core6/src/libraries/core/BaseObject.cc (modified) * code/branches/core6/src/libraries/core/BaseObject.h (modified) * code/branches/core6/src/libraries/core/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/ClassTreeMask.h (modified) * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/CoreIncludes.h (modified) * code/branches/core6/src/libraries/core/Identifier.cc (modified) * code/branches/core6/src/libraries/core/Identifier.h (modified) * code/branches/core6/src/libraries/core/Loader.cc (modified) * code/branches/core6/src/libraries/core/OrxonoxClass.cc (modified) * code/branches/core6/src/libraries/core/input/JoyStickQuantityListener.cc (modified) * code/branches/core6/src/libraries/core/object (added) * code/branches/core6/src/libraries/core/object/CMakeLists.txt (added) * code/branches/core6/src/libraries/core/object/ClassFactory.h (moved) * code/branches/core6/src/libraries/core/object/Iterator.h (moved) * code/branches/core6/src/libraries/core/object/MetaObjectList.cc (moved) * code/branches/core6/src/libraries/core/object/MetaObjectList.h (moved) * code/branches/core6/src/libraries/core/object/ObjectList.h (moved) * code/branches/core6/src/libraries/core/object/ObjectListBase.cc (moved) * code/branches/core6/src/libraries/core/object/ObjectListBase.h (moved) * code/branches/core6/src/libraries/core/object/ObjectListIterator.h (moved) * code/branches/core6/src/libraries/core/object/SmartPtr.h (moved) * code/branches/core6/src/libraries/core/object/WeakPtr.h (moved) * code/branches/core6/src/libraries/network/Host.cc (modified) * code/branches/core6/src/libraries/network/Server.cc (modified) * code/branches/core6/src/libraries/network/packet/FunctionIDs.cc (modified) * code/branches/core6/src/libraries/network/packet/Gamestate.cc (modified) * code/branches/core6/src/modules/objects/SpaceBoundaries.cc (modified) * code/branches/core6/src/modules/objects/SpaceBoundaries.h (modified) * code/branches/core6/src/modules/objects/triggers/DistanceMultiTrigger.h (modified) * code/branches/core6/src/modules/pickup/PickupManager.h (modified) * code/branches/core6/src/orxonox/CameraManager.cc (modified) * code/branches/core6/src/orxonox/Radar.cc (modified) * code/branches/core6/src/orxonox/Radar.h (modified) * code/branches/core6/src/orxonox/controllers/DroneController.h (modified) * code/branches/core6/src/orxonox/interfaces/PlayerTrigger.h (modified) * code/branches/core6/src/orxonox/interfaces/RadarViewable.h (modified) * code/branches/core6/src/orxonox/sound/SoundManager.h (modified) moved all files in core which are used for object management to a new ... Sat, 23 Mar 2013 15:34:14 GMT landauf [9556] * code/branches/core6/src/libraries/core/ClassFactory.h (modified) * code/branches/core6/src/libraries/core/Identifier.cc (modified) * code/branches/core6/src/libraries/core/Identifier.h (modified) * code/branches/core6/src/libraries/core/SubclassIdentifier.h (modified) * code/branches/core6/src/libraries/core/XMLPort.cc (modified) * code/branches/core6/src/libraries/network/synchronisable/Synchronisable.cc (modified) fabricate() should return OrxonoxClass* Sun, 17 Mar 2013 18:02:25 GMT landauf [9554] * code/branches/core6/src/modules/gametypes/RaceCheckPoint.cc (modified) * code/branches/core6/src/modules/gametypes/RaceCheckPoint.h (modified) * code/branches/core6/src/modules/gametypes/SpaceRaceController.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/Pawn.cc (modified) fixed some warnings Sun, 17 Mar 2013 16:26:13 GMT landauf [9553] * code/branches/core6/src/SourceConfig.cmake (modified) fixed include directories when called from test directory Sun, 17 Mar 2013 14:30:32 GMT landauf [9552] * code/branches/core6 (copied) created branch to work on some details in core