# # ChangeLog for code/branches/core7/src/libraries/core/BaseObject.h # # Generated by Trac 1.0.9 # Apr 30, 2024, 3:09:46 PM 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 ...