These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Dev blog: Sleeping beauty - How one of the oldest bugs in EVE ...
void Synchro::RemoveSleeper( Heap &sleepers, Sleeper &sl ){ SleeperIt it; for( it = sleepers.begin(); it != sleepers.end(); ++it ) { if( it->channel == sl.channel ) { break; } } if( it != sleepers.end() ) { //Ok found us. Let's delete us. sleepers.Remove( it ); Py_DECREF( sl.channel ); }}
void Synchro::RemoveSleeper( Heap &sleepers, Sleeper &sl ){ SleeperIt it; for( it = sleepers.begin(); it != sleepers.end(); ++it ) { if( it->channel == sl.channel ) { //Ok found us. Let's delete us. sleepers.Remove( it ); Py_DECREF( sl.channel ); break; } }}
CCP Snorlax - Software Architect - Team RnB - @CCP_Snorlax - http://ccpsnorlax.blogspot.is/
<< THE RABBLE BRIGADE >>
Two most common elements in the universe are hydrogen and stupidity. -- Harlan Ellison
CCP Greyscale: As to starbases, we agree it's pretty terrible, but we don't want to delay the entire release just for this one factor.
Remove standings and insurance.