Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6634 in orxonox.OLD for trunk/src/lib/graphics/graphics_engine.cc


Ignore:
Timestamp:
Jan 21, 2006, 1:18:19 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the network-branche back to the trunk

merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/network . -r6500:HEAD
minor conflicts in texture and one Makefile resolved to the trunk

also made a small patch to texture, so it Modulates with GL_REPEAT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/graphics_engine.cc

    r6523 r6634  
    274274    this->hwExtensions = new SubString((char*)glGetString(GL_EXTENSIONS), " \n\t,");
    275275
    276   PRINT(4)("Running on : %s %s %s\n", vendor, renderer, version);
     276  PRINT(4)("Running on : vendor: %s,  renderer: %s,  version:%s\n", vendor, renderer, version);
    277277  PRINT(4)("Extensions:\n");
    278278  if (this->hwExtensions != NULL)
Note: See TracChangeset for help on using the changeset viewer.