aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2011-06-091-25/+54
|\
| * Fixed "Unknown User" listed as creator/owner on prims created with the Build ...Diva Canto2011-06-081-0/+4
| * Added EventManager.OnPrimsLoaded, an event that modules can hook up onto so t...Diva Canto2011-06-081-0/+1
| * This makes the display names work better for foreignersDiva Canto2011-06-071-0/+26
| * HG Landmarks now working.Diva Canto2011-06-031-22/+1
| * Moved CreateNewInventoryItem to the InventoryAccessModule in preparation for ...Diva Canto2011-06-031-2/+2
| * Adding an event to signal that logins are enabledBlueWall2011-05-281-0/+3
| * Add option to disable loginsBlueWall2011-05-281-1/+17
| * Allow disabling the legacy backup mechanism to avoid the object clone ifMelanie2011-05-241-0/+9
| * Add an event for an orderly region shutdown that fires once per region beforeMelanie2011-05-241-0/+2
* | Allow disabling the legacy backup mechanism to avoid the object clone ifMelanie2011-05-241-0/+9
* | Add an event for an orderly region shutdown that fires once per region beforeMelanie2011-05-241-0/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-221-5/+27
|\ \ | |/
| * refactor Scene.RezObject() to use AddNewSceneObject() rather than copy/pastin...Justin Clark-Casey (justincc)2011-05-211-3/+3
| * implement Scene.GetSceneObjectGroup(string name) to match the equivalent GetS...Justin Clark-Casey (justincc)2011-05-201-2/+13
| * implement Scene.GetSceneObjectGroup(UUID fullID) using existing indexJustin Clark-Casey (justincc)2011-05-201-0/+10
| * add test for rezzing an object from a prim itemJustin Clark-Casey (justincc)2011-05-201-1/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-201-1/+1
|\ \ | |/
| * correct small mistake in "delete object name <name>" usage summaryJustin Clark-Casey (justincc)2011-05-181-1/+1
| * Add commands to delete objects by name, UUID, creator or ownerMelanie2011-05-091-0/+67
* | Add commands to delete objects by name, UUID, creator or ownerMelanie2011-05-091-0/+67
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-081-0/+2
|\ \ | |/
| * Bug fix: iars under Library weren't being loaded.Diva Canto2011-05-061-0/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-051-4/+4
|\ \ | |/
| * Broke down Caps.cs into a generic Caps object that simply registers/unregiste...Diva Canto2011-05-011-4/+4
| * When coming in from a legacy region without fatpacks, start scripts theMelanie2011-04-301-0/+16
* | When coming in from a legacy region without fatpacks, start scripts theMelanie2011-04-301-0/+16
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-301-15/+11
|\ \ | |/
| * Delaying starting the scripts on TPs and crossings until the agent is root.Diva Canto2011-04-291-14/+8
| * Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2011-04-281-1/+3
| * Implement agent limitsMelanie2011-04-211-0/+20
* | Add fix a minor bugMelanie2011-04-211-1/+1
* | Honor agent limit for region crossings and teleportsMelanie2011-04-211-0/+11
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-1/+18
|\ \ | |/
| * Adjust the quanterions used in the rez coalsced object tests to get sensible ...Justin Clark-Casey (justincc)2011-04-131-0/+4
| * Add coalesced scene objects class and serializer. This is currently only use...Justin Clark-Casey (justincc)2011-04-131-1/+14
* | Add support for the new display name related functions in LSL. This does notMelanie2011-04-081-6/+6
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-061-15/+4
|\ \ | |/
| * Change some text to make the autoreturn mechanism more obvious, and align wit...Justin Clark-Casey (justincc)2011-04-051-1/+4
| * remove now unused individual LandData prim counts.Justin Clark-Casey (justincc)2011-04-051-14/+0
| * Implement taking of coalesced objects.Melanie2011-04-031-0/+9
| * Remove unused Datastore parameter from RegionInfo (legacy from early 2008)Justin Clark-Casey (justincc)2011-03-311-1/+0
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-03-271-4/+16
|\ \ | |/
| * Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to list...Justin Clark-Casey (justincc)2011-03-231-3/+15
| * On initial setup, include estate and regions names in questions to make it cl...Justin Clark-Casey (justincc)2011-03-211-1/+1
* | Prevent god users from being stopped logging into a regionMelanie2011-03-161-0/+8
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-271-1/+1
|\ \ | |/
| * change some log messages from info to debugJustin Clark-Casey (justincc)2011-02-251-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-241-0/+9
|\ \ | |/
| * Parameterizes the view distance used to compute and manageMic Bowman2011-02-221-0/+9