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