aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* keeping opensim safe for children -- made some namespace references less expl...Jeff Ames2007-12-041-4/+2
* * Some more ApplyPhysics voodoolbsa712007-12-041-2/+1
* * ApplyPhysics now creates the PhysActor as well.lbsa712007-12-041-82/+103
* * Removed 12 compiler warnings.Adam Frisby2007-12-041-1/+0
* *Refactored the initial raytracer so it doesn't use the Parent reference.Teravus Ovares2007-11-301-17/+33
* * Refactored away permissions and physics flag duplicationslbsa712007-11-301-31/+5
* * Removed permissions flag appliance from Xml deserializationlbsa712007-11-301-34/+47
* * Extended our semi-stupid implementation of in world object permissions to s...Teravus Ovares2007-11-301-7/+76
* * Temporary fix for 'User already online' issue in standalone mode.Teravus Ovares2007-11-301-0/+11
* * Fixed neighbour range buglbsa712007-11-291-8/+8
* * added some functions for use in raytracing. They're kind of crappy now, so...Teravus Ovares2007-11-231-0/+85
* *Huge* structural changes in ODE/OdePrim to get all of the calls in threadloc...Teravus Ovares2007-11-201-32/+46
* cleaned up some mono compiler warningsJeff Ames2007-11-181-1/+1
* * Found several cases where prim set physical were not subscribing to physics...Teravus Ovares2007-11-181-0/+2
* Added ClickAction property to SceneObjectPart (and the relevant changes in IC...MW2007-11-171-1/+13
* minor cleanup of some dodgy bitsJeff Ames2007-11-171-10/+1
* * Resolved the situation where prim is loaded from storage and when pushed ne...Teravus Ovares2007-11-161-17/+38
* * Trying a space/collision optimization technique in ODE. Let me know if you...Teravus Ovares2007-11-161-1/+2
* * ODE step two on the way to separate dynamic space allocation ( One more to ...Teravus Ovares2007-11-161-6/+48
* * Implemented the little friendly pop tooltip messages that appear when you h...Teravus Ovares2007-11-151-4/+30
* * Copied objects are now owned by the object copier (Next Owner) (however nex...Teravus Ovares2007-11-141-1/+3
* Patch from Mathias Soeken (thanks Mathias!) to take care of the color Dalien Talbot2007-11-111-1/+22
* * adds flag in OpenSim.ini for disabling physical prim. Look at OpenSim.ini....Teravus Ovares2007-11-111-5/+8
* * Moved BulletX off of the 'constant terse update' method. It now only sends...Teravus Ovares2007-11-091-4/+7
* * Fixed occasional character drift caused by sim not sending the avatar's fin...Teravus Ovares2007-11-081-0/+12
* * Added Rotational Velocity reporting for Client Interpolation to Terse UpdatesTeravus Ovares2007-11-081-3/+27
* Thank you, Teravus for: Solution for 'after using physical prim with MonoSql...Charles Krinke2007-11-051-1/+5
* Applying Teravus patch # 557. Some glue code for the updating of prim's veloc...MW2007-11-041-4/+34
* Fixes a bug with a ZERO Quaternion when creating a prim.darok2007-11-031-4/+8
* Modifications for prim movement. For now only in Mod. BulletX, but i think it...darok2007-11-031-5/+68
* First part of Scene refactoring:MW2007-11-031-0/+1
* Changes in BulletXPlugin: Added new class BulletXActor class inherits from Ph...darok2007-11-031-9/+10
* * Diuerse beavtificatemslbsa712007-11-011-50/+52
* Thank you, Melanie for solving: When receiving an ObjectAdd packet, the Rotat...Charles Krinke2007-11-011-2/+7
* Thank you Melanie for a patch to SceneObjectPart.cs so that on first transmis...Charles Krinke2007-11-011-2/+19
* Tevarus' patch for object flags & implemented Phantom editsdan miller2007-10-301-4/+102
* * Optimized usingslbsa712007-10-301-14/+9
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-2/+1
* Started the process of cleaning up AssetCache and moving most of the code int...MW2007-10-291-2/+2
* Couple of small changes to Xml serialising of SceneObjectGroups (shouldn't ef...MW2007-10-161-0/+2
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-1/+29
* * Just extracted a standard ToXml() on SceneObjectGrouplbsa712007-10-121-1/+2
* Some changes to the sending of updates of SceneObjects to clients, that I did...MW2007-10-111-8/+5
* * First example of moving stuff to a Region layerlbsa712007-09-211-9/+0
* * Continuing refactoring of presencelbsa712007-09-211-2/+2
* * even more renaming and refactoring; the cleaning woman is on call.lbsa712007-09-201-2/+2
* Rev 1971 : The Lbsa71 vintage commitlbsa712007-09-201-4/+4
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-151/+194
* added ability to update group positionSean Dague2007-09-141-0/+7
* Fixing namespace problems MW2007-09-111-0/+1