Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 6, 2018, 12:15:25 AM (7 years ago)
Author:
landauf
Message:

merged the remaining commits of HUD_HS16 branch back to trunk (except commit r11392 which added DDDialogue that seems to be just a test)

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/orxonox/interfaces/Pickupable.cc

    r11071 r11700  
    8080        if(this->isPickedUp())
    8181            this->drop(false); // Drops the pickup without creating a PickupSpawner.
     82        orxout()<< "end of preDestroy" << endl;
    8283    }
    8384
     
    9899    void Pickupable::destroyPickup(void)
    99100    {
     101        orxout()<< "beginning of actual destroy" << endl;
    100102        if(!this->isBeingDestroyed())
    101103            this->Destroyable::destroy();
    102104        else
    103105            orxout(internal_warning, context::pickups) << this->getIdentifier()->getName() << " may be unsafe. " << endl;
     106        orxout()<<"end of actual destroy" << endl;
    104107    }
    105108
Note: See TracChangeset for help on using the changeset viewer.