aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' into careminsterMelanie2012-04-252-8/+37
|\ \ \ | |/ /
| * | refactor: Combine ScenePresence.Teleport() and TeleportWithMomentum()Justin Clark-Casey (justincc)2012-04-251-16/+0
| * | Add regression test TestSameRegionTeleport()Justin Clark-Casey (justincc)2012-04-252-0/+42
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-04-234-26/+109
|\ \ \ | | |/ | |/|
| * | fix a bug i added fixing another....UbitUmarov2012-04-221-2/+5
| * | changed seletion code. SOP now knows about parts selection. UI actions are se...UbitUmarov2012-04-203-24/+104
* | | Merge branch 'master' into careminsterMelanie2012-04-235-13/+32
|\ \ \ | | |/ | |/|
| * | Mantis 5977 Corrections to llRegionSayToTalun2012-04-231-3/+23
| * | Make TestSetPhysicsSinglePrim() actually add the object to the scene in order...Justin Clark-Casey (justincc)2012-04-221-0/+2
| * | Fix bug where setting phantom on a prim would result in a server log message ...Justin Clark-Casey (justincc)2012-04-223-12/+13
* | | Merge branch 'master' into careminsterMelanie2012-04-223-9/+129
|\ \ \ | |/ /
| * | Add test for setting physics in a linksetJustin Clark-Casey (justincc)2012-04-211-2/+28
| * | Add regression test for prim status when root prim in a new linkset is non-ph...Justin Clark-Casey (justincc)2012-04-212-1/+20
| * | Fix a bug where linking a non-physical prim with a physical prim as root woul...Justin Clark-Casey (justincc)2012-04-212-0/+22
| * | Add test for correct physics status on linking two physics objectsJustin Clark-Casey (justincc)2012-04-211-2/+26
| * | refactor: extract common setup code in SceneObjectStatusTestsJustin Clark-Casey (justincc)2012-04-211-10/+16
| * | Add TestSetPhysics() to SOP status testsJustin Clark-Casey (justincc)2012-04-212-3/+26
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-04-204-14/+57
|\ \ \ | | |/ | |/|
| * | changed - VolumeDetect and phantom setting interaction. Script VD(true) forc...UbitUmarov2012-04-192-13/+40
| * | Allow setting a specific target velocity on TeleportWithMomentumMelanie2012-04-181-1/+11
| * | Prevent objects rezzed in sim from being seen as attachments and becoming une...Melanie2012-04-171-0/+6
* | | Merge branch 'master' into careminsterMelanie2012-04-183-1/+59
|\ \ \ | | |/ | |/|
| * | minor: Add some method doc. Add warnings since calling SOG link/delink metho...Justin Clark-Casey (justincc)2012-04-172-0/+22
| * | Add TestGetChildPartPositionAfterObjectRotation()Justin Clark-Casey (justincc)2012-04-171-1/+37
* | | Merge branch 'master' into careminsterMelanie2012-04-172-3/+31
|\ \ \ | |/ /
| * | Add test TestGetChildPartPosition()Justin Clark-Casey (justincc)2012-04-171-0/+28
| * | refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...Justin Clark-Casey (justincc)2012-04-171-3/+3
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-04-172-3/+27
|\ \ \ | | |/ | |/|
| * | added suport funtions for ubitODE raycastFilteredUbitUmarov2012-04-161-0/+13
| * | Use chode character actor.SetMomentum() to force full restore Velocity in sce...UbitUmarov2012-04-141-1/+3
| * | Use presence absolute position to request raycast to camera. Used m_pos maybe...UbitUmarov2012-04-131-3/+11
| * | don't do Animator.UpdateMovementAnimations() in scenepresence RegionHeartbea...UbitUmarov2012-04-131-2/+3
* | | Merge branch 'master' into careminsterMelanie2012-04-141-5/+30
|\ \ \ | | |/ | |/|
| * | Add GroupPosition and GetWorldPosition() checks to TestGetRootPartPosition()Justin Clark-Casey (justincc)2012-04-141-1/+3
| * | minor: make test names consistentJustin Clark-Casey (justincc)2012-04-141-1/+1
| * | refactor: move common init code into SetUp() in SceneObjectSpatialTestsJustin Clark-Casey (justincc)2012-04-141-8/+13
| * | refactor: put SOG position test in a separate TestSceneObjectGroupPosition()Justin Clark-Casey (justincc)2012-04-141-1/+17
| * | Add simple RelativePosition and OffsetPosition checks to TestGetRootPartPositionJustin Clark-Casey (justincc)2012-04-141-0/+2
* | | Merge branch 'master' into careminsterMelanie2012-04-141-0/+65
|\ \ \ | |/ /
| * | Add very basic TestGetRootPartPosition() testJustin Clark-Casey (justincc)2012-04-141-0/+65
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-04-132-273/+196
|\ \ \ | | |/ | |/|
| * | make llGetGeometricCenter() work as in current SL. Now this is not real geom ...UbitUmarov2012-04-092-10/+49
| * | sop.AddToPhysics(..) fixed and in use. For now it seems it needs to set sop....UbitUmarov2012-04-091-263/+147
* | | Merge branch 'master' into careminsterMelanie2012-04-133-68/+106
|\ \ \ | | |/ | |/|
| * | Mantis 55025 Implement script time.Talun2012-04-123-7/+65
* | | Merge branch 'master' into careminsterMelanie2012-04-094-2/+118
|\ \ \ | |/ / | | / | |/ |/|
| * Mantis5502 implementation of some of the new constantsTalun2012-04-093-2/+115
| * Addresses mantis #5846Diva Canto2012-04-081-1/+3
* | Merge branch 'master' into careminsterMelanie2012-04-076-59/+218
|\ \ | |/
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-04-064-97/+128
| |\