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-18 22:25:36 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
31dc77d8a1452d7635a7ae167fb0066fcf99a115
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
/
Api
/
Implementation
History
Melanie
31dc77d8a1
Return agents when angle is PI
...
Fixes Mantis
#4703
2010-05-10 04:02:56 +01:00
..
Plugins
Return agents when angle is PI
2010-05-10 04:02:56 +01: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 some conditionals to references to the WorldComm module, so that the
2009-11-28 09:23:26 +00:00
CM_Api.cs
Add missing licenses. Change relicensed LightShare module to proper BSD
2010-03-31 13:33:18 +01:00
LSL_Api.cs
Fix a null ref on region crossing
2010-05-10 03:57:17 +01: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
Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>).
2010-03-19 15:16:35 -07:00