aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-225-4/+139
* Update svn properties.Jeff Ames2009-04-214-105/+105
* * Implements Extensions to MRM. This allows Region Modules to insert new clas...Adam Frisby2009-04-216-3/+81
* * Adds IObject.Shape to MRMAdam Frisby2009-04-184-53/+140
* minor: Remove some mono compiler warnings. Uncomment code when it's actually...Justin Clarke Casey2009-04-151-1/+1
* * Make it possible to add a request id to load and save oar requestsJustin Clarke Casey2009-04-151-5/+5
* Formatting cleanup.Jeff Ames2009-04-144-6/+6
* Add copyright headers.Jeff Ames2009-04-145-5/+140
* Update svn properties.Jeff Ames2009-04-1415-873/+873
* * Minor MRM CleanupAdam Frisby2009-04-1114-614/+662
* Add XmlRpcGridRouter, a module that communicates URIs for XMLRPC channelsMelanie Thielker2009-04-101-0/+143
* Add an optional region module which will supply a script event,Melanie Thielker2009-04-101-0/+90
* * Fixes a bug in MRM scripting whereby the Touch flag is never enabled for On...Adam Frisby2009-04-101-0/+2
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-091-2/+2
* * Allows MRMs to import libraries in the OpenSim bin directory.Adam Frisby2009-04-091-5/+16
* * Implements IObject.Materials[].*Adam Frisby2009-04-093-2/+93
* * Implements IGraphics interface for MRM Scripting.Adam Frisby2009-04-096-6/+75
* * Adds World.OnNewUser += delegate(IWorld sender, NewUserEventArgs e);Adam Frisby2009-04-092-1/+50
* * Limits MRM scripting to Region Master Avatar only.Adam Frisby2009-04-091-1/+4
* * World.OnChat no longer fires if there is no chat text (prevents the typing ...Adam Frisby2009-04-091-2/+3
* * Added additional debug testing info to SceneAdam Frisby2009-04-093-6/+56
* * Forgot to commit IEntity in last commit.Adam Frisby2009-04-092-0/+67
* * Moves Name, GlobalID and WorldPosition into new IEntity interface.Adam Frisby2009-04-095-22/+98
* * Implements retrieving child primitives via World.Objects[id] (MRM)Adam Frisby2009-04-092-5/+13
* * Implements IObject.OnTouch += delegate(IObject sender, TouchEventArgs e)Adam Frisby2009-04-092-0/+73
* Add copyright headers, formatting cleanup.Jeff Ames2009-04-067-9/+171
* Update svn properties.Jeff Ames2009-04-066-175/+175
* * Implements World.Parcels[] array for MRM scripting.Adam Frisby2009-04-065-3/+67
* * Adds AutoOAR module, this will automatically OAR your regions every 20 minu...Adam Frisby2009-04-061-0/+5
* * Fixed copyright headers on HyperGrid source files. (Now match the rest of O...Adam Frisby2009-04-051-0/+1
* * Minor cosmetic change to SEUser to get Bamboo to initiate another build. (grr)Adam Frisby2009-04-052-2/+16
* * Typo in constructor during class rename (whoops!)Adam Frisby2009-04-051-1/+1
* * Implements ISocialEntity - this represents the class of "user-like" objects...Adam Frisby2009-04-053-1/+48
* * Removes IsPhysical, IsPhantom from IObject, since this is now represented i...Adam Frisby2009-04-042-13/+0
* Implements on IObjectPhysics:Adam Frisby2009-04-041-21/+62
* * Implements IObjectPhysics on SOPObject partially.Adam Frisby2009-04-043-7/+116
* * Implements IObjectPhysics, this collects Physics attributes into one interf...Adam Frisby2009-04-041-0/+32
* * More fiddling with MRM IPersistence, now stores <T> instead of Object.Adam Frisby2009-04-041-4/+5
* * Changed IPersistence interface so that passing the MRMBase is unessecary.Adam Frisby2009-04-042-7/+5
* * Renamed Heightmap.Height to Heightmap.Length to avoid confusion about axis.Adam Frisby2009-04-043-3/+35
* Add copyright headers, formatting cleanup.Jeff Ames2009-04-046-5/+140
* * Removes IObject.Position, IObject.Rotation from IObjectAdam Frisby2009-04-042-6/+55
* * Drops Heightmap.Get/Heightmap.Set from IHeightmap interface.Adam Frisby2009-04-042-5/+28
* * Implements MRM IObject.Say - this is equivilent to llSayAdam Frisby2009-04-031-0/+8
* * Implements Scene.SimChat(string,...) rather than byte[]. We should probably...Adam Frisby2009-04-031-0/+11
* * MRM Scripts will now no longer disconnect the client if there was an error ...Adam Frisby2009-04-031-15/+27
* * Implements "ID" semi-global within MRM scripts. This is tied to the 'state ...Adam Frisby2009-04-035-7/+45
* Update svn properties.Jeff Ames2009-04-014-197/+197
* * MRM AdjustmentsAdam Frisby2009-04-014-14/+32
* * MRM AdjustmentsAdam Frisby2009-04-014-15/+150