Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2008, 3:37:48 AM (15 years ago)
Author:
landauf
Message:
  • Added a health bar
  • Some changes in CameraManager to handle the case when no camera exists after removing the last one, but this is still somehow buggy (freezes and later crashes reproducible but inexplicable after a few respawns)
  • Added PawnManager to handle destruction of Pawns without using delete within tick()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy2/src/orxonox/overlays/OverlayGroup.h

    r2256 r2369  
    7373            { return this->owner_; }
    7474
    75     private:
    7675        //! Scales each OrxonoxOverlay individually by scale.
    7776        void scale(const Vector2& scale) { this->setScale(scale * this->scale_); }
     
    8988        OrxonoxOverlay* getElement(unsigned int index);
    9089
     90    private:
    9191        std::map<std::string, OrxonoxOverlay*> hudElements_;    //!< Contains all the OrxonoxOverlays of the this group.
    9292        Vector2 scale_;                                         //!< Current scale (independant of the elements).
Note: See TracChangeset for help on using the changeset viewer.