OpenSimMirror/OpenSim/Region/Environment/Modules
Adam Frisby 47829849d9 * Swaps Scene.Entities Dictionary for EntityManager.
* Important Changes: Scene.Entities is now IEnumerable directly. You do not need to use Entities.Values, you can Enumerate on .Entities directly. (So 'foreach Scene.Entities' vs 'foreach Scene.Entities.Values').
* Locks: Entities maintains it's own internal locking states. This means you do not need to lock entities anymore. I'll be going through and removing locks on it systematically.
2008-11-24 14:45:05 +00:00
..
Agent Some refactoring from about a week ago that I forgot to commit, of AssetTransactionModule to cut down on number of classes and to work towards having a base AssetXferUploader class than can be shared with EstateTerrainXferHandler 2008-11-24 10:03:18 +00:00
Avatar Plumb in the presence notifications and region shutdown/restart messages 2008-11-23 05:16:07 +00:00
ContentManagementSystem * Swaps Scene.Entities Dictionary for EntityManager. 2008-11-24 14:45:05 +00:00
Framework Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new 2008-11-19 06:25:34 +00:00
Grid/Interregion more warnings to go. 2008-06-27 20:40:25 +00:00
InterGrid Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that: 2008-11-23 03:38:40 +00:00
Scripting * Stop a non WebException in an XMLRPC request from bringing down the whole sim 2008-11-04 20:47:59 +00:00
World * Swaps Scene.Entities Dictionary for EntityManager. 2008-11-24 14:45:05 +00:00