Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 8:59:31 PM (16 years ago)
Author:
nicolasc
Message:

added engineglow particle effect - based of treibwerk
other various changes

Location:
code/branches/FICN/src/orxonox/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/core/ConfigValueContainer.cc

    r513 r592  
    654654
    655655    /**
    656         @param Writes the content of the list, containing all lines of the config-file, into the config-file.
    657         @param filename The name of the config-file
    658     */
     656     *  @param Writes the content of the list, containing all lines of the config-file, into the config-file.
     657     *  @param filename The name of the config-file
     658     */
    659659    void ConfigValueContainer::writeConfigFile(const std::string& filename)
    660660    {
  • code/branches/FICN/src/orxonox/core/Identifier.h

    r496 r592  
    6767
    6868        public:
    69             /** @brief Sets the Factory. @param facotry The factory to assign */
     69            /** @brief Sets the Factory.
     70             *  @param factory The factory to assign
     71             */
    7072            inline void addFactory(BaseFactory* factory) { this->factory_ = factory; }
    7173
Note: See TracChangeset for help on using the changeset viewer.