Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 28, 2008, 10:13:58 PM (17 years ago)
Author:
landauf
Message:
  • added CommandExecutor
  • added ConsoleCommand macros
  • added getTypename to all MultiTypes
  • added 2 static maps to Identifier that contain all existing Identifiers with their names and lowercase names respectively.
  • added 2 maps to each Identifier that contain all console commands of the Identifier with their names and lowercase names respectively
  • using tolower(.) and toupper(.) instead of selfmade hacks in String.h
  • added AccessLevel enum
  • added some test-console-commands to OutputHandler, Ambient and SpaceShip
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core2/src/orxonox/objects/SpaceShip.h

    r902 r947  
    3636            void setRotDamp(float value);
    3737
     38            static void setMaxSpeedTest(float value)
     39                { SpaceShip::instance_s->setMaxSpeed(value); }
     40
    3841            bool mouseMoved(const OIS::MouseEvent &e);
    3942            bool mousePressed(const OIS::MouseEvent &e, OIS::MouseButtonID id);
     
    4245
    4346        private:
     47            static SpaceShip* instance_s;
     48
    4449            Vector3 testvector_;
    4550            bool bInvertYAxis_;
Note: See TracChangeset for help on using the changeset viewer.