OpenSimMirror/OpenSim/Region
Melanie Thielker d85774c101 Patch #9142 (No mantis)
Add a config option to OpenSim.ini to select between script compilers
in the XEngine without recompile.
Set UseNewCompiler=true in OpenSim.ini and try it out.
Creates the ICodeConverter interface and adapts the new compiler to it.
2008-07-12 01:34:36 +00:00
..
Application * Move thread tracking code to base opensim server so that it's available for all servers (UGAIM as well as Region) 2008-07-11 16:24:52 +00:00
ClientStack * Guard against a null point passed to RemoveClientCircuit (odd that this happens at all) 2008-07-11 17:58:26 +00:00
Communications Renaming UserManagerBase.SetUserProfile(UserProfileData) to 2008-07-04 11:13:25 +00:00
DataSnapshot last round of warning squashing. calling it a day now. 2008-06-27 23:03:39 +00:00
Environment * Oops, turn off permissions debugging I stupidly hardcoded 2008-07-11 17:16:03 +00:00
Examples/SimpleModule corrected the params types on IClientAPI.SendParcelMediaCommand. the command parameter should be set to the the ParcelMediaCommandEnum value. While flags seems to need to be set to (uint)(1<<[value of the command enum]) 2008-07-09 11:01:26 +00:00
Modules Mantis#1391. Thank you kindly, Phrearch for a patch that: 2008-07-10 13:51:56 +00:00
Physics Overloads CreateMesh method of interface IMesher to pass prim physical status to mesher 2008-07-12 01:02:41 +00:00
ScriptEngine Patch #9142 (No mantis) 2008-07-12 01:34:36 +00:00
Storage change SitTarget calls from functions to properties 2008-07-07 20:12:14 +00:00