aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker1-1/+1
2008-11-21* Comment out unused access time method in MSSQLJustin Clarke Casey1-1/+0
2008-11-21* refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey1-19/+48
2008-11-21Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-11-21* minor: Remove comparison of UUID struct against null picked up as a warningJustin Clarke Casey1-1/+1
2008-11-20From: Christopher Yeoh <cyeoh@au1.ibm.com>Sean Dague1-1/+3
2008-11-19Mantis#2656. Thank you kindly, Nlin for a patch that:Charles Krinke1-1/+36
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-3/+3
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-3/+3
2008-11-17Set group on newly rezzed objects to the rezzer's (or rezzing object's)Melanie Thielker1-1/+2
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-3/+3
2008-11-17* Make sure that deleted objects do not send further object updates to the cl...Justin Clarke Casey1-15/+4
2008-11-17* Stop nulling SOG.m_rootPart and parts on object deletionJustin Clarke Casey1-8/+8
2008-11-17Make object chat come from the root prim's center, rather than trying to makeMelanie Thielker1-9/+6
2008-11-17Back out the attachment location patch to debug a crashMelanie Thielker1-4/+5
2008-11-17Try to fix login crashMelanie Thielker1-5/+8
2008-11-17Add some null checksMelanie Thielker1-2/+2
2008-11-17Fix child prims in attachments chatting from near 0,0,0 rather than Melanie Thielker1-3/+3
2008-11-16* Abstracted some methods from SceneObjectGroup to allow them to be overridde...Adam Frisby1-1/+0
2008-11-15Prevent NRE if you do a llSetStatus(STATUS_ROTATION...) on an object that isn...Homer Horwitz1-2/+5
2008-11-11Prevent pieces from other people's HUDs from displaying at the center ofMelanie Thielker1-1/+2
2008-11-10* refactor: clean up SOG xml2 reloading to reuse more codeJustin Clarke Casey1-2/+0
2008-11-10* Extend basic scene test to retrieve the object from the scene and match uuidsJustin Clarke Casey1-55/+2
2008-11-08Mantis #2553: Thank you, idb, for a fix that helps to persist changes in prim...Homer Horwitz1-0/+8
2008-11-07* Apply http://opensimulator.org/mantis/view.php?id=2582Justin Clarke Casey1-36/+16
2008-11-07* Stop requiring local ids in the SOG constructors.Justin Clarke Casey1-9/+6
2008-11-06* Remove SceneObjectPart.AttachToScene() since the remaining instruction can ...Justin Clarke Casey1-8/+1
2008-11-06* eliminate unnecessary ScheduleFullUpdate()Justin Clarke Casey1-2/+0
2008-11-06* refactor: Attach a scene object to a scene separately from its constructionJustin Clarke Casey1-30/+21
2008-11-04Added a (xmlIgnored) SitAnimation property to SceneObjectPart. That allows th...MW1-0/+8
2008-10-18Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker1-49/+69
2008-10-12Fix linking phantom and nonphantom prims. Make the error message more friendlyMelanie Thielker1-1/+1
2008-10-11Fix the fix. Child prims were failing to load.Melanie Thielker1-7/+10
2008-10-11Fix llSetPos to handle child prims correctly. This will fix linked Melanie Thielker1-0/+11
2008-10-10very tiny change MW1-3/+4
2008-10-07* Apply http://opensimulator.org/mantis/view.php?id=1207Justin Clarke Casey1-0/+2
2008-10-06Update svn properties, minor formatting cleanup.Jeff Ames1-8/+8
2008-10-06Implement ForceOwnerPermissive and God TakeCopyMelanie Thielker1-0/+8
2008-10-06Fix a number of errors in transfer of objectsMelanie Thielker1-5/+14
2008-10-06Revert r6697 patch as the build fails.Charles Krinke1-2/+0
2008-10-06Mantis#1207. Thank you, TGlion for a patch that addresses:Charles Krinke1-0/+2
2008-10-03Fix: Mantis#2326: Fix: privilege escalation through attach from groundMelanie Thielker1-0/+5
2008-10-03Implement temp-on-rez objecte really being temporaryMelanie Thielker1-4/+12
2008-10-03Mantis #1360Melanie Thielker1-2/+2
2008-09-29ApplyImpulse now forwards impulse in both local and global modes.Dahlia Trimble1-6/+3
2008-09-28Implement the plumbing for llSetVehicleType from the LSLCharles Krinke1-0/+8
2008-09-28Added the plumbing for llSetVehicleRotationParamCharles Krinke1-0/+8
2008-09-28Plumb the connection though from llSetVehicleVectorParamCharles Krinke1-2/+10
2008-09-28Plumb the connection through from llSetVehicleFloatParamCharles Krinke1-0/+8
2008-09-18* Updates the SQLite region database to support the same properties that the ...Teravus Ovares1-1/+11