aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Restore heartbeat threadMelanie2011-02-191-5/+3
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-191-162/+171
|\ \ | |/
| * Put some CapabilitiesModule null checks in SceneJustin Clark-Casey (justincc)2011-02-181-4/+11
| * Add very basic test which invokes the scene update loop once and checks the f...Justin Clark-Casey (justincc)2011-02-181-154/+153
| * Add support for new naming syntax of linked regions to osTeleportAgent and os...Marck2011-02-171-3/+3
| * Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-1/+2
* | Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-2/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-121-0/+2
|\ \ | |/
| * Added emergency monitoring of UDP Outgoing packets thread. Just type "emergen...Diva Canto2011-02-081-0/+2
| * Fix up QueryAccess to also check parcelsMelanie2011-01-281-1/+1