Justin Clark-Casey (justincc)
|
0568c76a88
Use a thread abort safe version of OpenMetaverse.DoubleDictionary with the aim of avoiding OpenSimulator problems due to script thread aborts.
|
12 years ago |
Dan Lake
|
bd01c4a5cb
Call public ForEach instead of using m_entities directly. No semantic changes, just cleanup
|
13 years ago |
Justin Clark-Casey (justincc)
|
3b1c91c24b
remove mono compiler warnings
|
14 years ago |
John Hurliman
|
b597a295c4
Second pass at cleaning up thread safety in EntityManager and SceneGraph
|
14 years ago |
John Hurliman
|
dd277a0d02
First pass at cleaning up thread safety in EntityManager and SceneGraph
|
14 years ago |
John Hurliman
|
142008121e
* Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This avoids .NET remoting and a managed->unmanaged->managed jump. Overall, a night and day performance difference
|
15 years ago |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 years ago |
lbsa71
|
801da4346a
* optimized usings.
|
15 years ago |
Dr Scofield
|
9b66108081
This changeset is the step 1 of 2 in refactoring
|
15 years ago |