aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-25* Fixes prim crossing. See bug 1050.Teravus Ovares1-1/+15
2008-04-25* Check in odds and ends which remain as an attempt to get the item propertie...Justin Clarke Casey1-2/+2
2008-04-25* Fixes Mantis: 1049. Y Texture repeat not being applied to resulting animat...Teravus Ovares1-1/+1
2008-04-25* Fixes the object pay box to default to -2,-2,-2,-2,-2. Fixes mantis 1045.Teravus Ovares1-1/+1
2008-04-25* Used thomas' patch m884 as an example to make HUD attachments work. While...Teravus Ovares1-1/+1
2008-04-25* Implements llTarget, llTargetRemove, at_target(), not_at_target()Teravus Ovares1-1/+15
2008-04-24replace hard tabs with 4 spaces to be consistant in the source.Sean Dague1-8/+8
2008-04-24* Adds much better support for attachments that you right click on in world.Teravus Ovares1-6/+28
2008-04-23* Fixed an annoying pop-up box when crossing borders.Teravus Ovares1-2/+2
2008-04-23* Patch from Melanie. Mantis 0001037: Add various internal plumbing to the...Teravus Ovares1-0/+3
2008-04-23* Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF)Teravus Ovares1-0/+17
2008-04-23* Applying Mantis #1022 - Thanks Melanie!Adam Frisby1-2/+11
2008-04-23* Applying Mantis #1021 (llStartAnimation/llStopAnimation) - Thanks Melanie!Adam Frisby1-1/+1
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-7/+5
2008-04-20* Updates LSL2CS converterTeravus Ovares1-3/+11
2008-04-03* Resolve mantis 849Justin Clarke Casey1-1/+8
2008-04-02* Add some temporary task inventory item inflation debug messages to investig...Justin Clarke Casey1-2/+2
2008-03-25* Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f...Teravus Ovares1-1/+1
2008-03-25* Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f...Teravus Ovares1-0/+1
2008-03-25* On Ray casting. Now returning the face normal of the collision face.Teravus Ovares1-2/+2
2008-03-25* Refactored out circular reference in Region.Environment <-> Framework.Data....lbsa711-2/+9
2008-03-25* Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.Teravus Ovares1-0/+18
2008-03-24* Added llApplyImpulse in the local frame.Teravus Ovares1-4/+20
2008-03-24* OBB: Flipped the -y face normal so ray casting against the -y face correctl...Teravus Ovares1-4/+4
2008-03-23* Implements Oriented Bounding Box raytracing.Teravus Ovares1-20/+209
2008-03-22Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). alondria1-2/+16
2008-03-22* Committing some math to discover the Oriented Bounding Box and decomposing ...Teravus Ovares1-0/+113
2008-03-21* Updated ray tracing code. It's now good enough to use when the XYZ vector...Teravus Ovares1-0/+7
2008-03-19Fix server crash when setting prims physical under basic physics.Jeff Ames1-2/+6
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-17From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague1-1/+1
2008-03-16* Fixed prim creation in basic physics mode. ( BasicPhysics returns null prob...Teravus Ovares1-3/+7
2008-03-14* Minor - error message should be a warning. SpellingJustin Clarke Casey1-1/+1
2008-03-14* The rest of the fix necessary for mantis #766 - terse updates brokenJustin Clarke Casey1-4/+14
2008-03-14* As yet incomplete fix for mantis #766 - terse updates brokenJustin Clarke Casey1-1/+11
2008-03-14* Added null root part guardlbsa711-0/+1
2008-03-14* Added proper handling of llSetStatus(STATUS_PHYSICS,BOOL)Teravus Ovares1-1/+14
2008-03-14* Preliminary work with the ODEPlugin to collect collision data.Teravus Ovares1-1/+2
2008-03-13* Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp...Justin Clarke Casey1-5/+17
2008-03-12Applied patch from mantis #749, Grass now stays to set type when moved. thank...MW1-2/+2
2008-03-10ODEPluginTeravus Ovares1-0/+16
2008-03-10* Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.Teravus Ovares1-0/+8
2008-03-05Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague1-15/+15
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-1/+118
2008-03-03* Applied patch 708 from devalnor. Thanks devalnor!Teravus Ovares1-1/+1
2008-03-02* This is a very icky implementation of physical linkset prim using fixed joi...Teravus Ovares1-0/+11
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-20* Fixed xml loading bug (the xml was scheduled for update before added to a s...lbsa711-1/+0
2008-02-20* Made a quickupdate method to run through only entities that have scheduled ...Teravus Ovares1-0/+3
2008-02-16Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C...MW1-2/+1