JasXSL / SL-XOBJ

A modular approach to LSL that makes it easier to share and communicate between SL scripts
Creative Commons Zero v1.0 Universal
16 stars 4 forks source link

Remoteloader speed efficiency improvement #10

Closed without-ordinary closed 7 years ago

without-ordinary commented 7 years ago

Remoteloader will no longer always wait 3 seconds after using the last slave, instead it will use a slave if it has been more than 3 seconds since the last time it was used, if not, it will set a retry timer for the remaining time.

without-ordinary commented 7 years ago

Now with 103% more less fail than the last attempt.