Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 28, 2008, 10:13:58 PM (16 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/Ambient.h

    r902 r947  
    1818            void setAmbientLight(const ColourValue& colour);
    1919
     20            static void setAmbientLightTest(const ColourValue& colour)
     21                { Ambient::instance_s->setAmbientLight(colour); }
     22
    2023        private:
    21 
     24            static Ambient* instance_s;
    2225
    2326    };
Note: See TracChangeset for help on using the changeset viewer.