Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10000 in orxonox.OLD


Ignore:
Timestamp:
Dec 3, 2006, 7:56:51 PM (17 years ago)
Author:
patrick
Message:

this is a great moment: commit nr 10k! We will celebrate this on December the 20 with a very nice fondue! join us

Location:
branches/coll_rect
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/coll_rect/README

    r9406 r10000  
     1
    12
    23This is the offical README file for the game project
  • branches/coll_rect/src/lib/collision_reaction/cr_engine.cc

    r9997 r10000  
    157157        if( (*ci)->getEntityA()->isReactive(*(*ci)->getEntityB(), (CREngine::ReactionType)i) ||
    158158            (*ci)->getEntityB()->isReactive(*(*ci)->getEntityA(), (CREngine::ReactionType)i))
     159        {
    159160          this->_reactionList[i]->reactToCollision(*ci);
     161          PRINTF(0)("react to %i\n", i);
     162        }
    160163
    161164        (*ci)->reset();
Note: See TracChangeset for help on using the changeset viewer.