# # ChangeLog for code/branches/core5/src/orxonox/worldentities # # Generated by Trac 1.0.9 # Jun 3, 2024, 5:33:37 PM Sun, 27 Sep 2009 13:35:43 GMT rgrieder [5812] * code/branches/core5/src/orxonox/weaponsystem/WeaponMode.h (modified) * code/branches/core5/src/orxonox/worldentities/SpawnPoint.h (modified) Added missing includes. Sun, 27 Sep 2009 02:13:13 GMT landauf [5806] * code/branches/core5/src/libraries/core/BaseObject.h (modified) * code/branches/core5/src/modules/gamestates/GSLevel.cc (modified) * code/branches/core5/src/modules/objects/triggers/CheckPoint.cc (modified) * code/branches/core5/src/modules/overlays/hud/TeamBaseMatchScore.cc (modified) * code/branches/core5/src/modules/overlays/hud/UnderAttackHealthBar.cc (modified) * code/branches/core5/src/modules/pong/Pong.cc (modified) * code/branches/core5/src/modules/pong/PongCenterpoint.cc (modified) * code/branches/core5/src/modules/pong/PongScore.cc (modified) * code/branches/core5/src/orxonox/gametypes/Asteroids.cc (modified) * code/branches/core5/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core5/src/orxonox/gametypes/Gametype.h (modified) * code/branches/core5/src/orxonox/gametypes/TeamBaseMatch.cc (modified) * code/branches/core5/src/orxonox/gametypes/UnderAttack.cc (modified) * code/branches/core5/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/core5/src/orxonox/worldentities/pawns/Destroyer.cc (modified) * code/branches/core5/src/orxonox/worldentities/pawns/TeamBaseMatchBase.cc (modified) - The gametype pointer in BaseObject is now also a SmartPtr - The ... Sat, 26 Sep 2009 20:25:03 GMT landauf [5801] * code/branches/core5/src/orxonox/PawnManager.cc (modified) * code/branches/core5/src/orxonox/PlayerManager.cc (modified) * code/branches/core5/src/orxonox/controllers/WaypointController.cc (modified) * code/branches/core5/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core5/src/orxonox/graphics/ParticleEmitter.cc (modified) * code/branches/core5/src/orxonox/graphics/ParticleSpawner.cc (modified) * code/branches/core5/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/core5/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/core5/src/orxonox/items/Engine.cc (modified) * code/branches/core5/src/orxonox/items/MultiStateEngine.cc (modified) * code/branches/core5/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core5/src/orxonox/pickup/DroppedItem.cc (modified) * code/branches/core5/src/orxonox/pickup/ModifierPickup.cc (modified) * code/branches/core5/src/orxonox/pickup/PickupSpawner.cc (modified) * code/branches/core5/src/orxonox/pickup/items/HealthImmediate.cc (modified) * code/branches/core5/src/orxonox/pickup/items/HealthUsable.cc (modified) * code/branches/core5/src/orxonox/pickup/items/Jump.cc (modified) * code/branches/core5/src/orxonox/weaponsystem/Weapon.cc (modified) * code/branches/core5/src/orxonox/weaponsystem/WeaponPack.cc (modified) * code/branches/core5/src/orxonox/weaponsystem/WeaponSystem.cc (modified) * code/branches/core5/src/orxonox/worldentities/BigExplosion.cc (modified) * code/branches/core5/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/core5/src/orxonox/worldentities/ExplosionChunk.cc (modified) * code/branches/core5/src/orxonox/worldentities/MovableEntity.cc (modified) * code/branches/core5/src/orxonox/worldentities/WorldEntity.cc (modified) * code/branches/core5/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/branches/core5/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) replaced delete with destroy() in orxonox Sat, 26 Sep 2009 00:05:30 GMT landauf [5791] * code/branches/core5/src/libraries/core/OrxonoxClass.cc (modified) * code/branches/core5/src/libraries/core/OrxonoxClass.h (modified) * code/branches/core5/src/libraries/tools/Timer.h (modified) * code/branches/core5/src/modules/weapons/MuzzleFlash.cc (modified) * code/branches/core5/src/modules/weapons/MuzzleFlash.h (modified) * code/branches/core5/src/orxonox/graphics/ParticleSpawner.h (modified) * code/branches/core5/src/orxonox/overlays/InGameConsole.h (modified) * code/branches/core5/src/orxonox/worldentities/BigExplosion.cc (modified) * code/branches/core5/src/orxonox/worldentities/BigExplosion.h (modified) * code/branches/core5/src/orxonox/worldentities/ExplosionChunk.cc (modified) * code/branches/core5/src/orxonox/worldentities/ExplosionChunk.h (modified) Added destroy() function to OrxonoxClass. Removed destroy() ... Wed, 23 Sep 2009 18:43:45 GMT landauf [5768] * code/branches/core5 (copied) created new core branch to work on smart pointers and some other ... Sat, 19 Sep 2009 21:17:51 GMT rgrieder [5747] * code/trunk/src/Orxonox.cc (modified) * code/trunk/src/libraries/core/Core.cc (modified) * code/trunk/src/libraries/core/Game.cc (modified) * code/trunk/src/libraries/core/Game.h (modified) * code/trunk/src/libraries/core/GraphicsManager.cc (modified) * code/trunk/src/libraries/core/IRC.cc (modified) * code/trunk/src/libraries/core/Loader.cc (modified) * code/trunk/src/libraries/core/TclBind.cc (modified) * code/trunk/src/libraries/core/TclThreadManager.cc (modified) * code/trunk/src/libraries/core/XMLPort.h (modified) * code/trunk/src/libraries/core/input/InputDevice.h (modified) * code/trunk/src/libraries/core/input/InputManager.cc (modified) * code/trunk/src/libraries/tools/ResourceLocation.cc (modified) * code/trunk/src/libraries/util/CMakeLists.txt (modified) * code/trunk/src/libraries/util/Exception.cc (modified) * code/trunk/src/libraries/util/Exception.h (modified) * code/trunk/src/orxonox/graphics/ParticleEmitter.cc (modified) * code/trunk/src/orxonox/worldentities/BigExplosion.cc (modified) * code/trunk/src/orxonox/worldentities/ExplosionChunk.cc (modified) Added Exception::handleMessage() (copy from ...