OpenSimMirror/OpenSim/Region/ScriptEngine/Shared/Instance
Oren Hurvitz 5679cd0100 Changed "Script Execution Time" to be the gross time, i.e. including handling it in XEngine
Previously the "Net Time" was reported: only the time actually spent in the script's code. This is not a correct indication of how much load the script places on the simulator, because scripts that change state often or have many events use up a lot of time just in the event handlers, and previously this time wasn't counted.
2015-08-11 08:42:31 +01:00
..
Properties Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*") 2015-04-29 18:47:17 -07:00
Tests On a multi-region simulator when AppDomain = true, make sure the DLL from the appropriate script engines subdir is loaded rather than always that of the first engine to load the DLL. 2015-01-26 23:31:46 +00:00
ScriptInstance.cs Changed "Script Execution Time" to be the gross time, i.e. including handling it in XEngine 2015-08-11 08:42:31 +01:00
ScriptSerializer.cs Revert "Fix script "Running" behavior" 2012-07-16 23:31:55 +01:00