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-06-05 02:15:38 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6f4a588397d5e96e9566c9b34f8be2cb3ef421a4
opensim
/
OpenSim
/
Region
/
CoreModules
History
Justin Clark-Casey (justincc)
6f4a588397
minor test var name tweak
2009-11-05 19:09:32 +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
minor test var name tweak
2009-11-05 19:09:32 +00:00
Framework
* Committing missing file from last commit.
2009-11-02 00:20:41 +11:00
Hypergrid
* Standalone logins will now go through the sequence of "requested region, default region, any region" before giving up
2009-10-28 14:13:17 -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
Fixed a couple of NREs in corner cases.
2009-11-03 10:24:02 -08:00
World
Change the permissions module to use the friend list cache already in the
2009-11-05 17:29:52 +00:00