aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-02-10* A lot of ugly permissions updates.Teravus Ovares1-0/+9
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-3/+3
2008-02-08refactor - remove unused m_children from EntityBaseJustin Clarke Casey1-2/+0
2008-02-06* Added Active Scripts to report the number of scripts running to Sim Stats Teravus Ovares1-0/+12
2008-02-05Converted logging to use log4net.Jeff Ames1-2/+2
2008-01-29* Implemented grab and throw in ODE. It's a little strong still so toss gent...Teravus Ovares1-6/+38
2008-01-22* changed nonsensical PermissionMask and ObjectFlags mixup; if this causes pe...lbsa711-2/+2
2008-01-21* Make object persistence more granular by separating prim and prim inventory...Justin Clarke Casey1-2/+7
2008-01-18On reflection, HasGroupChanged is more appropriateJustin Clarke Casey1-10/+10
2008-01-18Change SOP.HasChanged to HasPrimChanged in preparation for further changesJustin Clarke Casey1-8/+12
2008-01-17* Added llApplyImpulse in the global frame. The object must be physical befo...Teravus Ovares1-0/+10
2008-01-17* added ForEachPart helperlbsa711-2/+16
2008-01-16* Fix mantis 345 - it is now possible to duplicate prims directly in the regi...Justin Clarke Casey1-4/+2
2008-01-16* Store task inventory when an object is taken into agent inventoryJustin Clarke Casey1-4/+8
2008-01-15* Delinking doesn't leave invisible physical objects behind anymoreTeravus Ovares1-0/+6
2008-01-15* Pass 2 of collidable (non physical) linksetsTeravus Ovares1-6/+16
2008-01-15* Mother of all commits:Adam Frisby1-2/+2
2008-01-14* First pass at collidable linksetsTeravus Ovares1-29/+51
2008-01-14Remove unused SOG constructorJustin Clarke Casey1-8/+0
2008-01-10Fix r2959 - last letter was being sliced off region prim renamesJustin Clarke Casey1-2/+2
2008-01-09Prim inventory script saving phase 2.Justin Clarke Casey1-4/+3
2008-01-06Factor out inventory code in SceneObjectGroup into seperate class. Justin Clarke Casey1-96/+1
2008-01-06Factor out TaskInventoryItemJustin Clarke Casey1-6/+6
2008-01-06Prim inventory phase 4. Properly recover the prim folder ID from storage. S...Justin Clarke Casey1-5/+11