Skip to content

OsCollar 7.0.1 Release Notes

lickx edited this page Oct 4, 2018 · 6 revisions

This 7.0.1 point release adds back OpenSim 0.8 support. We have not forgotten you!

We also tested compiling on YEngine. This succeeded without errors, making OsCollar future proof.

Device / Collar

  • Settings have become more robust; it will help in resolving issue #76. More work possible needed. Please add your findings to the issue report if you have that bug occur!
  • Whenever the user teleports or crosses a region, any child prims are informed in the linkset. This is the proper way to do it according to the LSL specifications and guaranteed to work
  • Properly stop timers according to LSL specifications by using 0.0 instead of 0 (float numbers can cause funny effects)
  • Resizer made compatible with OpenSim 0.8. Also allows scaling further down than llScaleByFactor which uses Linden limits for prim sizes and only works in OpenSim 0.9
  • Added a missing explicit NULL_KEY check to oc_anim
  • We asked for PERMISSION_ANIMATION_OVERRIDE in oc_anim but never used those new llSetAnimationOverride() functions that are only supported in OpenSim 0.9 or higher. We do animations the old way to keep OpenSim 0.8 compatibility.

AO

  • Re-add and improve legacy Zhao AO for OpenSim 0.8 compatibility. Buttons will respond instant now. Fixed a bug where stands would still be cycled while sitting on an object (like a chair). This last bug actually manifests itself in all Zhao AOs on OpenSim.

App Pack

  • The camera plugin now works on all OpenSim versions, and not just 0.9 or higher. We did this by doing away with all the json stuff which are not supported properly on older OpenSim.
Clone this wiki locally