Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2016, 4:02:21 PM (8 years ago)
Author:
tgidron
Message:

New Pickup + try to create ground from separate tiles

Location:
code/branches/tgidronFS16
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tgidronFS16

  • code/branches/tgidronFS16/src/libraries/core/command/TclThreadManager.cc

    r11071 r11184  
    410410            {
    411411                // This query would lead to a deadlock - return with an error
    412                 TclThreadManager::error("Circular query (" + this->dumpList(source_bundle->queriers_.getList()) + ' ' + multi_cast<std::string>(source_bundle->id_) \
    413                             + " -> " + multi_cast<std::string>(target_bundle->id_) \
    414                             + "), couldn't query Tcl-interpreter with ID " + multi_cast<std::string>(target_bundle->id_) \
     412                TclThreadManager::error("Circular query (" + this->dumpList(source_bundle->queriers_.getList()) + ' ' + multi_cast<std::string>(source_bundle->id_)
     413                            + " -> " + multi_cast<std::string>(target_bundle->id_)
     414                            + "), couldn't query Tcl-interpreter with ID " + multi_cast<std::string>(target_bundle->id_)
    415415                            + " from other interpreter with ID " + multi_cast<std::string>(source_bundle->id_) + '.');
    416416            }
Note: See TracChangeset for help on using the changeset viewer.