aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * You can now rez objects out of inventory at the correct offset from prim yo...Teravus Ovares2008-05-011-2/+29
* * Patch by Melanie. Implements proper objectflags on child objects. Thanks ...Teravus Ovares2008-04-301-92/+15
* Patch from Melanie: 0001087: Crash to bash de-linking objects. Thanks Melanie!Teravus Ovares2008-04-291-1/+2
* * Fixes child prim not editable as an attachment. You can right click on chi...Teravus Ovares2008-04-291-1/+15
* * Added basic 3-5 level undo on prim position/rotation/scale.Teravus Ovares2008-04-281-3/+22
* * Single Attachments now work from inventory. You can attach from inventory ...Teravus Ovares2008-04-271-2/+24
* * More attachment stuff, reworked some of the inventory routines to be what I...Teravus Ovares2008-04-271-0/+22
* * First draft implementation of copying prim inventory items back to agent in...Justin Clarke Casey2008-04-261-1/+1
* * Ooops, attachments now teleport/cross region borders along with your avatar...Teravus Ovares2008-04-261-15/+42
* * Fixes prim crossing. See bug 1050.Teravus Ovares2008-04-251-2/+21
* * Check in odds and ends which remain as an attempt to get the item propertie...Justin Clarke Casey2008-04-251-1/+7
* * Implements llTarget, llTargetRemove, at_target(), not_at_target()Teravus Ovares2008-04-251-3/+149
* * Adds much better support for attachments that you right click on in world.Teravus Ovares2008-04-241-1/+37
* * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF)Teravus Ovares2008-04-231-3/+39
* * Added missing reference to OpenSim.Framework.Communications to RemoteAdminP...Adam Frisby2008-04-211-602/+602
* * Various compiler warning cleanups.Adam Frisby2008-04-211-1/+1
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-2/+0
* * Updates LSL2CS converterTeravus Ovares2008-04-201-0/+135
* Thank you kindly krtaylor for a patch to solve:Charles Krinke2008-04-191-1/+43
* * Added lock persistenceTeravus Ovares2008-04-181-3/+4
* * Nasty hack to reduce the incidence of spurious exceptions where a user dele...Justin Clarke Casey2008-04-071-3/+4
* * Okay you can put down your pitchforks - this patch should fix rezzing of it...Justin Clarke Casey2008-04-071-26/+36
* * I XmlIgnored the TaskInventory Property as a temporary measure. Taking th...Teravus Ovares2008-04-071-1/+1
* * Removing debugging goo for mantis 854 since the fix is reported to work.Justin Clarke Casey2008-04-041-1/+1
* * Attempted resolution for mantis 854Justin Clarke Casey2008-04-031-0/+3
* * Add some temporary task inventory item inflation debug messages to investig...Justin Clarke Casey2008-04-021-1/+1
* * Fix for mantis #678Justin Clarke Casey2008-04-011-1/+4
* * Refactored out circular reference in Region.Environment <-> Framework.Data....lbsa712008-03-251-9/+5
* * Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.Teravus Ovares2008-03-251-0/+21
* * Added a little more stability for getting the object list from the parcel b...Teravus Ovares2008-03-231-2/+14
* * Implements Oriented Bounding Box raytracing.Teravus Ovares2008-03-231-1/+3
* * Removed more encoding faults.Adam Frisby2008-03-211-3/+0
* * Converted a large number of ASCII encodings to UTF8.Adam Frisby2008-03-211-1/+2
* * Add a large amount of extra locking to m_parts in SceneObjectGroup Justin Clarke Casey2008-03-181-125/+235
* * Stop (which currently removes) all scripts in an object when that object is...Justin Clarke Casey2008-03-181-0/+11
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* * Remove stupid bug I just introduced where delinking would only delink one p...Justin Clarke Casey2008-03-141-12/+1
* * Minor - error message should be a warning. SpellingJustin Clarke Casey2008-03-141-1/+1
* * The rest of the fix necessary for mantis #766 - terse updates brokenJustin Clarke Casey2008-03-141-3/+26
* * As yet incomplete fix for mantis #766 - terse updates brokenJustin Clarke Casey2008-03-141-1/+7
* * Added null root part guardlbsa712008-03-141-1/+9
* * Added proper handling of llSetStatus(STATUS_PHYSICS,BOOL)Teravus Ovares2008-03-141-0/+47
* * Preliminary work with the ODEPlugin to collect collision data.Teravus Ovares2008-03-141-0/+3
* * Very minor comment change to reflect the fact that eliminating spurious del...Justin Clarke Casey2008-03-131-2/+4
* * Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp...Justin Clarke Casey2008-03-131-3/+11
* * Fix mantis 757.Justin Clarke Casey2008-03-121-5/+7
* Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague2008-03-051-13/+13
* this is probably just a band aid, but should at leastSean Dague2008-03-041-3/+9
* Change handler001 through handler009 to moreCharles Krinke2008-03-021-4/+4
* * This is a very icky implementation of physical linkset prim using fixed joi...Teravus Ovares2008-03-021-2/+5