aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-3826/+0
* * minor: remove some pointless assignments in SOG.Copy() that had already bee...Justin Clarke Casey2009-02-031-1/+1
* Subscribe to collision events if needed when turning an object to non-phantom...idb2009-01-181-0/+10
* Added a taint to the sculpt texture callback in an attempt to mitigate Mantis...Dahlia Trimble2009-01-151-0/+2
* Improve parsing of joint parameters for NINJA physics (Mantis #2966). nlin2009-01-141-1/+1
* * minor; Very minor non-functional tidy upsJustin Clarke Casey2009-01-131-1/+0
* Use only one (static) (de-)serializer for (de-)serializing SOPs.Homer Horwitz2009-01-021-3/+5
* * Adding some recognizable and search-able test to some WriteLine(e.ToString(...Teravus Ovares2009-01-021-2/+2
* Update svn properties, minor formatting cleanup.Jeff Ames2008-12-301-1/+1
* * Applying Nlin's NINJA Joint patch. v2. Mantis# 2874Teravus Ovares2008-12-261-52/+230
* * minor: small documentation commentJustin Clarke Casey2008-12-231-0/+7
* * Remove IGesturesModules since it won't be very helpful without a client mes...Justin Clarke Casey2008-12-231-2/+0
* * refactor: Replace part of SceneObjectPart with the identical sound playing ...Justin Clarke Casey2008-12-231-15/+5
* Thanks Gerhard for a patch that implements part 3 of VolumeDetection / persis...Dahlia Trimble2008-12-221-1/+6
* Mantis#2796. Thank you kindly, Gerhard for a patch that addresses:Charles Krinke2008-12-201-15/+81
* Fix Mantis#2878 for now by not resetting physical values on rez (only on swit...Homer Horwitz2008-12-201-1/+1
* - Set acceleration and rotational velocity to 0, tooHomer Horwitz2008-12-191-7/+10
* Stop prims that get non-physical. Fixes Mantis#2859.Homer Horwitz2008-12-191-0/+7
* Remove forgotten debug message from my last commit.Homer Horwitz2008-12-191-1/+0
* Reset Expire date for tempOnRez objects on rez. Fixes Mantis#2848Homer Horwitz2008-12-191-4/+13
* Make llSetAlpha and llSetTexture properly queue full updates, so changesMelanie Thielker2008-12-181-1/+1
* * Implement 'Save Object Back to My Inventory'. On the Linden client this is...Justin Clarke Casey2008-12-171-6/+43
* * minor: method documentation and miscellaneous tidyJustin Clarke Casey2008-12-151-7/+8
* * Implements the torque/Rotational Impulse methods in the PhysicsAPI and the ...Teravus Ovares2008-12-141-0/+62
* * Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect.Teravus Ovares2008-12-091-0/+8
* * Tweaks physics so that linked prim are a single body. This will make linke...Teravus Ovares2008-12-071-0/+6
* Stop attachments from twisting away. Thismakes attachments phantom, whichMelanie Thielker2008-11-291-4/+4
* Fix build breakMelanie Thielker2008-11-271-1/+1
* And take away a now unnecessare swap elsewhere. We should not be swappingMelanie Thielker2008-11-271-6/+1
* Committing the LCO database layer. Native MySQL, no ADO. New reconnectMelanie Thielker2008-11-261-1/+9
* * Make a step on removing direct access to TaskInventoryDictionary from other...Justin Clarke Casey2008-11-251-3/+3
* * Remove direct access to Inventory.SerialJustin Clarke Casey2008-11-251-7/+11
* * refactor: Establish an IEntityInventory interface for SceneObjectPartInvent...Justin Clarke Casey2008-11-251-1/+1
* 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