aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-252-2/+4
* minor: remove some mono compiler warningsJustin Clarke Casey2009-07-152-5/+5
* Formatting cleanup.Jeff Ames2009-07-111-8/+8
* Thank you kindly, SnowDrop, for a patch that:Charles Krinke2009-07-081-3/+9
* Formatting cleanup.Jeff Ames2009-07-019-320/+320
* Add copyright headers.Jeff Ames2009-07-015-5/+133
* Update svn properties.Jeff Ames2009-07-015-330/+330
* Thank you kindly, Snowdrop, for a patch that solves:Charles Krinke2009-06-298-2/+320
* Thank you kindly, Snowdrop/Snowcrash for a patch that:Charles Krinke2009-06-293-2/+81
* Formatting cleanup.Jeff Ames2009-06-101-1/+1
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-013-3/+3
* Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2009-05-312-2/+56
* Update svn properties.Jeff Ames2009-05-312-25/+25
* * Adds MRM scripting commands, World.Objects.Create(Vector3 position) and Wor...Adam Frisby2009-05-312-0/+22
* * Adds World.Audio.* to MRMAdam Frisby2009-05-293-1/+48
* * Protip: When you click 'make public' in resharper, note to save before comm...Adam Frisby2009-05-291-1/+1
* * Implements Sound on Objects for IObject in MRMAdam Frisby2009-05-293-1/+29
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-2/+2
* * Adds additional check to MRM rezzing - the host object must be created by t...Adam Frisby2009-05-121-1/+3
* * Adds ScenePresence.TeleportWithMomentum - same as .Teleport, but preserves ...Adam Frisby2009-05-121-1/+1
* * Applies Mantis #3630 - Adds support for outside MRM initialisation, makes M...Adam Frisby2009-05-1213-18/+32
* * Code to make MRM debugging easier.Adam Frisby2009-05-092-1/+6
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-273-5/+59
* Update svn properties.Jeff Ames2009-04-273-90/+90
* * Implements Microthreading for MRM scripting.Adam Frisby2009-04-247-2/+162
* * Committing stub VW-over-HTTP ClientStack. (2/2)Adam Frisby2009-04-221-1/+1
* 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