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-26 03:45:36 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6352fc5f57b8602235319c4f927c6a41c5048cbc
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
XEngine
History
unknown
6352fc5f57
Bug in 0.6.9 sometimes restoring script state causes region console to crash due to unhandled file lock exception. Attempt to resolve by wrapping several instances of file create / read logic in using statements and added some error handling for locked file exceptions. If it is IDisposable, it must be disposed! The close statements are unnecessary but harmless so I have left those in. The end of the using block will close and dispose automagically.
2010-07-09 18:23:48 +01:00
..
Resources
Add the XML manifests needed to get the new style modules to load.
2009-04-15 23:59:15 +00:00
Tests
* whoops, missing a /
2009-08-15 00:29:34 -04:00
EventManager.cs
Apply
http://opensimulator.org/mantis/view.php?id=3334
2010-01-29 23:12:08 +00:00
XEngine.cs
Bug in 0.6.9 sometimes restoring script state causes region console to crash due to unhandled file lock exception. Attempt to resolve by wrapping several instances of file create / read logic in using statements and added some error handling for locked file exceptions. If it is IDisposable, it must be disposed! The close statements are unnecessary but harmless so I have left those in. The end of the using block will close and dispose automagically.
2010-07-09 18:23:48 +01:00
XWorkItem.cs
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
2009-06-01 06:37:14 +00:00