# # ChangeLog for code/branches/core5/src/orxonox # # Generated by Trac 1.0.9 # May 29, 2024, 12:18:43 PM Mon, 28 Sep 2009 19:05:56 GMT landauf [5826] * code/branches/core5/src/modules/overlays/hud/HUDHealthBar.cc (modified) * code/branches/core5/src/modules/overlays/hud/HUDHealthBar.h (modified) * code/branches/core5/src/orxonox/gametypes/UnderAttack.cc (modified) * code/branches/core5/src/orxonox/gametypes/UnderAttack.h (modified) Using a WeakPtr instead of a PawnListener-callback in UnderAttack to ... Mon, 28 Sep 2009 00:55:47 GMT landauf [5820] * code/branches/core5/src/libraries/network/ClientConnectionListener.cc (modified) * code/branches/core5/src/libraries/network/ClientConnectionListener.h (modified) * code/branches/core5/src/libraries/network/Server.cc (modified) * code/branches/core5/src/modules/gamestates/GSLevel.cc (modified) * code/branches/core5/src/orxonox/LevelManager.cc (modified) * code/branches/core5/src/orxonox/PlayerManager.cc (modified) * code/branches/core5/src/orxonox/PlayerManager.h (modified) Changes in ClientConnectionListener: - Added static functions for ... 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 17:28:09 GMT rgrieder [5813] * code/branches/core5/src/modules/gamestates/GSLevel.cc (modified) * code/branches/core5/src/modules/gamestates/GSLevel.h (modified) * code/branches/core5/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/branches/core5/src/orxonox/Radar.cc (modified) * code/branches/core5/src/orxonox/Radar.h (modified) * code/branches/core5/src/orxonox/Scene.cc (modified) * code/branches/core5/src/orxonox/Scene.h (modified) * code/branches/core5/src/orxonox/controllers/HumanController.cc (modified) * code/branches/core5/src/orxonox/controllers/HumanController.h (modified) * code/branches/core5/src/orxonox/interfaces/RadarViewable.cc (modified) Moved Radar Management from GSLevel to Scene. 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 ... Sun, 27 Sep 2009 00:33:48 GMT landauf [5805] * code/branches/core5/src/libraries/core/BaseObject.h (modified) * code/branches/core5/src/libraries/core/OrxonoxClass.cc (modified) * code/branches/core5/src/libraries/core/OrxonoxClass.h (modified) * code/branches/core5/src/libraries/core/SmartPtr.h (modified) * code/branches/core5/src/modules/gamestates/GSLevel.cc (modified) * code/branches/core5/src/orxonox/CameraManager.cc (modified) * code/branches/core5/src/orxonox/CameraManager.h (modified) * code/branches/core5/src/orxonox/Scene.cc (modified) - Enhanced SmartPtr: a) It stores now two pointers, one ... Sat, 26 Sep 2009 21:06:24 GMT landauf [5802] * code/branches/core5/src/libraries/util/ScopedSingleton.h (modified) * code/branches/core5/src/orxonox/collisionshapes/CompoundCollisionShape.cc (modified) Found another delete in CompoundCollisionShape.cc Also replaced ... 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 19:24:56 GMT landauf [5795] * code/branches/core5/src/orxonox/gametypes/Gametype.cc (modified) fixed a small bug in Gametype Sat, 26 Sep 2009 00:06:00 GMT landauf [5792] * code/branches/core5/src/orxonox/Level.cc (modified) fixed a bug in Level 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() ... Thu, 24 Sep 2009 22:54:12 GMT landauf [5785] * code/branches/core5/src/libraries/core/ClassTreeMask.h (modified) * code/branches/core5/src/libraries/core/Iterator.h (modified) * code/branches/core5/src/libraries/core/ObjectListIterator.h (modified) * code/branches/core5/src/modules/gamestates/GSRoot.cc (modified) * code/branches/core5/src/orxonox/Radar.cc (modified) * code/branches/core5/src/orxonox/overlays/Map.cc (modified) * code/branches/core5/src/orxonox/pickup/DroppedItem.cc (modified) * code/branches/core5/src/orxonox/pickup/PickupSpawner.cc (modified) Removed end-iterator-safety from Iterator and ObjectListIterator. ... Wed, 23 Sep 2009 21:47:13 GMT landauf [5776] * code/branches/core5/src/libraries/core/CoreIncludes.h (modified) * code/branches/core5/src/libraries/core/Identifier.h (modified) * code/branches/core5/src/libraries/core/SubclassIdentifier.h (added) * code/branches/core5/src/orxonox/gametypes/Gametype.h (modified) * code/branches/core5/src/orxonox/infos/PlayerInfo.h (modified) moved SubclassIdentifier to a separate file 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 ... Sun, 20 Sep 2009 15:09:20 GMT dafrick [5754] * code/trunk/data/gui/scripts/QuestGUI.lua (modified) * code/trunk/src/modules/questsystem/CMakeLists.txt (modified) * code/trunk/src/orxonox/pickup/items/Jump.cc (modified) some minor changes...