# # ChangeLog for code/branches/core7/src/modules/objects # # Generated by Trac 1.0.9 # May 2, 2024, 4:42:53 AM Wed, 09 Sep 2015 11:49:55 GMT landauf [10574] * code/branches/core7/src/modules/dodgerace/DodgeRace.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRace.h (modified) * code/branches/core7/src/modules/invader/Invader.cc (modified) * code/branches/core7/src/modules/invader/Invader.h (modified) * code/branches/core7/src/modules/objects/Planet.cc (modified) * code/branches/core7/src/modules/objects/Planet.h (modified) removed some init() functions, integrated them directly into the ... Wed, 09 Sep 2015 11:11:13 GMT landauf [10571] * code/branches/core7/src/libraries/core/BaseObject.cc (modified) * code/branches/core7/src/libraries/core/BaseObject.h (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceCenterPoint.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceHUDinfo.cc (modified) * code/branches/core7/src/modules/gametypes/OldRaceCheckPoint.cc (modified) * code/branches/core7/src/modules/gametypes/SpaceRaceManager.cc (modified) * code/branches/core7/src/modules/invader/InvaderCenterPoint.cc (modified) * code/branches/core7/src/modules/invader/InvaderHUDinfo.cc (modified) * code/branches/core7/src/modules/jump/JumpCenterpoint.cc (modified) * code/branches/core7/src/modules/jump/JumpScore.cc (modified) * code/branches/core7/src/modules/mini4dgame/Mini4DgameBoard.cc (modified) * code/branches/core7/src/modules/objects/triggers/CheckPoint.cc (modified) * code/branches/core7/src/modules/overlays/hud/LastManStandingInfos.cc (modified) * code/branches/core7/src/modules/overlays/hud/LastTeamStandingInfos.cc (modified) * code/branches/core7/src/modules/overlays/hud/TeamBaseMatchScore.cc (modified) * code/branches/core7/src/modules/pong/PongCenterpoint.cc (modified) * code/branches/core7/src/modules/pong/PongScore.cc (modified) * code/branches/core7/src/modules/tetris/TetrisBrick.cc (modified) * code/branches/core7/src/modules/tetris/TetrisCenterpoint.cc (modified) * code/branches/core7/src/modules/tetris/TetrisScore.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseCenterpoint.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseEnemy.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseHUDController.cc (modified) * code/branches/core7/src/orxonox/Scene.cc (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core7/src/orxonox/worldentities/pawns/Destroyer.cc (modified) * code/branches/core7/src/orxonox/worldentities/pawns/TeamBaseMatchBase.cc (modified) BaseObject returns plain pointers instead of StrongPtrs for ... Sat, 29 Aug 2015 16:55:25 GMT landauf [10559] * code/branches/core7/src/modules/objects/triggers/DistanceMultiTrigger.cc (modified) * code/branches/core7/src/modules/objects/triggers/DistanceMultiTrigger.h (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.h (modified) these two classes used pointers to weakptrs - why? just use normal ... Sat, 29 Aug 2015 16:45:20 GMT landauf [10558] * code/branches/core7/src/modules/objects/SpaceBoundaries.cc (modified) * code/branches/core7/src/modules/objects/triggers/DistanceTrigger.cc (modified) * code/branches/core7/src/orxonox/interfaces/PlayerTrigger.h (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.h (modified) no need to call get() on Weak or StrongPtr. they are automatically ... Sat, 29 Aug 2015 16:18:30 GMT landauf [10557] * code/branches/core7/src/modules/dodgerace/DodgeRace.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRace.h (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceShip.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceShip.h (modified) * code/branches/core7/src/modules/invader/Invader.cc (modified) * code/branches/core7/src/modules/invader/Invader.h (modified) * code/branches/core7/src/modules/invader/InvaderEnemy.cc (modified) * code/branches/core7/src/modules/invader/InvaderEnemy.h (modified) * code/branches/core7/src/modules/invader/InvaderShip.cc (modified) * code/branches/core7/src/modules/invader/InvaderShip.h (modified) * code/branches/core7/src/modules/invader/InvaderWeapon.cc (modified) * code/branches/core7/src/modules/jump/JumpEnemy.cc (modified) * code/branches/core7/src/modules/jump/JumpEnemy.h (modified) * code/branches/core7/src/modules/jump/JumpItem.cc (modified) * code/branches/core7/src/modules/jump/JumpItem.h (modified) * code/branches/core7/src/modules/jump/JumpPlatform.cc (modified) * code/branches/core7/src/modules/jump/JumpPlatform.h (modified) * code/branches/core7/src/modules/jump/JumpProjectile.cc (modified) * code/branches/core7/src/modules/jump/JumpProjectile.h (modified) * code/branches/core7/src/modules/objects/triggers/DistanceTrigger.cc (modified) * code/branches/core7/src/modules/tetris/Tetris.h (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseEnemy.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseEnemy.h (modified) * code/branches/core7/src/orxonox/gametypes/Dynamicmatch.cc (modified) * code/branches/core7/src/orxonox/gametypes/Dynamicmatch.h (modified) * code/branches/core7/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/core7/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.h (modified) cleanup: no need to pass/return WeakPtrs to/from functions. normal ... Mon, 25 May 2015 15:37:15 GMT landauf [10478] * code/branches/core7/src/libraries/network/CMakeLists.txt (modified) * code/branches/core7/src/libraries/network/FunctionCall.cc (modified) * code/branches/core7/src/libraries/network/FunctionCall.h (modified) * code/branches/core7/src/libraries/network/FunctionCallManager.cc (modified) * code/branches/core7/src/libraries/network/FunctionCallManager.h (modified) * code/branches/core7/src/libraries/network/NetworkFunction.h (modified) * code/branches/core7/src/libraries/network/NetworkFunctionIncludes.cc (added) * code/branches/core7/src/libraries/network/NetworkFunctionIncludes.h (modified) * code/branches/core7/src/libraries/network/packet/FunctionCalls.cc (modified) * code/branches/core7/src/libraries/network/packet/FunctionCalls.h (modified) * code/branches/core7/src/modules/docking/Dock.cc (modified) * code/branches/core7/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/core7/src/modules/objects/Script.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/orxonox/Test.cc (modified) * code/branches/core7/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/core7/src/orxonox/interfaces/NotificationListener.cc (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.cc (modified) callStaticNetworkFunction() and callMemberNetworkFunction() are now ... Mon, 25 May 2015 08:24:56 GMT landauf [10465] * code/branches/core7/src/libraries/network/NetworkFunction.h (modified) * code/branches/core7/src/libraries/network/NetworkFunctionIncludes.h (added) * code/branches/core7/src/modules/docking/Dock.cc (modified) * code/branches/core7/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/core7/src/modules/objects/Script.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/orxonox/Test.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core7/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/core7/src/orxonox/interfaces/NotificationListener.cc (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.cc (modified) moved macro ans helperfunction from NetworkFunction.h to ... Sun, 03 May 2015 11:31:18 GMT landauf [10417] * code/branches/core7/src/modules/objects/collisionshapes/BoxCollisionShape.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/BoxCollisionShape.h (modified) * code/branches/core7/src/modules/objects/collisionshapes/ConeCollisionShape.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/ConeCollisionShape.h (modified) * code/branches/core7/src/modules/objects/collisionshapes/CylinderCollisionShape.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/CylinderCollisionShape.h (modified) * code/branches/core7/src/modules/objects/collisionshapes/PlaneCollisionShape.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/PlaneCollisionShape.h (modified) * code/branches/core7/src/modules/objects/collisionshapes/SphereCollisionShape.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/SphereCollisionShape.h (modified) * code/branches/core7/src/orxonox/collisionshapes/CollisionShape.cc (modified) * code/branches/core7/src/orxonox/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/core7/src/orxonox/collisionshapes/WorldEntityCollisionShape.cc (modified) * code/branches/core7/src/orxonox/collisionshapes/WorldEntityCollisionShape.h (modified) moved destruction of bullet collision shape to ~CollisionShape(). ... Sun, 12 Apr 2015 21:07:14 GMT landauf [10362] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/CoreIncludes.h (modified) * code/branches/core7/src/libraries/core/ViewportEventListener.cc (modified) * code/branches/core7/src/libraries/core/WindowEventListener.cc (modified) * code/branches/core7/src/libraries/core/XMLNameListener.cc (modified) * code/branches/core7/src/libraries/network/ClientConnectionListener.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunction.cc (modified) * code/branches/core7/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/core7/src/libraries/tools/interfaces/ToolsInterfaceCompilation.cc (modified) * code/branches/core7/src/modules/docking/DockingAnimation.cc (modified) * code/branches/core7/src/modules/docking/DockingEffect.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/AbstractRadiusHeightCollisionShape.cc (modified) * code/branches/core7/src/modules/pickup/CollectiblePickup.cc (modified) * code/branches/core7/src/modules/questsystem/Quest.cc (modified) * code/branches/core7/src/modules/questsystem/QuestEffect.cc (modified) * code/branches/core7/src/modules/questsystem/effects/ChangeQuestStatus.cc (modified) * code/branches/core7/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core7/src/orxonox/collisionshapes/CollisionShape.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core7/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/core7/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/core7/src/orxonox/interfaces/PickupCarrier.cc (modified) * code/branches/core7/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/core7/src/orxonox/interfaces/RadarViewable.cc (modified) * code/branches/core7/src/orxonox/sound/BaseSound.cc (modified) * code/branches/core7/src/orxonox/weaponsystem/WeaponMode.cc (modified) * code/branches/core7/src/orxonox/worldentities/WorldEntity.cc (modified) use static identifier initializer to store the inheritance definition ... Mon, 06 Apr 2015 13:47:42 GMT landauf [10347] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/GUIManager.cc (modified) * code/branches/core7/src/libraries/core/Game.cc (modified) * code/branches/core7/src/libraries/core/GraphicsManager.cc (modified) * code/branches/core7/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/core7/src/libraries/core/command/CommandEvaluation.cc (modified) * code/branches/core7/src/libraries/core/command/CommandExecutor.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommand.h (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandCompilation.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.h (added) * code/branches/core7/src/libraries/core/command/IRC.cc (modified) * code/branches/core7/src/libraries/core/command/TclBind.cc (modified) * code/branches/core7/src/libraries/core/command/TclThreadManager.cc (modified) * code/branches/core7/src/libraries/core/config/SettingsConfigFile.cc (modified) * code/branches/core7/src/libraries/core/input/InputManager.cc (modified) * code/branches/core7/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/core7/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/core7/src/libraries/core/input/Mouse.cc (modified) * code/branches/core7/src/libraries/network/Host.cc (modified) * code/branches/core7/src/libraries/network/MasterServer.cc (modified) * code/branches/core7/src/libraries/tools/Timer.cc (modified) * code/branches/core7/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core7/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core7/src/modules/docking/Dock.cc (modified) * code/branches/core7/src/modules/mini4dgame/Mini4Dgame.cc (modified) * code/branches/core7/src/modules/objects/triggers/Trigger.cc (modified) * code/branches/core7/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/core7/src/orxonox/Scene.cc (modified) * code/branches/core7/src/orxonox/Test.cc (modified) * code/branches/core7/src/orxonox/chat/ChatInputHandler.cc (modified) * code/branches/core7/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core7/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/core7/src/orxonox/controllers/FormationController.cc (modified) * code/branches/core7/src/orxonox/controllers/HumanController.cc (modified) * code/branches/core7/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core7/src/orxonox/gametypes/Mission.cc (modified) * code/branches/core7/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core7/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core7/src/orxonox/sound/WorldAmbientSound.cc (modified) * code/branches/core7/src/orxonox/worldentities/pawns/ModularSpaceShip.cc (modified) * code/branches/core7/src/orxonox/worldentities/pawns/Spectator.cc (modified) * code/branches/core7/test/core/command/CommandTest.cc (modified) moved console command macros to a new file (ConsoleCommandIncludes.h) Sun, 22 Mar 2015 21:00:03 GMT landauf [10328] * code/branches/core7 (copied) created branch to work on new core features Fri, 06 Feb 2015 22:30:26 GMT landauf [10262] * code/trunk/data/defaultConfig/orxonox.ini (modified) * code/trunk/data/gui/layouts/CampaignMenu.layout (modified) * code/trunk/data/gui/scripts/CampaignMenu.lua (modified) * code/trunk/data/gui/scripts/testscript.lua (modified) * code/trunk/data/levels/4Dtest.oxw (modified) * code/trunk/data/levels/AnihilationThreat.oxw (modified) * code/trunk/data/levels/DodgeRace.oxw (modified) * code/trunk/data/levels/FPS_Level_HS14.oxw (modified) * code/trunk/data/levels/ModularShipsTest0.oxw (modified) * code/trunk/data/levels/ModularShipsTest1.oxw (modified) * code/trunk/data/levels/collisionShapes.oxw (modified) * code/trunk/data/levels/includes/weaponSettingsFPS_HS14.oxi (modified) * code/trunk/data/levels/includes/weaponSettingsTurret1.oxi (modified) * code/trunk/data/levels/jump.oxw (modified) * code/trunk/data/levels/kecks.oxw (modified) * code/trunk/data/levels/levelTry.oxw (modified) * code/trunk/data/levels/michaelstestfile.lua (modified) * code/trunk/data/levels/scriptController.oxw (modified) * code/trunk/data/levels/templates/DodgeRacePattern.oxt (modified) * code/trunk/data/levels/templates/FPS_HS14.oxt (modified) * code/trunk/data/levels/templates/ModularSpaceShipTest.oxt (modified) * code/trunk/data/levels/templates/enemytowerdefense.oxt (modified) * code/trunk/data/levels/templates/spaceshipDodgeRace.oxt (modified) * code/trunk/data/levels/templates/spacestation_elements.oxt (modified) * code/trunk/data/levels/templates/ss_tube01.oxt (modified) * code/trunk/data/levels/templates/standardTurret.oxt (modified) * code/trunk/data/overlays/DodgeRaceHUD.oxo (modified) * code/trunk/data/overlays/jumpHUD.oxo (modified) * code/trunk/src/libraries/tools/BulletDebugDrawer.cc (modified) * code/trunk/src/libraries/tools/BulletDebugDrawer.h (modified) * code/trunk/src/libraries/tools/DebugDrawer.cc (modified) * code/trunk/src/libraries/tools/DebugDrawer.h (modified) * code/trunk/src/libraries/tools/IcoSphere.cc (modified) * code/trunk/src/libraries/tools/IcoSphere.h (modified) * code/trunk/src/libraries/tools/OgreBulletUtils.h (modified) * code/trunk/src/modules/gametypes/SpaceRaceBot.cc (modified) * code/trunk/src/modules/gametypes/SpaceRaceBot.h (modified) * code/trunk/src/modules/gametypes/SpaceRaceController.cc (modified) * code/trunk/src/modules/gametypes/SpaceRaceController.h (modified) * code/trunk/src/modules/jump/CMakeLists.txt (modified) * code/trunk/src/modules/jump/Jump.cc (modified) * code/trunk/src/modules/jump/Jump.h (modified) * code/trunk/src/modules/jump/JumpBoots.cc (modified) * code/trunk/src/modules/jump/JumpBoots.h (modified) * code/trunk/src/modules/jump/JumpCenterpoint.cc (modified) * code/trunk/src/modules/jump/JumpCenterpoint.h (modified) * code/trunk/src/modules/jump/JumpEnemy.cc (modified) * code/trunk/src/modules/jump/JumpEnemy.h (modified) * code/trunk/src/modules/jump/JumpFigure.cc (modified) * code/trunk/src/modules/jump/JumpFigure.h (modified) * code/trunk/src/modules/jump/JumpItem.cc (modified) * code/trunk/src/modules/jump/JumpItem.h (modified) * code/trunk/src/modules/jump/JumpPlatform.cc (modified) * code/trunk/src/modules/jump/JumpPlatform.h (modified) * code/trunk/src/modules/jump/JumpPlatformDisappear.cc (modified) * code/trunk/src/modules/jump/JumpPlatformDisappear.h (modified) * code/trunk/src/modules/jump/JumpPlatformFake.cc (modified) * code/trunk/src/modules/jump/JumpPlatformFake.h (modified) * code/trunk/src/modules/jump/JumpPlatformHMove.cc (modified) * code/trunk/src/modules/jump/JumpPlatformHMove.h (modified) * code/trunk/src/modules/jump/JumpPlatformStatic.cc (modified) * code/trunk/src/modules/jump/JumpPlatformStatic.h (modified) * code/trunk/src/modules/jump/JumpPlatformTimer.cc (modified) * code/trunk/src/modules/jump/JumpPlatformTimer.h (modified) * code/trunk/src/modules/jump/JumpPlatformVMove.cc (modified) * code/trunk/src/modules/jump/JumpPlatformVMove.h (modified) * code/trunk/src/modules/jump/JumpPrereqs.h (modified) * code/trunk/src/modules/jump/JumpProjectile.cc (modified) * code/trunk/src/modules/jump/JumpProjectile.h (modified) * code/trunk/src/modules/jump/JumpPropeller.cc (modified) * code/trunk/src/modules/jump/JumpPropeller.h (modified) * code/trunk/src/modules/jump/JumpRocket.cc (modified) * code/trunk/src/modules/jump/JumpRocket.h (modified) * code/trunk/src/modules/jump/JumpScore.cc (modified) * code/trunk/src/modules/jump/JumpScore.h (modified) * code/trunk/src/modules/jump/JumpShield.cc (modified) * code/trunk/src/modules/jump/JumpShield.h (modified) * code/trunk/src/modules/jump/JumpSpring.cc (modified) * code/trunk/src/modules/jump/JumpSpring.h (modified) * code/trunk/src/modules/objects/Turret.cc (modified) * code/trunk/src/modules/objects/Turret.h (modified) * code/trunk/src/modules/objects/collisionshapes/CylinderCollisionShape.cc (modified) * code/trunk/src/modules/objects/collisionshapes/CylinderCollisionShape.h (modified) * code/trunk/src/modules/objects/controllers/CMakeLists.txt (modified) * code/trunk/src/modules/objects/controllers/TeamTargetProxy.cc (modified) * code/trunk/src/modules/objects/controllers/TeamTargetProxy.h (modified) * code/trunk/src/modules/objects/controllers/TurretController.cc (modified) * code/trunk/src/modules/objects/controllers/TurretController.h (modified) * code/trunk/src/modules/tetris/TetrisBrick.cc (modified) * code/trunk/src/modules/tetris/TetrisBrick.h (modified) * code/trunk/src/modules/tetris/TetrisScore.cc (modified) * code/trunk/src/modules/tetris/TetrisScore.h (modified) * code/trunk/src/orxonox/ShipPartManager.cc (modified) * code/trunk/src/orxonox/ShipPartManager.h (modified) * code/trunk/src/orxonox/controllers/ControllerDirector.cc (modified) * code/trunk/src/orxonox/controllers/ControllerDirector.h (modified) * code/trunk/src/orxonox/controllers/ScriptController.cc (modified) * code/trunk/src/orxonox/controllers/ScriptController.h (modified) * code/trunk/src/orxonox/controllers/testscript.lua (modified) * code/trunk/src/orxonox/items/PartDestructionEvent.cc (modified) * code/trunk/src/orxonox/items/PartDestructionEvent.h (modified) * code/trunk/src/orxonox/items/ShipPart.cc (modified) * code/trunk/src/orxonox/items/ShipPart.h (modified) * code/trunk/src/orxonox/worldentities/pawns/ModularSpaceShip.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/ModularSpaceShip.h (modified) eol-style native. no changes in code.