aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa712009-04-011-2/+2
* Update svn properties.Jeff Ames2009-04-014-197/+197
* Add a "user" config option to the IRC module config. Like all other IRCMelanie Thielker2009-04-011-1/+2
* * MRM AdjustmentsAdam Frisby2009-04-014-14/+32
* * MRM AdjustmentsAdam Frisby2009-04-014-15/+150
* * Adds World.Avatars[] to MRM Scripting. Contains an enumerable array contain...Adam Frisby2009-04-015-1/+73
* * Removes some hard-coded magic numbers relating to RegionSize. We now use Co...Adam Frisby2009-04-012-29/+28
* Add PickInfoReply packet.Melanie Thielker2009-03-301-0/+3
* Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker2009-03-291-6/+1
* Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker2009-03-291-0/+4
* Add mute list request event and dummy responseMelanie Thielker2009-03-281-0/+6
* * Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with...Teravus Ovares2009-03-281-1/+1
* Add the events needed for profiles.Melanie Thielker2009-03-271-0/+5
* * This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares2009-03-271-1/+1
* Remove a hardcoded flow/dependency on the money module from LLCLientViewMelanie Thielker2009-03-271-0/+4
* reformatting README (just noticed that that line was a bit on the longDr Scofield2009-03-191-1/+2
* adding missing ChatSessionRequest voice capability for direct AV-AV calls.Dr Scofield2009-03-191-0/+32
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-03-121-3/+7
* Thanks M1sha for a patch to reinstate the original functionality of the TreeP...Jeff Ames2009-03-091-38/+51
* Add copyright headers.Jeff Ames2009-03-0712-12/+336
* Update svn properties.Jeff Ames2009-03-0712-845/+845
* MRM Scripting ChangesAdam Frisby2009-03-053-8/+8
* * Implements a number of members on SOGObject for use with the MRM Script Eng...Adam Frisby2009-03-052-15/+166
* * Fleshed out the MRM Module a little.Adam Frisby2009-03-045-44/+84
* * Whoops. Left MiniModule enabled to anyone. (potential security risk). Disab...Adam Frisby2009-03-041-0/+3
* * More work on MiniRegionModule module.Adam Frisby2009-03-045-0/+275
* IObjectFace needs to be public to compile.Mike Mazur2009-03-041-1/+1
* * More work on MiniRegionModule module.Adam Frisby2009-03-046-3/+243
* * Implementing some interfaces for aformentioned script engine. Ignore this.Adam Frisby2009-03-044-0/+136
* Plumb in the RetrieveInstantMessages event that is sent by the viewerMelanie Thielker2009-02-261-0/+2
* * Renamed and encapsulated m_sceneGraph as SceneGraph for ccclbsa712009-02-201-1/+1
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa712009-02-201-3/+3
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-201-3/+3
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po...lbsa712009-02-191-1/+1
* Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2009-02-191-1/+1
* - additional code to get ConciergeModule to do truly async broker updatesDr Scofield2009-02-171-13/+63
* Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker2009-02-171-1/+1
* cosmetic: adding region name to logging statementDr Scofield2009-02-161-3/+3
* fixing crash due to make-child and make-root stepping on each other's toesDr Scofield2009-02-131-7/+16
* Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames2009-02-132-3/+3
* * Change SendBulkUpdateInventory from two methods to one which accepts an Inv...Justin Clarke Casey2009-02-111-5/+1