Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3210 in orxonox.OLD


Ignore:
Timestamp:
Dec 18, 2004, 12:46:28 AM (19 years ago)
Author:
patrick
Message:

/orxonox/trunk: cleaning up code, removing uncommenting code

Location:
orxonox/trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/player.cc

    r3209 r3210  
    2727
    2828  this->obj = new Object ("reaplow.obj");
    29  
     29  /*
    3030  objectList = glGenLists(1);
    3131  glNewList (objectList, GL_COMPILE);
     
    5151 
    5252  glEndList ();
    53  
     53  */
    5454}
    5555
    5656Player::~Player ()
    5757{
    58 
    5958  delete this->obj;
    6059}
     
    120119void Player::get_lookat (Location* locbuf)
    121120{
    122         *locbuf = *get_location();
    123         //locbuf->dist += 5.0;
     121  *locbuf = *get_location();
     122  //locbuf->dist += 5.0;
    124123}
    125124
     
    144143  if( bRight ) { accel = accel - (orthDirection*acceleration); }
    145144  if( bAscend ) { /* not yet implemented but just: (0,0,1)*acceleration */}
    146   if( bDescend) {/* FIXME */}
     145  if( bDescend) {/* FIXME */} /* \todo up and down player movement */
    147146
    148147  Location* l = get_location();
  • orxonox/trunk/src/world.cc

    r3209 r3210  
    580580      display();
    581581 
    582       for(int i = 0; i < 1000000; i++){}
     582      for(int i = 0; i < 10000000; i++) {}
    583583
    584584    }
Note: See TracChangeset for help on using the changeset viewer.