aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-04* Changed IPersistence interface so that passing the MRMBase is unessecary.Adam Frisby2-7/+5
2009-04-04* Renamed Heightmap.Height to Heightmap.Length to avoid confusion about axis.Adam Frisby3-3/+35
2009-04-04Add copyright headers, formatting cleanup.Jeff Ames6-5/+140
2009-04-04* Removes IObject.Position, IObject.Rotation from IObjectAdam Frisby2-6/+55
2009-04-04* Drops Heightmap.Get/Heightmap.Set from IHeightmap interface.Adam Frisby2-5/+28
2009-04-03* Implements MRM IObject.Say - this is equivilent to llSayAdam Frisby1-0/+8
2009-04-03* Implements Scene.SimChat(string,...) rather than byte[]. We should probably...Adam Frisby1-0/+11
2009-04-03* MRM Scripts will now no longer disconnect the client if there was an error ...Adam Frisby1-15/+27
2009-04-03* Implements "ID" semi-global within MRM scripts. This is tied to the 'state ...Adam Frisby5-7/+45
2009-04-01* Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa711-2/+2
2009-04-01Update svn properties.Jeff Ames4-197/+197
2009-04-01Add a "user" config option to the IRC module config. Like all other IRCMelanie Thielker1-1/+2
2009-04-01* MRM AdjustmentsAdam Frisby4-14/+32
2009-04-01* MRM AdjustmentsAdam Frisby4-15/+150
2009-04-01* Adds World.Avatars[] to MRM Scripting. Contains an enumerable array contain...Adam Frisby5-1/+73
2009-04-01* Removes some hard-coded magic numbers relating to RegionSize. We now use Co...Adam Frisby2-29/+28
2009-03-30Add PickInfoReply packet.Melanie Thielker1-0/+3
2009-03-29Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker1-6/+1
2009-03-29Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker1-0/+4
2009-03-28Add mute list request event and dummy responseMelanie Thielker1-0/+6
2009-03-28* Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with...Teravus Ovares1-1/+1
2009-03-27Add the events needed for profiles.Melanie Thielker1-0/+5
2009-03-27* This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares1-1/+1
2009-03-27Remove a hardcoded flow/dependency on the money module from LLCLientViewMelanie Thielker1-0/+4
2009-03-19reformatting README (just noticed that that line was a bit on the longDr Scofield1-1/+2
2009-03-19adding missing ChatSessionRequest voice capability for direct AV-AV calls.Dr Scofield1-0/+32
2009-03-12From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-3/+7
2009-03-09Thanks M1sha for a patch to reinstate the original functionality of the TreeP...Jeff Ames1-38/+51
2009-03-07Add copyright headers.Jeff Ames12-12/+336
2009-03-07Update svn properties.Jeff Ames12-845/+845
2009-03-05MRM Scripting ChangesAdam Frisby3-8/+8
2009-03-05* Implements a number of members on SOGObject for use with the MRM Script Eng...Adam Frisby2-15/+166
2009-03-04* Fleshed out the MRM Module a little.Adam Frisby5-44/+84
2009-03-04* Whoops. Left MiniModule enabled to anyone. (potential security risk). Disab...Adam Frisby1-0/+3
2009-03-04* More work on MiniRegionModule module.Adam Frisby5-0/+275
2009-03-04IObjectFace needs to be public to compile.Mike Mazur1-1/+1
2009-03-04* More work on MiniRegionModule module.Adam Frisby6-3/+243
2009-03-04* Implementing some interfaces for aformentioned script engine. Ignore this.Adam Frisby4-0/+136
2009-02-26Plumb in the RetrieveInstantMessages event that is sent by the viewerMelanie Thielker1-0/+2
2009-02-20* Renamed and encapsulated m_sceneGraph as SceneGraph for ccclbsa711-1/+1
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa711-3/+3
2009-02-20Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-3/+3
2009-02-19* Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po...lbsa711-1/+1
2009-02-19Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker1-1/+1
2009-02-17- additional code to get ConciergeModule to do truly async broker updatesDr Scofield1-13/+63
2009-02-17Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker1-1/+1
2009-02-16cosmetic: adding region name to logging statementDr Scofield1-3/+3
2009-02-13fixing crash due to make-child and make-root stepping on each other's toesDr Scofield1-7/+16
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames2-3/+3
2009-02-11* Change SendBulkUpdateInventory from two methods to one which accepts an Inv...Justin Clarke Casey1-5/+1