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-08-15 10:06:18 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
373ac901560b3aaa4b531512152da9206bf89dcf
opensim
/
OpenSim
/
Region
/
ScriptEngine
History
unknown
61f9b3c2cf
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-17 00:44:54 +01:00
..
Interfaces
Revert "Remove an insterface member that was never used"
2009-12-22 15:45:56 +00:00
Shared
llVecNorm() now returns a zero-length vector when one is supplied as input. Addresses Mantis
#4752
2010-07-08 10:17:28 -07:00
XEngine
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-17 00:44:54 +01:00