Commit graph

3 commits

Author SHA1 Message Date
mew380
94cc2dc142 Fix some order of operations and variables naming so that the script compiles and runs under OpenSim. Add a temporary workaround for llGetLinkNumberOfFaces() current inability to get the correct number of faces from a mesh object on OpenSim (currently it always returns 8 regardless of the actual number of sides) 2013-08-21 13:17:21 -05:00
Ochi Wolfe
4ec4e6683a - Fixed an issue with displaying unknown characters (accidentally introduced in v2.0).
- Removed llGetFreeMemory() on start (was a debug leftover).
- The set pointer is now part of a box's status integer (bit-packed). This reduces the length of a box data list stride by 1.
- Removed the getNumberOfPrims() function.
- Moved the check whether we have any sets at all when receiving a link message to the beginning of the link_message handler.
2013-07-20 13:20:07 +02:00
Ochi Wolfe
f7280548ce Initial commit of the scripts 2013-07-07 02:46:15 +02:00