Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 14, 2006, 5:50:18 PM (19 years ago)
Author:
bensch
Message:

trunk: merged the script_engine branche back here
merged with command
svn merge https://svn.orxonox.net/orxonox/branches/script_engine . -r8284:HEAD
no conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/script_engine/script_manager.cc

    r8278 r8408  
    11#include <string>
    22#include <list>
     3
     4#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD
    35
    46
     
    1921{
    2022  this->setName("ScriptManager");
    21   printf("ScriptManager created\n");
    2223  this->scripts = NULL;
    2324  this->triggers = NULL;
     
    3738void ScriptManager::loadParams(const TiXmlElement* root)
    3839{
    39   //BaseObject::loadParams(root);
     40  BaseObject::loadParams(root);
    4041  {
    4142    LoadParamXML(root, "Scripts", this, ScriptManager, createScripts);
Note: See TracChangeset for help on using the changeset viewer.