This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 343 for ps


Ignore:
Timestamp:
06/02/04 16:26:29 (21 years ago)
Author:
Simon Brenner
Message:
  • Added a little logging for successful and failed loading of animations
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/graphics/SkeletonAnimManager.cpp

    r322 r343  
    5757
    5858    if (!def) {
     59        LOG(ERROR, "CSkeletonAnimManager::GetAnimation(%s): Failed loading, marked file as bad\n", filename);
    5960        // add this file as bad
    6061        m_BadAnimationFiles.insert(fname);
    6162        return 0;
    6263    } else {
     64        LOG(NORMAL, "CSkeletonAnimManager::GetAnimation(%s): Loaded successfully\n", filename);
    6365        // add mapping for this file
    6466        m_Animations[fname]=def;
Note: See TracChangeset for help on using the changeset viewer.