aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-18* Updates the SQLite region database to support the same properties that the ...Teravus Ovares1-1/+11
2008-09-13Formatting cleanup.Jeff Ames1-9/+16
2008-09-13Update avatar-position while avatar is sitting and the prim is moved (#2159).Homer Horwitz1-0/+11
2008-09-12* minor: various doc and tidy up, logging increase to make it clearer which p...Justin Clarke Casey1-8/+8
2008-09-09From: alan_webb@us.ibm.comSean Dague1-1/+4
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-09-08Correct state handling and state event masks. Prims will now showMelanie Thielker1-1/+5
2008-09-08Fix component order on a quaternion for the sit target. This causedMelanie Thielker1-1/+1
2008-09-08Implement proper persistence of the following prim properties:Melanie Thielker1-3/+10
2008-09-06* Fixes a few type changes that caused the XML Format to break.Teravus Ovares1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-387/+311
2008-08-24Plumb the data path for all those eye candy values. Saves textureMelanie Thielker1-0/+7
2008-08-24Implements 80% of object buy (prim vendor). You can't buy the object yet,Melanie Thielker1-1/+3
2008-08-18Formatting cleanup.Jeff Ames1-49/+49
2008-08-17Update svn properties, minor formatting cleanup.Jeff Ames1-3/+3
2008-08-17Add some locking on m_undo in SceneObjectPartMelanie Thielker1-15/+25
2008-08-17* half of the attachmentpoint skull fixTeravus Ovares1-0/+17
2008-08-08Mantis#1521. Thank you kindly, Lmmz for a patch that:Charles Krinke1-0/+5
2008-08-07Mantis#1901. Thank you kindly, Nlin for a patch that:Charles Krinke1-1/+1
2008-08-01Mantis#1859. Thank you kindly, Lmmz for a patch that:Charles Krinke1-0/+30
2008-07-26* Changed a number of field names to ccc (public members shouldn't be called m_)lbsa711-33/+33
2008-07-25Attempt to update viewer for some physics status changes in SOPDahlia Trimble1-3/+6
2008-07-25* Stop the HasGroupChanged flag being reverted for newly restored prims which...Justin Clarke Casey1-7/+7
2008-07-24Implements llSetForce() and llGetForce(). These are experimental and the unit...Dahlia Trimble1-0/+16
2008-07-23catch a null case in the convenience RegionID propertySean Dague1-1/+7
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-1/+1
2008-07-22Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker1-1/+1
2008-07-21added experimental packet tracker (LLPacketTracker.cs), which can be told to ...MW1-1/+1
2008-07-21* eliminated some warnings and added some const and readonlieslbsa711-1/+1
2008-07-19Fix prim link numbers (Mantis #1781)Melanie Thielker1-8/+4
2008-07-16make ParentUUID be a cached value, but allow setting it forSean Dague1-2/+11
2008-07-16made SOP have a blank setter for 2 convenience properties.Sean Dague1-0/+2
2008-07-16be a little more discriminating on firing ShapeChanged script eventsSean Dague1-2/+12
2008-07-15added new ParentUUID property to map out from SOP.Sean Dague1-0/+5
2008-07-14added RegionID get propertySean Dague1-0/+6
2008-07-12minor: method documentationJustin Clarke Casey1-115/+65
2008-07-12* minor: just some null guards and name changes to make it clearer that prim ...Justin Clarke Casey1-1/+0
2008-07-07change SitTarget calls from functions to propertiesSean Dague1-39/+17
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-4/+0
2008-07-03add a couple of LL conversion properties to SOP. I'll wait to cleanSean Dague1-0/+28
2008-07-02property encapsulation for SOPSean Dague1-98/+242
2008-07-01merge rotational and angular velocitySean Dague1-22/+13
2008-06-29* Syncs the current revision XML Schema(xsd) to the XML Schema of revision 5251.Teravus Ovares1-211/+252
2008-06-27tart the property wrapping in SOP. This will be a long processSean Dague1-9/+20
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-1/+1
2008-06-27move along, nothing to see here. just a couple of lazy variables.Dr Scofield1-10/+10
2008-06-27run NArrange on SOP to stack together the attributes,Sean Dague1-1919/+1866
2008-06-27* Remove responsibilty for signalling scene object change from SceneObjectPar...Justin Clarke Casey1-4/+21
2008-06-27* refactor: Remove group changed responsibilty from ScheduleGroupForTerseUpdateJustin Clarke Casey1-0/+1
2008-06-27* Add extra backup parameter to InnerScene.AddRestoredSceneObject()Justin Clarke Casey1-0/+2