OpenSimMirror/OpenSim/Region/OptionalModules/Scripting/Minimodule
Adam Frisby 883f7dde38 * Implements Microthreading for MRM scripting.
* This is achieved through two new keywords "microthreaded" and "relax". example:
public microthreaded void MyFunc(...) {
  ...
  relax;
  ...
}
2009-04-24 05:33:23 +00:00
..
Interfaces * Implements Microthreading for MRM scripting. 2009-04-24 05:33:23 +00:00
Object Add copyright headers. Formatting cleanup. 2009-04-22 00:48:56 +00:00
Test * Implements Microthreading for MRM scripting. 2009-04-24 05:33:23 +00:00
ExtensionHandler.cs Add copyright headers. Formatting cleanup. 2009-04-22 00:48:56 +00:00
Graphics.cs Add copyright headers. 2009-04-14 10:56:24 +00:00
Heightmap.cs * Renamed Heightmap.Height to Heightmap.Length to avoid confusion about axis. 2009-04-04 08:33:58 +00:00
Host.cs * Implements Microthreading for MRM scripting. 2009-04-24 05:33:23 +00:00
IMRMModule.cs Add copyright headers. Formatting cleanup. 2009-04-22 00:48:56 +00:00
LOParcel.cs Add copyright headers, formatting cleanup. 2009-04-06 14:36:44 +00:00
MRMBase.cs * Implements "ID" semi-global within MRM scripts. This is tied to the 'state ID' for MRMs. 2009-04-03 09:22:34 +00:00
MRMModule.cs * Implements Microthreading for MRM scripting. 2009-04-24 05:33:23 +00:00
MicroScheduler.cs * Implements Microthreading for MRM scripting. 2009-04-24 05:33:23 +00:00
ObjectAccessor.cs Add copyright headers, formatting cleanup. 2009-04-04 07:32:41 +00:00
SEUser.cs Add copyright headers, formatting cleanup. 2009-04-06 14:36:44 +00:00
SOPObject.cs * Adds IObject.Shape to MRM 2009-04-18 05:43:40 +00:00
SOPObjectMaterial.cs Add copyright headers. 2009-04-14 10:56:24 +00:00
SPAvatar.cs * Moves Name, GlobalID and WorldPosition into new IEntity interface. 2009-04-09 11:09:24 +00:00
World.cs Formatting cleanup. 2009-04-14 11:38:33 +00:00