Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4072 in orxonox.OLD for orxonox/branches/md2_loader/src/orxonox.cc


Ignore:
Timestamp:
May 6, 2005, 12:17:24 AM (19 years ago)
Author:
patrick
Message:

orxonox/branches/md2_loader: implemented some data formats used by the md2 loader, altered debug levels, and commented out all the debug() functions. This branche won't run on you computer unless you have the fonts and models installed i use temporary for testing purposes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/md2_loader/src/orxonox.cc

    r4063 r4072  
    313313  */
    314314
     315  printf("++INFO++++++++++++++++++++++++++++++++++++++++++++++++\n");
     316  printf("+ This version of orxonox is for testing purposes    +\n");
     317  printf("+ In order to run it, you will need some files for   +\n");
     318  printf("+ the data/fonts and data/models repository.         +\n");
     319  printf("+ If you don't have them, the app will terminate     +\n");
     320  printf("+ with a segfault...                                 +\n");
     321  printf("+                    ...bzzzzz... paede out...       +\n");
     322  printf("++++++++++++++++++++++++++++++++++++++++++++++++++++++\n");
     323
    315324
    316325  int i;
Note: See TracChangeset for help on using the changeset viewer.