aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-1911-59/+59
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-032-1/+3
* One more module converted: MRMModule.Diva Canto2012-11-111-35/+56
* shuffling code around so that the interface for ISoundModule.SendSound() spec...SignpostMarv2012-10-291-1/+1
* moving SendSound from SceneObjectPart to ISoundModuleSignpostMarv2012-10-291-2/+5
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-111-4/+1
* refactor: Combine ScenePresence.Teleport() and TeleportWithMomentum()Justin Clark-Casey (justincc)2012-04-251-1/+1
* Move simulator asset info commands to an optional module from the connector. ...Justin Clark-Casey (justincc)2012-01-051-3/+2
* Fix CHANGED_TEXTURE and CHANGED_COLOR.Melanie2011-12-051-5/+5
* Rename SetSculptData() to SetSculptProperties(), since this is what it does (...Justin Clark-Casey (justincc)2011-07-091-1/+1
* Comment out some startup logging lines to make up for the one I added earlier...Justin Clark-Casey (justincc)2011-04-021-9/+1
* Start using IPrimCounts populated by PrimCountModule instead of LandData coun...Justin Clark-Casey (justincc)2011-03-251-0/+1
* Merge branch 'opensim-master' into dev-appearanceMaster ScienceSim2010-10-282-9/+5
|\
| * Formatting cleanup.Jeff Ames2010-10-282-2/+1
| * Formatting cleanup.Jeff Ames2010-10-271-7/+4
* | First attempt to get multiple attachments working to support viewer2.Master ScienceSim2010-10-211-9/+6
|/
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-5/+1
* Formatting cleanup.Jeff Ames2010-09-121-2/+2
* First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-102-4/+6
* Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)2010-08-281-10/+12
* Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-7/+12
* Apply http://opensimulator.org/mantis/view.php?id=4632Justin Clark-Casey (justincc)2010-05-212-2/+60
* Apply http://opensimulator.org/mantis/view.php?id=4627Justin Clark-Casey (justincc)2010-05-212-0/+20
* Minor spelling corrections in MiniModule: "RetreiveAsset" changed tounknown2010-04-282-5/+5
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
* Merge branch 'presence-refactor' of ssh://opensimulator.org/var/git/opensim i...John Hurliman2010-02-222-0/+8
|\
| * Merge branch 'master' into presence-refactorMelanie2010-02-222-0/+8
| |\
| | * Apply http://opensimulator.org/mantis/view.php?id=4495Justin Clark-Casey (justincc)2010-02-192-0/+8
* | | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+1
|/ /
* | Merge branch 'master' into presence-refactorMelanie2010-02-152-3/+3
|\ \ | |/
| * Revolution is on the roll again! :)Revolution2010-02-142-3/+3
* | Merge branch 'master' into presence-refactorMelanie2010-02-081-1/+1
|\ \ | |/
| * apply http://opensimulator.org/mantis/view.php?id=4486Justin Clark-Casey (justincc)2010-01-301-1/+1
| * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-41/+23
| * Updates all IRegionModules to the new style region modules.Revolution2010-01-231-23/+41
* | Some typos fixed related to master avie removalDiva Canto2010-01-101-2/+2
* | Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-101-3/+3
|/
* Formatting cleanup. Add copyright headers.Jeff Ames2010-01-043-9/+9
* Thank you kindly, Ziah for a patch that adds the channel to the class ChatEve...Charles Krinke2009-12-234-2/+16
* Patch from Ziah.Melanie2009-12-211-8/+32
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-4/+1
* Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman2009-10-261-21/+21
* * Removed some of the redundant broadcast functions in Scene and SceneGraph s...John Hurliman2009-10-151-2/+2
* - cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2009-10-022-6/+6
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
* Added additional configuration options for MRM Security. See OpenSim.ini.exam...Adam Frisby2009-08-181-8/+22
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimAdam Frisby2009-08-182-2/+29
|\
| * Add copyright header. Formatting cleanup.Jeff Ames2009-08-172-2/+29
* | * Implementing a bunch of Unimplemented MRM stubs.Adam Frisby2009-08-182-10/+27
|/
* * Implements AppDomain Security for MRM Scripts.Adam Frisby2009-08-171-2/+101