aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into careminsterMelanie2012-02-011-0/+6
|\ \ | |/
| * Implement "show object uuid <uuid>" console command.Justin Clark-Casey (justincc)2012-01-311-0/+6
* | Merge branch 'master' into careminsterMelanie2012-01-281-0/+6
|\ \ | |/
| * Add experimental --publish option to "save oar" so that OARs reloaded to the ...Justin Clark-Casey (justincc)2012-01-281-0/+6
| * Cleaned up the LookAt code in SOP and SOG. Added support for incrementallyMic Bowman2012-01-131-6/+0
* | Prevent spurious "CHANGED_POSITION" during region backupMelanie2012-01-051-3/+4
* | Merge branch 'master' into careminsterMelanie2011-12-231-1/+1
|\ \ | |/
| * fix the UsesPhysics flag to reference the physics flag rather than the tempon...Mic Bowman2011-12-221-1/+1
* | Merge branch 'master' into careminsterMelanie2011-12-221-3/+2
|\ \ | |/
| * Remove unused m_physicalPrim parameter from SOG.ApplyPhysics()Justin Clark-Casey (justincc)2011-12-221-3/+2
* | Merge branch 'master' into careminsterMelanie2011-12-181-7/+14
|\ \ | |/
| * 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-0/+2
| * refactor: simplify methods in Scene.PacketHandlers.cs by using GetGroupByPrim...Justin Clark-Casey (justincc)2011-12-171-4/+10
| * Stop generating client flags when we send out full object updates.Justin Clark-Casey (justincc)2011-12-161-3/+2
* | Fix hit testing link sets properly. Fix raycasting for LSL.Melanie2011-12-171-6/+6
* | Merge branch 'master' into careminsterMelanie2011-12-141-0/+2
|\ \ | |/
| * Just adding a comment to SendFullUpdatToClientDan Lake2011-12-131-0/+2
* | Fix phantom and temp flags not takingMelanie2011-12-061-2/+2
* | Merge branch 'master' into bigmergeMelanie2011-11-141-24/+0
|\ \ | |/
| * Remove SceneViewer from ScenePresence to reduce quadruple queueing ofDan Lake2011-11-111-24/+0
* | Merge branch 'master' into bigmergeMelanie2011-11-101-1/+6
|\ \ | |/
| * Cleaned UpdatePermissions calls on SOP and SOG to eliminate redundant propert...Dan Lake2011-11-101-1/+6
* | Merge branch 'master' into bigmergeMelanie2011-11-101-10/+15
|\ \ | |/
| * Merge branch 'master' of git://opensimulator.org/git/opensimDan Lake2011-11-101-1/+1
| |\
| * | When updating SOG, a physics taint should not override a full update with a t...Dan Lake2011-11-101-10/+15
* | | Merge branch 'master' into bigmergeMelanie2011-11-101-1/+1
|\ \ \ | | |/ | |/|
| * | minor: Correct misleading method doc on SOG.UpdateRootRotation()Justin Clark-Casey (justincc)2011-11-091-1/+1
| |/
* | Merge branch 'master' into bigmergeMelanie2011-11-061-1/+1
|\ \ | |/
| * Convert SendKillObject to take a list of uint rather than sending oneMelanie2011-11-061-1/+1
* | Merge branch 'master' into bigmergeMelanie2011-11-051-1/+0
|\ \ | |/
| * Don't rotate child prims, if only the root prim is rotated.nebadon2011-11-051-2/+2
| * Replacing te linking code with the code from Avination. Link sets prims are nowMelanie2011-11-051-35/+11
* | Merge branch 'master' into bigmergeMelanie2011-11-041-1/+1
|\ \ | |/
| * Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake2011-11-031-1/+1
| * Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake2011-11-031-1/+1
* | Merge branch 'bigmerge' of ssh://3dhosting.de/var/git/careminster into bigmergeMelanie2011-11-021-4/+4
|\ \
| * \ Merge branch 'master' into bigmergeMelanie2011-11-031-4/+4
| |\ \ | | |/
| | * Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake2011-11-021-3/+3
* | | Fix link order when linking sets to setsMelanie2011-11-021-39/+11
|/ /
* | Merge branch 'master' into bigmergeMelanie2011-10-301-19/+14
|\ \ | |/
| * Remove completely unused SOG.Rotation parameterJustin Clark-Casey (justincc)2011-10-291-8/+0
| * set grp.RootPart.GroupPosition for code consistency (and readability) rather ...Justin Clark-Casey (justincc)2011-10-281-5/+0
| * Add missing doc to rotation/position methods in SOGJustin Clark-Casey (justincc)2011-10-281-5/+5
* | Merge commit '0c041ce12f393367e2754e88d9b8dad5e45f88c4' into bigmergeMelanie2011-10-251-2/+2
|\ \ | |/
* | MergeMelanie2011-10-251-1/+1
* | Merge commit '5ddefc256468e4b394d82a2c4bc69fe28c4b59ea' into bigmergeMelanie2011-10-251-2/+2
|\ \ | |/
| * remove now redundant m_physical_prim flag from SOP.ApplyPhysics()Justin Clark-Casey (justincc)2011-10-151-2/+2
* | Merge branch 'bigmerge' of ssh://3dhosting.de/var/git/careminster into bigmergeMelanie2011-10-121-20/+17
|\ \
| * \ Merge commit '56dbab35e122e724c9277b05820417a05ad8a1be' into bigmergeMelanie2011-10-111-7/+0
| |\ \ | | |/
| | * Remove unimplementated UpdateMovement() methods from SOG, SOP.Justin Clark-Casey (justincc)2011-10-011-7/+0