aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-211-6/+19
* * Implements Extensions to MRM. This allows Region Modules to insert new clas...Adam Frisby2009-04-216-3/+81
* Add PlacesQuery packetMelanie Thielker2009-04-201-0/+2
* Also make GroupsMessaging quit trying to run and reduce it's debugMelanie Thielker2009-04-201-2/+9
* Make sure that the groups module is really disabled when it's not configured.Melanie Thielker2009-04-201-2/+7
* Fixes Mantis#3489. Thank you kindly, MCortez for a patch that:Charles Krinke2009-04-191-0/+2
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-191-1/+4
* Little bug fix on the Groups module to get over an exception upon login.diva2009-04-181-1/+3
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-185-0/+2578
* * Adds IObject.Shape to MRMAdam Frisby2009-04-184-53/+140
* experimental freeswitch code, imported from Rob Smart's treeSean Dague2009-04-173-0/+994
* - disabling logging of non-system IRC messagesDr Scofield2009-04-171-8/+8
* Correctly flag group owned prims in the land prim listMelanie Thielker2009-04-161-1/+1
* Fix build break and change some groups interfacesMelanie Thielker2009-04-161-1/+1
* Commit the group deeding support, thank you, mcortezMelanie Thielker2009-04-151-0/+1
* 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-145-7/+7
* Add copyright headers.Jeff Ames2009-04-145-5/+140
* Update svn properties.Jeff Ames2009-04-1415-873/+873
* Thank you, Fly-Man, for a patch that adds the stub to handle theMelanie Thielker2009-04-141-0/+2
* * 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
* Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin2009-04-101-0/+3
* * 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
* * Remove Autooar module pending it's migration to the forgeJustin Clarke Casey2009-04-091-99/+0
* * 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
* * Apply http://opensimulator.org/mantis/view.php?id=3227Justin Clarke Casey2009-04-071-0/+1
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-071-1/+9
* Add copyright headers, formatting cleanup.Jeff Ames2009-04-068-12/+201
* Update svn properties.Jeff Ames2009-04-067-247/+247
* * 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-062-0/+77
* * 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