Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9839 in orxonox.OLD for branches/new_class_id/src/lib/util


Ignore:
Timestamp:
Sep 26, 2006, 6:31:56 PM (18 years ago)
Author:
bensch
Message:

Font completely ported to the new Resource-Format.
Now all the Basic Resources previously loaded from a central ResourceManager are Distributed over the Resource-Types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/resource.cc

    r9836 r9839  
    5454    if (!locatedFile.empty())
    5555    {
    56       printf("FILE found %s\n", locatedFile.c_str());
    5756      return locatedFile;
    5857    }
     
    7776      Directory dir = directory + (*it);
    7877      File file = dir + File(fileName);
    79       printf("Testing %s (from %s in directory %s)\n", file.name().c_str(), fileName.c_str(), dir.name().c_str());
    8078      if ((dir+ File(fileName)).exists())
    8179        return (dir+File(fileName)).name();
Note: See TracChangeset for help on using the changeset viewer.