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-25 11:15:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c39b391b6ac52e13fddc1e3362cce681cd35b1ec
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
/
Api
/
Implementation
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
..
Plugins
Correct Sensor axis for unattached daughter prims.
2010-12-12 23:26:58 +00:00
ApiManager.cs
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
2009-06-01 06:37:14 +00:00
AsyncCommandManager.cs
Add a state change method to the Async commands handler to allow timers
2010-07-18 21:05:50 +02:00
CM_Api.cs
Add the country functions in the careminster API
2011-02-12 20:59:09 +01:00
LS_Api.cs
Add lsClearWindlightScene() to the lightshare module to remove WL settings
2010-11-03 02:31:43 +00:00
LSL_Api.cs
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
MOD_Api.cs
Add IScriptModuleComms interface and region module to handle dispatch of
2009-11-10 03:36:43 +00:00
OSSL_Api.cs
Merge branch 'master' into careminster-presence-refactor
2011-02-19 01:59:49 +00:00