Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8666 in orxonox.OLD


Ignore:
Timestamp:
Jun 21, 2006, 1:38:38 PM (18 years ago)
Author:
snellen
Message:

removed lunartest2.lua, cleaned all testing code

Location:
branches/script_engine/src
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/story_entities/game_world.cc

    r8408 r8666  
    187187
    188188  //remove this after finished testing !!!!
    189   Object* obj= new Object();
    190   obj->setName("Obj");
    191   Account* a = new Account();
    192   a->setName("a");
    193   Account *b = new Account(30);
    194   b->setName("b");
    195  
     189  //Object* obj= new Object();
     190  //obj->setName("Obj");
     191  //Account* a = new Account();
     192  //a->setName("a");
     193  //Account *b = new Account(30);
     194  //b->setName("b");
    196195 
    197196  LoadParamXML(root, "ScriptManager", &this->scriptManager, ScriptManager, loadParams);
  • branches/script_engine/src/world_entities/script_trigger.cc

    r8485 r8666  
    135135    return;
    136136  }
    137  
    138137 
    139138  if( !invert && this->distance(target) < radius)
Note: See TracChangeset for help on using the changeset viewer.