OpenSimMirror/OpenSim/Region/OptionalModules
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
..
Avatar Update svn properties, add copyright headers, formatting cleanup. 2009-04-24 00:58:48 +00:00
ContentManagementSystem * This updates LibOMV to the current release 0.6.0 on March 19 2009 2009-03-27 22:13:09 +00:00
Grid/Interregion this is step 2 of 2 of the OpenSim.Region.Environment refactor. 2009-02-10 13:10:57 +00:00
Python this is step 2 of 2 of the OpenSim.Region.Environment refactor. 2009-02-10 13:10:57 +00:00
Resources Update svn properties. 2009-04-21 15:30:03 +00:00
Scripting * Implements Microthreading for MRM scripting. 2009-04-24 05:33:23 +00:00
SvnSerialiser * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release 2009-04-01 19:44:46 +00:00
World Add PlacesQuery packet 2009-04-20 20:43:48 +00:00
README reformatting README (just noticed that that line was a bit on the long 2009-03-19 08:47:05 +00:00

README

= OpenSim.Region.OptionalModules =

The modules in this part of the OpenSim source tree are candidates for
forge. For the time being, until we have reached consensus on

    (a) what should be core or optional
    (b) that we have reached a stable API
    (c) how to maintain optional modules

we will keep these modules in-tree.