aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up my own shoddy code! Fixes prim rez break. Whups!Thomas Grimshaw2010-04-051-22/+26
|
* Merge branch 'master' of ssh://TOR/var/git/careminsterThomas Grimshaw2010-04-051-7/+25
|\
| * Fix some overlooked merge conflicts that got committedMelanie2010-04-051-10/+0
| |
| * Merge branch '0.6.9-post-fixes' into careminsterMelanie2010-04-051-6/+34
| |\
| | * Fix bug where approximately half the time, attachments would rez only their ↵Justin Clark-Casey (justincc)2010-03-091-7/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | root prim until right clicked (or otherwise updated). The root cause of this problem was that multiple ObjectUpdates were being sent on attachment which differed enough to confuse the client. Sometimes these would eliminate each other and sometimes not, depending on whether the scheduler looked at the queued updates. The solution here is to only schedule the ObjectUpdate once the attachment code has done all it needs to do. Backport from head.
* | | This commit adds some randomness to object persistence. It's a Work In ↵Thomas Grimshaw2010-04-051-4/+42
|/ / | | | | | | Progress, I am working on improving this to a tiered approach.
* | RotLookAt repaired; debug msg cleanup.Kitto Flora2010-03-141-2/+2
| |
* | Merge branch '0.6.9-post-fixes' into careminsterMelanie2010-03-061-35/+147
|\ \ | |/
| * Formatting cleanup.Jeff Ames2010-02-221-1/+1
| |
| * Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-02-161-35/+104
| |\
| | * Revolution is on the roll again! :)Revolution2010-02-141-35/+104
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: Undo, T-pose of others on login, modifiedBulletX works again, feet now stand on the ground instead of in the ground, adds checks to CombatModule. Adds: Redo, Land Undo, checks to agentUpdate (so one can not fall off of a region), more vehicle parts. Finishes almost all of LSL (1 function left, 2 events). Direct flames and kudos to Revolution, please Signed-off-by: Melanie <melanie@t-data.com>
| * | minor: Make SOG.DelinkFromGroup() return the newly delinked scene object ↵Justin Clark-Casey (justincc)2010-02-161-10/+25
| |/ | | | | | | instead of void
* | Merge branch 'master' into careminsterMelanie2010-02-081-1/+10
|\ \ | |/
| * refactor: Reuse SceneObjectGroup.IsAttachmentCheckFull() in ↵Justin Clark-Casey (justincc)2010-02-081-1/+10
| | | | | | | | Scene.AddSceneObject since this wraps a check that is much less clear
* | Merge branch 'master' into careminsterMelanie2010-02-031-2/+5
|\ \ | |/
| * minor: add reminder to lock SOG.Children before using it directly in order ↵Justin Clark-Casey (justincc)2010-02-021-2/+5
| | | | | | | | to avoid threading issues
* | Merge branch 'master' into careminsterMelanie2010-01-111-124/+124
|\ \ | |/
| * Whitespace cleanupMelanie2010-01-111-124/+124
| |
* | Merge branch 'master' into careminsterMelanie2010-01-111-3/+127
|\ \ | |/
| * Adds llRotTarget and the events at_rot_target and not_at_rot_target.Revolution2010-01-111-3/+127
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | Merge branch 'master' into careminsterMelanie2009-12-311-0/+11
|\ \ | |/
| * Readds llCollisionFilter and adds llPassCollision.Revolution2009-12-311-0/+11
| | | | | | | | | | | | Applied with whitespace cleanup Signed-off-by: Melanie <melanie@t-data.com>
* | Merge branch 'master' into careminsterMelanie2009-12-221-1/+2
|\ \ | |/
| * Glue code for a couple of new LSL function implementationsMelanie2009-12-221-0/+39
| |
| * Remove extra forced updates. They're not needed for each prim. Really.Melanie2009-12-061-8/+8
| |
| * Eliminate multiple updates on link/unlinkMelanie2009-12-061-4/+4
| |
* | Fix to existing ReaderWriterLockSlim implementationsCasperW2009-12-061-2/+8
| |
* | Remove extra forced updates. They're not needed for each prim. Really.Melanie2009-12-061-7/+7
| |
* | Eliminate multiple updates on link/unlinkMelanie2009-12-061-4/+4
| |
* | Merge branch 'master' into careminsterMelanie2009-12-051-2/+7
|\ \ | |/
| * * Fixes the 10x10x10 hard physics limitation. (wierdly, you have to set ↵Teravus Ovares (Dan Olivares)2009-12-031-1/+3
| | | | | | | | | | | | | | this for each region in your Regions.ini[PhysicalPrimMax = 10(default)]) * Adds a configurable maximum object mass before the mass is clamped. Default is 10000.01. Configurable by changing maximum_mass_object in the [ODEPhysicsSettings] section. * Clamping the mass is important for limiting the amount of CPU an object can consume in physics calculations. Too high, and the object overcomes restitution forces by gravity alone. This generates more collisions potentially leading to 'deep think'.
| * Reset update flag when a SOG is deleted. This fixes llDie();Melanie2009-11-271-0/+1
| |
* | Enforce physical prim max size on single prims.CasperW2009-11-301-61/+58
| | | | | | | | Also convert a lock() to ReaderWriterLockSlim that i missed in the last commit
* | Convert multiple lock()s which directly hinder script performance in ↵CasperW2009-11-301-123/+277
| | | | | | | | linksets to ReaderWriterLockSlim.
* | Reset update flag when a SOG is deleted. This fixes llDie();Melanie2009-11-271-0/+1
| |
* | Merge branch 'master' into careminsterMelanie2009-11-261-11/+0
|\ \ | |/
| * Remove the old (Remoting) region crossing code. Fix the new code toMelanie2009-11-261-11/+0
| | | | | | | | | | | | | | | | | | | | pass script state and assembly again properly. Reintroduce respecting tht TrustBinaries flag. Changes the interregion protocol! No version bump because it was broken anyway, so with a version mismatch it will simply stay broken, but not crash. Region corssing still doesn't work because there is still monkey business with both rezzed prims being pushed across a border and attached prims when walking across a border. Teleport is untested by may work.
* | Merge branch 'careminster' into testsKittoFlora2009-11-161-26/+25
|\ \ | |/
| * Make GroupRootUpdate be a terse update. This method is not used by opensim ↵Diva Canto2009-11-141-2/+2
| | | | | | | | (it should), but it's used by external modules.
| * Removing EntityBase.RotationJohn Hurliman2009-11-041-0/+8
| |
| * Another race condition fix in SceneObjectGroupJohn Hurliman2009-11-021-7/+11
| |
| * Small performance tweaks to code called by the heartbeat loopJohn Hurliman2009-10-281-15/+2
| |
| * Always send a time dilation of 1.0 while we debug rubberbanding issuesJohn Hurliman2009-10-281-2/+2
| |
* | Merge branch 'vehicles' into testsKittoFlora2009-10-271-20/+45
|\ \ | |/ | | | | | | | | | | Conflicts: OpenSim/Region/Physics/Manager/PhysicsActor.cs OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
| * Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman2009-10-261-14/+12
| |
| * Changing Scene.ForEachClient to use the synchronous for loop instead of ↵John Hurliman2009-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | Parallel. This is quite possibly the source of some deadlocking, and at the very least the synchronous version gives better stack traces * Lock the LLUDPClient RTO math * Add a helper function for backing off the RTO, and follow the optional advice in RFC 2988 to clear existing SRTT and RTTVAR values during a backoff * Removing the unused PrimitiveBaseShape.SculptImage parameter * Improved performance of SceneObjectPart instantiation * ZeroMesher now drops SculptData bytes like Meshmerizer, to allow the texture data to be GCed * Improved typecasting speed in MySQLLegacyRegionData.BuildShape() * Improved the instantiation of PrimitiveBaseShape
| * Implemented a "FrontBack" prioritizer, using distance plus the plane ↵John Hurliman2009-10-231-3/+30
| | | | | | | | equation to give double weight to prims/avatars in front of you
| * Experimental change to use an immutable array for iterating ScenePresences, ↵John Hurliman2009-10-231-2/+2
| | | | | | | | avoiding locking and copying the list each time it is accessed
* | Add llRotLookat pt1.KittoFlora2009-10-261-0/+39
|/
* Merge branch 'master' into vehiclesMelanie2009-10-221-2/+74
|\