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-27 12:26:01 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1209db6dcd9e9d8ff15ddbdbb246506817ef9b23
opensim
/
OpenSim
/
Region
/
CoreModules
History
Melanie
1209db6dcd
Thank you, RemedyTomm, for an update to your previous patch. Garbage-collect
...
the transfers that never happen.
2009-10-26 15:51:28 +00:00
..
Agent
Thank you, RemedyTomm, for an update to your previous patch. Garbage-collect
2009-10-26 15:51:28 +00:00
Asset
* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to Util.FireAndForget()
2009-10-21 23:03:18 -07:00
Avatar
Experimental change to use an immutable array for iterating ScenePresences, avoiding locking and copying the list each time it is accessed
2009-10-23 01:02:36 -07:00
Framework
Formatting cleanup.
2009-10-01 01:17:47 +09:00
Hypergrid
Fixed MapBlocks bug, wrong order of arguments. First version that seems completely functional.
2009-09-26 08:49:48 -07:00
InterGrid
Implemented a Watchdog class. Do not manually create Thread objects anymore, use Watchdog.StartThread(). While your thread is running call Watchdog.UpdateThread(). When it is shutting down call Watchdog.RemoveThread(). Most of the threads in OpenSim have been updated
2009-10-22 12:33:23 -07:00
Resources
Modules active. Tested HGGridConnector in standalone only for now. Modules commands work.
2009-09-23 09:27:01 -07:00
Scripting
Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contain an unmanaged resource that will not automatically be disposed when they are GCed), and commenting out some ManualResetEvents that are not in use yet
2009-10-09 02:10:53 -07:00
ServiceConnectorsIn
* Removed verbose debug message
2009-10-06 11:08:11 -07:00
ServiceConnectorsOut
Moved some code up to AddRegion, so that other modules that depend on it don't crash. This code needs to be removed as soon as user services is refactored.
2009-10-14 19:15:11 -07:00
World
* Changed various modules to not initialize timers unless the module is initialized. Ideally, the timers would not initialize unless the module was actually enabled, but Melanie's work on configuring module loading from a config file should make that unnecessary
2009-10-23 14:22:21 -07:00