This website requires JavaScript.
Explore
Help
Sign In
OpenSim
/
OpenSimMirror
Watch
1
Star
0
Fork
You've already forked OpenSimMirror
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c33b1de9df
OpenSimMirror
/
OpenSim
History
Justin Clark-Casey (justincc)
c33b1de9df
expose methods that allow region modules to send messages to groups
2010-04-01 22:37:20 +01:00
..
ApplicationPlugins
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
Client
- parcel blocking, region crossing blocking, teleport blocking
2010-03-09 22:43:55 +00:00
ConsoleClient
Apply
http://opensimulator.org/mantis/view.php?id=4504
2010-01-29 23:38:44 +00:00
Data
* Catch exceptions thrown when MySQLEstateData.LinkRegion() is called. This won't fix the bug I'm seeing with regions not realizing they are already part of an estate, but it will fix the OpenSim crash if that situation ever comes up
2010-03-26 13:50:25 -07:00
Framework
When saving an oar/iar, don't attempt to write out the data byte array if it's empty
2010-03-31 19:51:17 +01:00
Region
expose methods that allow region modules to send messages to groups
2010-04-01 22:37:20 +01:00
Server
minor: Print out port that http servers are using
2010-03-25 21:36:57 +00:00
Services
Change the SimianGrid connector log messages to start with "[SIMIAN " to avoid configuration confusion
2010-03-26 15:13:55 -07:00
TestSuite
* Fixes issue
#4329
"llDialog fails silently" by updating OpenMetaverse.dll
2009-10-30 00:08:41 -07:00
Tests
Simplify database setup and remove migration problems by moving all sqlite config-include settings to a separate file for standalone
2010-03-12 20:29:17 +00:00
Tools
Add license header and change branded namespace to generic
2010-02-08 22:52:01 +00:00