aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* initial introdution of physics actor building control.UbitUmarov2012-02-081-1/+1
* Merge branch 'master' into careminsterMelanie2012-02-051-2/+1
|\
| * change NonPhysicalPrimMax to NonphysicalPrimMax in Scenes.cs to make thenebadon2012-02-041-1/+1
* | Merge branch 'master' into careminsterMelanie2012-02-031-4/+34
|\ \ | |/
| * ObjectAddedToScene event should be fired when duplicating objectsDan Lake2012-02-021-4/+22
| * Add event RegionHeartbeatEnd for modules interested in coordinating activity ...Dan Lake2012-02-011-10/+12
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDan Lake2012-02-011-112/+51
| |\
| * | Add a version of GetGroupByPrim to Scene which accepts UUID instead of localIDDan Lake2012-01-191-0/+10
* | | Streamline banning code using existing methods.Melanie2012-02-021-3/+13
* | | Merge branch 'master' into careminsterMelanie2012-02-011-6/+16
|\ \ \ | | |/ | |/|
| * | Small optimization to last commitMelanie2012-02-011-5/+5
| * | Fix copy/paste errorsMelanie2012-02-011-2/+2
| * | Straighten out some attachment mess. Don't save attachment states for HGMelanie2012-02-011-1/+11
* | | Merge branch 'master' into careminsterMelanie2012-01-311-104/+0
|\ \ \ | |/ /
| * | Move object delete commands into a commands region module, in preparation for...Justin Clark-Casey (justincc)2012-01-311-104/+0
* | | Merge branch 'master' into careminsterMelanie2012-01-311-0/+2
|\ \ \ | |/ /
| * | Add torture tests to test adding 10,000, 100,000 and 200,000 single prim scen...Justin Clark-Casey (justincc)2012-01-311-0/+2
* | | Merge branch 'master' into careminsterMelanie2012-01-261-0/+27
|\ \ \ | |/ /
| * | Support rejecting a teleport if a user is banned in all parcels that haveMelanie2012-01-261-0/+30
* | | Add handling bans properlyMelanie2012-01-241-1/+1
* | | Merge branch 'master' into careminsterMelanie2012-01-101-2/+3
|\ \ \ | |/ /
| * | Teleport DebuggingBlueWall2012-01-101-2/+0
| * | Add some run-time debugging supportBlueWall2012-01-091-0/+3
| * | Use our TeleportFlagsBlueWall2012-01-091-2/+2
| |/
* | That needs to be callable from elsewhere!Melanie2012-01-051-1/+1
* | Merge branch 'master' into careminsterMelanie2012-01-051-0/+1
|\ \ | |/
| * Added EventManager.OnRegionStarted which is triggered when Heartbeat is started.Dan Lake2012-01-041-0/+1
* | Merge branch 'master' into careminsterMelanie2012-01-021-13/+20
|\ \ | |/
| * Bug fix in map tiles in standalone: the map has been blank since commit 01ae9...Diva Canto2011-12-301-13/+20
* | Merge branch 'master' into careminsterMelanie2011-12-221-2/+11
|\ \ | |/
| * rename Scene.m_physicalPrim to PhysicalPrims since its public and access exte...Justin Clark-Casey (justincc)2011-12-221-2/+2
| * Make it possible to force all prims to be phantom via the collidable_prim boo...Justin Clark-Casey (justincc)2011-12-221-0/+9
* | Merge branch 'master' into careminsterMelanie2011-12-191-6/+5
|\ \ | |/
| * Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs a...Justin Clark-Casey (justincc)2011-12-191-6/+5
* | Merge branch 'master' into careminsterMelanie2011-12-181-9/+7
|\ \ | |/
| * Fix bug where objects could not be set to a new group if the group had been c...Justin Clark-Casey (justincc)2011-12-171-3/+1
| * No functional changes. Changed the prefix of that log message [CONNECTION BEG...Diva Canto2011-12-161-6/+6
* | Remove spammy log messages when querying sim healthMelanie2011-12-121-2/+14
* | Merge branch 'master' into careminsterMelanie2011-12-121-4/+4
|\ \ | |/
| * Cleaned up ScenePresence parameters for Flying, WasFlying, FlyingOld and IsCo...Dan Lake2011-12-121-4/+4
* | Merge branch 'master' into careminsterMelanie2011-12-101-35/+38
|\ \ | |/
| * Do some clean up Scene.cs log messages.Justin Clark-Casey (justincc)2011-12-091-24/+38
| * Get rid of IScene.PresenceChildStatus() which always had to execute a lookup ...Justin Clark-Casey (justincc)2011-12-091-11/+0
* | Merge branch 'master' into bigmergeMelanie2011-12-091-11/+4
|\ \ | |/
| * Remove unnecessary AgentCircuitData null check from Scene.AddNewClient().Justin Clark-Casey (justincc)2011-12-081-11/+4
* | Merge branch 'master' into bigmergeMelanie2011-12-081-34/+35
|\ \ | |/
| * On a new client circuit, send the initial reply ack to let the client know it...Justin Clark-Casey (justincc)2011-12-081-12/+3
| * Simplify Scene.AddNewClient()Justin Clark-Casey (justincc)2011-12-081-17/+28
* | Merge commit 'eda770e978c09c756d15ba62dbbf6ee34a61b2f5' into bigmergeMelanie2011-12-081-30/+31
|\ \ | |/
| * On an Exception in Scene.RemoveClient(), always remove the client (and SP) st...Justin Clark-Casey (justincc)2011-12-071-19/+28