Skip to content

Commit

Permalink
Update oc_rlvsuite.lsl bitmaphandling
Browse files Browse the repository at this point in the history
Correct off by one bitshift and improve bitpos and bitvalue handling for restriction bitmaps. 
Removed float llPow and llLog10 from bitmask calculations and use bitshift operators instead.
Consistently use bit numberings starting from 0, bit number always equals bitshift, corresponding to a value of 1<<bit or 2^bit.
Corrected bitmask values for Stray.
  • Loading branch information
NikkiLacrima authored Oct 13, 2024
1 parent cd3e66f commit e74ed40
Showing 1 changed file with 108 additions and 136 deletions.
Loading

0 comments on commit e74ed40

Please sign in to comment.