aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-20* Updates LSL2CS converterTeravus Ovares1-0/+135
2008-04-19Thank you kindly krtaylor for a patch to solve:Charles Krinke1-1/+43
2008-04-18* Added lock persistenceTeravus Ovares1-3/+4
2008-04-07* Nasty hack to reduce the incidence of spurious exceptions where a user dele...Justin Clarke Casey1-3/+4
2008-04-07* Okay you can put down your pitchforks - this patch should fix rezzing of it...Justin Clarke Casey1-26/+36
2008-04-07* I XmlIgnored the TaskInventory Property as a temporary measure. Taking th...Teravus Ovares1-1/+1
2008-04-04* Removing debugging goo for mantis 854 since the fix is reported to work.Justin Clarke Casey1-1/+1
2008-04-03* Attempted resolution for mantis 854Justin Clarke Casey1-0/+3
2008-04-02* Add some temporary task inventory item inflation debug messages to investig...Justin Clarke Casey1-1/+1
2008-04-01* Fix for mantis #678Justin Clarke Casey1-1/+4
2008-03-25* Refactored out circular reference in Region.Environment <-> Framework.Data....lbsa711-9/+5
2008-03-25* Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.Teravus Ovares1-0/+21
2008-03-23* Added a little more stability for getting the object list from the parcel b...Teravus Ovares1-2/+14
2008-03-23* Implements Oriented Bounding Box raytracing.Teravus Ovares1-1/+3
2008-03-21* Removed more encoding faults.Adam Frisby1-3/+0
2008-03-21* Converted a large number of ASCII encodings to UTF8.Adam Frisby1-1/+2
2008-03-18* Add a large amount of extra locking to m_parts in SceneObjectGroup Justin Clarke Casey1-125/+235
2008-03-18* Stop (which currently removes) all scripts in an object when that object is...Justin Clarke Casey1-0/+11
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-14* Remove stupid bug I just introduced where delinking would only delink one p...Justin Clarke Casey1-12/+1
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-3/+26
2008-03-14* As yet incomplete fix for mantis #766 - terse updates brokenJustin Clarke Casey1-1/+7
2008-03-14* Added null root part guardlbsa711-1/+9
2008-03-14* Added proper handling of llSetStatus(STATUS_PHYSICS,BOOL)Teravus Ovares1-0/+47
2008-03-14* Preliminary work with the ODEPlugin to collect collision data.Teravus Ovares1-0/+3
2008-03-13* Very minor comment change to reflect the fact that eliminating spurious del...Justin Clarke Casey1-2/+4
2008-03-13* Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp...Justin Clarke Casey1-3/+11
2008-03-12* Fix mantis 757.Justin Clarke Casey1-5/+7
2008-03-05Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague1-13/+13
2008-03-04this is probably just a band aid, but should at leastSean Dague1-3/+9
2008-03-02Change handler001 through handler009 to moreCharles Krinke1-4/+4
2008-03-02* This is a very icky implementation of physical linkset prim using fixed joi...Teravus Ovares1-2/+5
2008-02-23* Added Support within the ODEPlugin for Selected. Which means that;Teravus Ovares1-0/+8
2008-02-22* Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares1-2/+4
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-2/+0
2008-02-20* Made a quickupdate method to run through only entities that have scheduled ...Teravus Ovares1-0/+5
2008-02-15* ODE Stability update 4 :D Teravus Ovares1-22/+19
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-1/+1
2008-02-13* Make code fix to address prim rotation unlink issues (mantis 383, 454. 369)Justin Clarke Casey1-5/+16
2008-02-12* Physical prim cross borders and continue from where the left off on the oth...Teravus Ovares1-1/+1
2008-02-12* A bunch of updates to make things more smooth.Teravus Ovares1-1/+4
2008-02-12* This resolves the null exceptions when a script is manipulating a physical ...Teravus Ovares1-3/+9
2008-02-11* Added some connection debugginglbsa711-1/+1
2008-02-11* some refactoring on permissionslbsa711-1/+1
2008-02-11* Changed child_get_tasks to see_into_this_sim_from_neighbor.Teravus Ovares1-6/+9
2008-02-11* um, Prim crossings? Experimental.Teravus Ovares1-15/+8
2008-02-10* This updates adds locking capability. Thanks, lbsa71 for pointing out my b...Teravus Ovares1-10/+2
2008-02-10* Added support for delinking individual prim from a linkset.Teravus Ovares1-0/+7