# # ChangeLog for code/branches/core7/src/libraries/core/BaseObject.h # # Generated by Trac 1.0.9 # May 1, 2024, 12:14:27 AM Wed, 09 Sep 2015 14:10:21 GMT landauf [10578] * code/branches/core7/src/libraries/core/BaseObject.cc (modified) * code/branches/core7/src/libraries/core/BaseObject.h (modified) * code/branches/core7/src/libraries/core/Namespace.cc (modified) * code/branches/core7/src/libraries/core/object/StrongPtr.h (modified) * code/branches/core7/src/orxonox/Level.cc (modified) * code/branches/core7/src/orxonox/Scene.cc (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core7/src/orxonox/infos/PlayerInfo.cc (modified) removed the 'bAddRef' argument from StrongPtr's constructor. it was a ... Wed, 09 Sep 2015 12:15:46 GMT landauf [10576] * code/branches/core7/src/libraries/core/BaseObject.cc (modified) * code/branches/core7/src/libraries/core/BaseObject.h (modified) * code/branches/core7/src/libraries/core/class/Super.h (modified) * code/branches/core7/src/orxonox/Level.cc (modified) * code/branches/core7/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/core7/src/orxonox/infos/HumanPlayer.h (modified) * code/branches/core7/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/core7/src/orxonox/infos/PlayerInfo.h (modified) * code/branches/core7/src/orxonox/interfaces/Pickupable.h (modified) removed changedGametype and getOldGametype from BaseObject. 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 ... Tue, 08 Sep 2015 20:47:36 GMT landauf [10570] * code/branches/core7/src/libraries/core/BaseObject.h (modified) * code/branches/core7/src/orxonox/Scene.cc (modified) not sure why Level was synchronized in Scene, but it doesn't seem to ... Sat, 29 Aug 2015 15:35:59 GMT landauf [10555] * code/branches/core7/src/libraries/core/BaseObject.h (modified) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/CoreStaticInitializationHandler.cc (modified) * code/branches/core7/src/libraries/core/Namespace.cc (modified) * code/branches/core7/src/libraries/core/object/DestroyLaterManager.cc (modified) * code/branches/core7/src/libraries/core/object/DestroyLaterManager.h (modified) * code/branches/core7/src/libraries/core/object/Destroyable.cc (modified) * code/branches/core7/src/libraries/core/object/Destroyable.h (modified) * code/branches/core7/src/libraries/core/object/StrongPtr.h (moved) * code/branches/core7/src/libraries/network/synchronisable/Serialise.h (modified) * code/branches/core7/src/modules/overlays/hud/HUDHealthBar.h (modified) * code/branches/core7/src/modules/pickup/PickupSpawner.cc (modified) * code/branches/core7/src/modules/pickup/items/ShrinkPickup.cc (modified) * code/branches/core7/src/modules/tetris/Tetris.cc (modified) * code/branches/core7/src/modules/tetris/Tetris.h (modified) * code/branches/core7/src/orxonox/Scene.cc (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core7/src/orxonox/interfaces/RadarViewable.h (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.h (modified) * code/branches/core7/src/orxonox/sound/AmbientSound.cc (modified) * code/branches/core7/src/orxonox/sound/SoundBuffer.h (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.h (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/core7/src/orxonox/worldentities/WorldEntity.cc (modified) * code/branches/core7/test/core/CMakeLists.txt (modified) * code/branches/core7/test/core/object/StrongPtrTest.cc (moved) renamed SmartPtr to StrongPtr (now we have weak and strong pointers) Sun, 22 Mar 2015 21:00:03 GMT landauf [10328] * code/branches/core7 (copied) created branch to work on new core features Mon, 02 Mar 2015 22:18:45 GMT landauf [10298] * code/trunk/src/libraries/core/BaseObject.h (modified) * code/trunk/src/libraries/core/Namespace.cc (modified) fixed potential crash during level-unloading: Namespace is a context ...