Teravus Ovares
|
ce1bbc0ae4
* Patched fixed merge from trunk
|
преди 17 години |
Teravus Ovares
|
882566a32f
* Converted the last of the events to the private delegate instance method to avoid race conditions.
|
преди 17 години |
Teravus Ovares
|
e803d2f3f6
* Moved all events except gridcomms and regioncomms over to Event Delegate instances to prevent event race conditions
|
преди 17 години |
Teravus Ovares
|
2ceee79905
* Moved the EventManager over to delegate instances to prevent race conditions.
|
преди 17 години |
Teravus Ovares
|
b25c60e62f
* Relatively large ClientView refactoring of packet Events into .Net recommended format.
|
преди 17 години |
Teravus Ovares
|
14a8700be0
The ThreadPool ClientView Branch.
|
преди 17 години |
Tedd Hansen
|
f75e418211
Fixes to ScriptEngine thread cleanup on destructor
|
преди 17 години |
Teravus Ovares
|
d4905812bc
* Fixed an issue where the client thread was aborted before the UDP server sends a message back to ClientView to close it a second time. (yes we call close twice because there are times when the client closes with a logout and disconnects immediately which causes the UDP server to send a close request to the client thread)
|
преди 17 години |
Jeff Ames
|
0103c43697
Update svn properties.
|
преди 17 години |
Teravus Ovares
|
640ad259d4
* A few additional null checks in the Physics Scene and PhysicsActor so we don't try to enumerate dead null ODECharacter objects when things get *really* slow.
|
преди 17 години |
Tedd Hansen
|
89665faeaf
ScriptEngine changes in locking. Another step in direction of shared threads.
|
преди 17 години |
Tedd Hansen
|
7102ac7769
"threads" command now works. I've added manual tracking of threads (only if compiled in DEBUG mode)... Its ugly and even requires a separate thread to track the treads, but it will be very valuable in debugging.
|
преди 17 години |
Jeff Ames
|
4a621d106c
Remove a couple compiler warnings.
|
преди 17 години |
Justin Clarke Casey
|
0eeb56c61d
* Properly guard against the possibility that CopyInventoryItem doesn't get an asset back from the cache
|
преди 17 години |
Justin Clarke Casey
|
b0c5ef0b68
* Eliminate AssetCache.CopyAsset()
|
преди 17 години |
Tedd Hansen
|
5f7a02fce9
Treads command lists threads, but not thread name (yet)
|
преди 17 години |
Justin Clarke Casey
|
7d7ad4dff2
* Only count download requests for assets which are not already waiting for data from the asset server
|
преди 17 години |
Tedd Hansen
|
684059afdf
div+
|
преди 17 години |
Teravus Ovares
|
740ce20d9d
* Found the land bug, yay
|
преди 17 години |
Justin Clarke Casey
|
f3190810d3
* Properly guard removal of asset request lists on AssetCache.AssetNotFound (my own bug)
|
преди 17 години |
Justin Clarke Casey
|
53d5aeec24
* Remove unused texture dictionaries from AssetCache
|
преди 17 години |
Jeff Ames
|
a8cfbbe963
Minor cleanup.
|
преди 17 години |
Jeff Ames
|
f02b314765
Fix exception when reading OpenSim.ini file.
|
преди 17 години |
Justin Clarke Casey
|
c66b5a9e71
Report command string on ConsoleBase.RunCommand exception
|
преди 17 години |
Teravus Ovares
|
07774473af
* Fixed a long standing race condition in physics events. Could this be the source of the null on multicast_void: error?
|
преди 17 години |
Tedd Hansen
|
416d752829
llSetTimerEvent updated to use ticks instead of DateTime for internal timing.
|
преди 17 години |
Justin Clarke Casey
|
877713999c
* Report 'asset not found' situations back to UserTextureDownloadService
|
преди 17 години |
Tedd Hansen
|
96edcea3ae
llSetTimerEvent was setting seconds as milliseconds causing major problems in timed scripts...
|
преди 17 години |
lbsa71
|
4c6e5a5090
* re-enabled AssetNotFound code
|
преди 17 години |
MW
|
4c2e304ce6
Fixed big bug in AgentAssetTransactions, now don't seem to be getting any AbortXfer packets. And the "saving data" message in the client on logout seems to have gone. (So that message was all my fault.)
|
преди 17 години |