aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-10Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin1-0/+3
2009-04-10* Fixes a bug in MRM scripting whereby the Touch flag is never enabled for On...Adam Frisby1-0/+2
2009-04-09* minor: remove some mono compiler warningsJustin Clarke Casey1-2/+2
2009-04-09* Remove Autooar module pending it's migration to the forgeJustin Clarke Casey1-99/+0
2009-04-09* Allows MRMs to import libraries in the OpenSim bin directory.Adam Frisby1-5/+16
2009-04-09* Implements IObject.Materials[].*Adam Frisby3-2/+93
2009-04-09* Implements IGraphics interface for MRM Scripting.Adam Frisby6-6/+75
2009-04-09* Adds World.OnNewUser += delegate(IWorld sender, NewUserEventArgs e);Adam Frisby2-1/+50
2009-04-09* Limits MRM scripting to Region Master Avatar only.Adam Frisby1-1/+4
2009-04-09* World.OnChat no longer fires if there is no chat text (prevents the typing ...Adam Frisby1-2/+3
2009-04-09* Added additional debug testing info to SceneAdam Frisby3-6/+56
2009-04-09* Forgot to commit IEntity in last commit.Adam Frisby2-0/+67
2009-04-09* Moves Name, GlobalID and WorldPosition into new IEntity interface.Adam Frisby5-22/+98
2009-04-09* Implements retrieving child primitives via World.Objects[id] (MRM)Adam Frisby2-5/+13
2009-04-09* Implements IObject.OnTouch += delegate(IObject sender, TouchEventArgs e)Adam Frisby2-0/+73
2009-04-07* Apply http://opensimulator.org/mantis/view.php?id=3227Justin Clarke Casey1-0/+1
2009-04-07From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-1/+9
2009-04-06Add copyright headers, formatting cleanup.Jeff Ames8-12/+201
2009-04-06Update svn properties.Jeff Ames7-247/+247
2009-04-06* Implements World.Parcels[] array for MRM scripting.Adam Frisby5-3/+67
2009-04-06* Adds AutoOAR module, this will automatically OAR your regions every 20 minu...Adam Frisby2-0/+77
2009-04-05* Fixed copyright headers on HyperGrid source files. (Now match the rest of O...Adam Frisby1-0/+1
2009-04-05* Minor cosmetic change to SEUser to get Bamboo to initiate another build. (grr)Adam Frisby2-2/+16
2009-04-05* Typo in constructor during class rename (whoops!)Adam Frisby1-1/+1
2009-04-05* Implements ISocialEntity - this represents the class of "user-like" objects...Adam Frisby3-1/+48
2009-04-04* Removes IsPhysical, IsPhantom from IObject, since this is now represented i...Adam Frisby2-13/+0
2009-04-04Implements on IObjectPhysics:Adam Frisby1-21/+62
2009-04-04* Implements IObjectPhysics on SOPObject partially.Adam Frisby3-7/+116
2009-04-04* Implements IObjectPhysics, this collects Physics attributes into one interf...Adam Frisby1-0/+32
2009-04-04* More fiddling with MRM IPersistence, now stores <T> instead of Object.Adam Frisby1-4/+5
2009-04-04Thanks jonc, for a patch that adds rendering of classic clouds.Homer Horwitz1-0/+2
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