This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-24 19:05:34 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c39b391b6ac52e13fddc1e3362cce681cd35b1ec
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
History
Tom
c39b391b6a
Many scripted items use long lists of llSetLinkPrimitiveParams rules to make prims "teleport" or jump large distances. When teleporting to 10,000 meters, this results in 1,000 SetPos calls, which severely rapes the physics and update system. This change modifies this behaviour to only provide one update after all the rules have been executed.
2011-03-28 13:28:59 -07:00
..
Api
Many scripted items use long lists of llSetLinkPrimitiveParams rules to make prims "teleport" or jump large distances. When teleporting to 10,000 meters, this results in 1,000 SetPos calls, which severely rapes the physics and update system. This change modifies this behaviour to only provide one update after all the rules have been executed.
2011-03-28 13:28:59 -07:00
CodeTools
Merge Master
2010-09-26 17:56:31 +01:00
Instance
Deal with possibly un-initialized scripts in object transfers. Mantis
#5310
2011-01-06 16:17:43 -08:00
Tests
llVecNorm nant test
2010-11-27 01:29:55 +00:00
AssemblyResolver.cs
Merge Master
2010-09-26 17:56:31 +01:00
Helpers.cs
Complete country support
2011-01-24 03:08:00 +01:00
LSL_Types.cs
Add a missing constand and fix ToDoubleList to not eat the last memeber
2011-02-02 20:22:03 +01:00