Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 20, 2009, 9:01:17 PM (15 years ago)
Author:
danielh
Message:
  • Added helper method to HumanController to get it's ControllableEntity as a Pawn
  • Removed tooltip, added default (empty) values for text and image from BaseItem
  • Fixed tolua in BaseItem.h
  • Added object to PickupCollection for the current UsableItem
  • Moved most inventory logic from Lua to PickupInventory (still slow)

TODO

  • Re-use of CEGUI item windows, destroying and creating them on each update is slow, very slow
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickups2/src/orxonox/objects/pickup/Jump.h

    r2917 r3001  
    5555        virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);  //!< XMLPort
    5656
     57        virtual int getMaxCarryAmount() const
     58            { return INT_MAX; }
     59
    5760        virtual void used(Pawn* pawn);          //!< Called when the item is used.
    5861
Note: See TracChangeset for help on using the changeset viewer.