# # ChangeLog for code/branches/objecthierarchy2/src/orxonox/PawnManager.cc # # Generated by Trac 1.0.9 # Aug 5, 2024, 5:40:48 AM Wed, 10 Dec 2008 02:37:48 GMT landauf [2369] * code/branches/objecthierarchy2/src/core/BaseObject.h (modified) * code/branches/objecthierarchy2/src/core/Super.h (modified) * code/branches/objecthierarchy2/src/core/Template.cc (modified) * code/branches/objecthierarchy2/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/CameraManager.cc (modified) * code/branches/objecthierarchy2/src/orxonox/CameraManager.h (modified) * code/branches/objecthierarchy2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy2/src/orxonox/PawnManager.cc (added) * code/branches/objecthierarchy2/src/orxonox/PawnManager.h (added) * code/branches/objecthierarchy2/src/orxonox/objects/EventTarget.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/OverlayGroup.h (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/OverlayText.cc (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/OverlayText.h (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/HUDBar.h (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/HUDHealthBar.cc (added) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/HUDHealthBar.h (added) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) - Added a health bar - Some changes in CameraManager to handle the ...