aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Implemented grab and throw in ODE. It's a little strong still so toss gent...Teravus Ovares2008-01-291-6/+38
* * changed nonsensical PermissionMask and ObjectFlags mixup; if this causes pe...lbsa712008-01-221-2/+2
* * Make object persistence more granular by separating prim and prim inventory...Justin Clarke Casey2008-01-211-2/+7
* On reflection, HasGroupChanged is more appropriateJustin Clarke Casey2008-01-181-10/+10
* Change SOP.HasChanged to HasPrimChanged in preparation for further changesJustin Clarke Casey2008-01-181-8/+12
* * Added llApplyImpulse in the global frame. The object must be physical befo...Teravus Ovares2008-01-171-0/+10
* * added ForEachPart helperlbsa712008-01-171-2/+16
* * Fix mantis 345 - it is now possible to duplicate prims directly in the regi...Justin Clarke Casey2008-01-161-4/+2
* * Store task inventory when an object is taken into agent inventoryJustin Clarke Casey2008-01-161-4/+8
* * Delinking doesn't leave invisible physical objects behind anymoreTeravus Ovares2008-01-151-0/+6
* * Pass 2 of collidable (non physical) linksetsTeravus Ovares2008-01-151-6/+16
* * Mother of all commits:Adam Frisby2008-01-151-2/+2
* * First pass at collidable linksetsTeravus Ovares2008-01-141-29/+51
* Remove unused SOG constructorJustin Clarke Casey2008-01-141-8/+0
* Fix r2959 - last letter was being sliced off region prim renamesJustin Clarke Casey2008-01-101-2/+2
* Prim inventory script saving phase 2.Justin Clarke Casey2008-01-091-4/+3
* Factor out inventory code in SceneObjectGroup into seperate class. Justin Clarke Casey2008-01-061-96/+1
* Factor out TaskInventoryItemJustin Clarke Casey2008-01-061-6/+6
* Prim inventory phase 4. Properly recover the prim folder ID from storage. S...Justin Clarke Casey2008-01-061-5/+11
* I have fixed the ZeroDecodeCommand bug, and restored my packet recycling code...Johan Berntsson2008-01-031-2/+2
* * This update rolls back the packetpool and LibSL changes. Please retest and...Teravus Ovares2007-12-301-11/+6
* * Patch from Melanie provides Util.CleanString and uses it on the prim name a...Teravus Ovares2007-12-281-1/+0
* * Made a copy of parts before updating to avoid dictionary updated exceptions...lbsa712007-12-281-3/+9
* Patch from Johan: LibSL updated to the latest revision (1568) and all packets...Adam Johnson2007-12-281-5/+8
* * Optimized usingslbsa712007-12-271-52/+41
* If a prim is persisted in the region, scripts dragged into its inventory afte...Justin Clarke Casey2007-12-261-0/+7
* Again, thanks to Alondria for:Charles Krinke2007-12-171-7/+34
* * Debugging Shapelbsa712007-12-131-0/+1
* couple of small fixes.MW2007-12-121-2/+2
* Couple of more small changesMW2007-12-111-1/+4
* Updates to LibSL revision 1498. Thanks Johan!Adam Johnson2007-12-071-1/+1
* * Removed lots of scurrilous uses of ASCII/UTF8.GetBytes for making packet st...Adam Frisby2007-12-061-4/+4
* * Refactored Permissions into ScenePresence as requested by MWTeravus Ovares2007-12-051-7/+26
* keeping opensim safe for children -- made some namespace references less expl...Jeff Ames2007-12-041-1/+2
* * Some more ApplyPhysics voodoolbsa712007-12-041-82/+87
* * ApplyPhysics now creates the PhysActor as well.lbsa712007-12-041-1/+1
* * Added ApplyPhysics helper on group.lbsa712007-12-041-0/+8
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-041-1/+1
* Rezzing multiple copies of a inventory prim should now work.MW2007-12-011-0/+11
* *Refactored the initial raytracer so it doesn't use the Parent reference.Teravus Ovares2007-11-301-5/+14
* small change to OnSceneGroupMove event (in SceneEvents.cs)MW2007-11-301-7/+10
* * Removed permissions flag appliance from Xml deserializationlbsa712007-11-301-9/+14
* * Temporary fix for 'User already online' issue in standalone mode.Teravus Ovares2007-11-301-1/+1
* * Fixed neighbour range buglbsa712007-11-291-10/+10
* * minor refactoringslbsa712007-11-291-1/+1
* * added some functions for use in raytracing. They're kind of crappy now, so...Teravus Ovares2007-11-231-0/+38
* Fixed bug that can lead to infinitive loopsMW2007-11-211-0/+6
* fix for mantis #2 from Justin Casey (IBM)Sean Dague2007-11-201-0/+5
* *Huge* structural changes in ODE/OdePrim to get all of the calls in threadloc...Teravus Ovares2007-11-201-3/+9
* * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares2007-11-181-2/+2