# # ChangeLog for code/branches/core5/src/orxonox/worldentities # # Generated by Trac 1.0.9 # Jun 9, 2024, 5:22:08 AM Fri, 09 Oct 2009 14:41:30 GMT scheusso [5916] * code/branches/core5/src/libraries/network/Client.cc (modified) * code/branches/core5/src/libraries/network/Client.h (modified) * code/branches/core5/src/libraries/network/ClientConnection.cc (modified) * code/branches/core5/src/libraries/network/ClientConnection.h (modified) * code/branches/core5/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/core5/src/libraries/network/synchronisable/Synchronisable.h (modified) * code/branches/core5/src/modules/objects/triggers/Trigger.cc (modified) * code/branches/core5/src/orxonox/graphics/Camera.cc (modified) * code/branches/core5/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/core5/src/orxonox/worldentities/CameraPosition.cc (modified) * code/branches/core5/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/core5/src/orxonox/worldentities/SpawnPoint.cc (modified) * code/branches/core5/src/orxonox/worldentities/pawns/Spectator.cc (modified) some cleaning up in the network more to come Tue, 06 Oct 2009 16:58:10 GMT landauf [5894] * code/branches/core5/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/core5/src/orxonox/worldentities/ControllableEntity.h (modified) Using SmartPtr for CameraPositions in ControllableEntity. This fixes ... Mon, 05 Oct 2009 15:02:25 GMT landauf [5879] * code/branches/core5/src/libraries/core/BaseObject.cc (modified) * code/branches/core5/src/libraries/core/BaseObject.h (modified) * code/branches/core5/src/libraries/core/CorePrereqs.h (modified) * code/branches/core5/src/libraries/core/Event.cc (modified) * code/branches/core5/src/libraries/core/Event.h (modified) * code/branches/core5/src/libraries/core/EventIncludes.h (modified) * code/branches/core5/src/libraries/core/Identifier.cc (modified) * code/branches/core5/src/libraries/core/Identifier.h (modified) * code/branches/core5/src/libraries/core/OrxonoxClass.h (modified) * code/branches/core5/src/libraries/core/Super.h (modified) * code/branches/core5/src/libraries/core/XMLPort.h (modified) * code/branches/core5/src/modules/objects/Attacher.cc (modified) * code/branches/core5/src/modules/objects/triggers/EventTrigger.cc (modified) * code/branches/core5/src/modules/objects/triggers/EventTrigger.h (modified) * code/branches/core5/src/modules/questsystem/QuestEffectBeacon.cc (modified) * code/branches/core5/src/modules/questsystem/QuestEffectBeacon.h (modified) * code/branches/core5/src/orxonox/graphics/ParticleSpawner.cc (modified) * code/branches/core5/src/orxonox/graphics/ParticleSpawner.h (modified) * code/branches/core5/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/core5/src/orxonox/worldentities/WorldEntity.cc (modified) More changes in the event-system: processEvent() is now locally ... Fri, 02 Oct 2009 19:11:35 GMT landauf [5862] * code/branches/core5/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/core5/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/core5/src/orxonox/interfaces/PawnListener.h (deleted) * code/branches/core5/src/orxonox/worldentities/pawns/Pawn.cc (modified) removed PawnListener Fri, 02 Oct 2009 18:58:27 GMT landauf [5861] * code/branches/core5/src/libraries/core/WeakPtr.h (modified) * code/branches/core5/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/core5/src/orxonox/controllers/ArtificialController.h (modified) * code/branches/core5/src/orxonox/gametypes/UnderAttack.cc (modified) * code/branches/core5/src/orxonox/worldentities/pawns/TeamBaseMatchBase.cc (modified) un-PawnListener-ized ArtificialController Thu, 01 Oct 2009 09:07:57 GMT scheusso [5846] * code/branches/core5/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/core5/src/orxonox/worldentities/ControllableEntity.cc (modified) two fixes to prepare the dedicatedClient Mon, 28 Sep 2009 20:48:47 GMT landauf [5831] * code/branches/core5/src/libraries/tools/Timer.cc (modified) * code/branches/core5/src/libraries/tools/Timer.h (modified) * code/branches/core5/src/libraries/tools/ToolsPrereqs.h (modified) * code/branches/core5/src/modules/gamestates/GSRoot.cc (modified) * code/branches/core5/src/modules/overlays/FadeoutText.cc (modified) * code/branches/core5/src/modules/overlays/FadeoutText.h (modified) * code/branches/core5/src/modules/overlays/hud/ChatOverlay.cc (modified) * code/branches/core5/src/modules/overlays/hud/UnderAttackHealthBar.cc (modified) * code/branches/core5/src/modules/overlays/hud/UnderAttackHealthBar.h (modified) * code/branches/core5/src/modules/pong/Pong.cc (modified) * code/branches/core5/src/modules/pong/Pong.h (modified) * code/branches/core5/src/modules/pong/PongAI.cc (modified) * code/branches/core5/src/modules/pong/PongAI.h (modified) * code/branches/core5/src/modules/weapons/MuzzleFlash.cc (modified) * code/branches/core5/src/modules/weapons/MuzzleFlash.h (modified) * code/branches/core5/src/modules/weapons/munitions/ReplenishingMunition.cc (modified) * code/branches/core5/src/modules/weapons/munitions/ReplenishingMunition.h (modified) * code/branches/core5/src/modules/weapons/projectiles/LightningGunProjectile.cc (modified) * code/branches/core5/src/modules/weapons/projectiles/LightningGunProjectile.h (modified) * code/branches/core5/src/modules/weapons/projectiles/Projectile.cc (modified) * code/branches/core5/src/modules/weapons/projectiles/Projectile.h (modified) * code/branches/core5/src/modules/weapons/weaponmodes/EnergyDrink.cc (modified) * code/branches/core5/src/modules/weapons/weaponmodes/EnergyDrink.h (modified) * code/branches/core5/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/branches/core5/src/modules/weapons/weaponmodes/HsW01.h (modified) * code/branches/core5/src/orxonox/controllers/AIController.cc (modified) * code/branches/core5/src/orxonox/controllers/AIController.h (modified) * code/branches/core5/src/orxonox/controllers/WaypointPatrolController.cc (modified) * code/branches/core5/src/orxonox/controllers/WaypointPatrolController.h (modified) * code/branches/core5/src/orxonox/gametypes/TeamBaseMatch.cc (modified) * code/branches/core5/src/orxonox/gametypes/TeamBaseMatch.h (modified) * code/branches/core5/src/orxonox/graphics/FadingBillboard.cc (modified) * code/branches/core5/src/orxonox/graphics/FadingBillboard.h (modified) * code/branches/core5/src/orxonox/graphics/ParticleSpawner.cc (modified) * code/branches/core5/src/orxonox/graphics/ParticleSpawner.h (modified) * code/branches/core5/src/orxonox/pickup/DroppedItem.cc (modified) * code/branches/core5/src/orxonox/pickup/DroppedItem.h (modified) * code/branches/core5/src/orxonox/pickup/ModifierPickup.cc (modified) * code/branches/core5/src/orxonox/pickup/ModifierPickup.h (modified) * code/branches/core5/src/orxonox/pickup/PickupSpawner.cc (modified) * code/branches/core5/src/orxonox/pickup/PickupSpawner.h (modified) * code/branches/core5/src/orxonox/weaponsystem/Munition.cc (modified) * code/branches/core5/src/orxonox/weaponsystem/Munition.h (modified) * code/branches/core5/src/orxonox/weaponsystem/Weapon.cc (modified) * code/branches/core5/src/orxonox/weaponsystem/Weapon.h (modified) * code/branches/core5/src/orxonox/weaponsystem/WeaponMode.cc (modified) * code/branches/core5/src/orxonox/weaponsystem/WeaponMode.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) * code/branches/core5/src/orxonox/worldentities/MovableEntity.cc (modified) * code/branches/core5/src/orxonox/worldentities/MovableEntity.h (modified) Realized Timer doesn't have to be a template, hence merged TimerBase, ... Sun, 27 Sep 2009 17:30:41 GMT scheusso [5814] * code/branches/core5/src/libraries/core/SubclassIdentifier.h (modified) * code/branches/core5/src/orxonox/weaponsystem/WeaponMode.h (modified) * code/branches/core5/src/orxonox/worldentities/SpawnPoint.h (modified) build fixes 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 ...