Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove AgentID and GroupOD from the signature of SOG.Copy(). They were never | Melanie Thielker | 2010-06-28 | 1 | -3/+3 |
| | | | | used, but made for a very mispleading read of the code in the callers. | ||||
* | Fix Copy on Ray, Drag Copy and other little things. Removed the wrong and | Melanie Thielker | 2010-06-28 | 1 | -16/+2 |
| | | | | | | | nonworking ownership assignment in SOG, which messed things up before. No longer trust the client to send the ID of the person something is copied as, since it allows to run a script with someone else's permissions. Properly adjust inventory ownership and perms. | ||||
* | Add new event: OnChangedBackup | Tom Grimshaw | 2010-06-25 | 1 | -0/+4 |
| | |||||
* | Add two events: OnAttachToBackup and OnDetachFromBackup. | Tom Grimshaw | 2010-06-25 | 1 | -0/+4 |
| | |||||
* | Allow moving an avatar as part of a linkset using llSetLinkPrimitiveParams. ↵ | Tom Grimshaw | 2010-06-19 | 1 | -2/+54 |
| | | | | This unlocks an awful lot of poseball-free content, and is a step towards resolving mantis #59. | ||||
* | Revert "Introduce SOP.UpdateSitters() to update sitting avatars' chat ↵ | Melanie Thielker | 2010-06-14 | 1 | -9/+0 |
| | | | | | | position if" This reverts commit f59e272643a92b20e7f7eb97f54a30c8b045725d. | ||||
* | Introduce SOP.UpdateSitters() to update sitting avatars' chat position if | Melanie Thielker | 2010-06-13 | 1 | -0/+9 |
| | | | | needed | ||||
* | Get rid of spamming SOG debug message | Tom Grimshaw | 2010-06-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-09 | 1 | -0/+1 |
|\ | |||||
| * | Bug fix on attachments: attach->drop->attach works now. | Diva Canto | 2010-06-09 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-08 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Reduce number of full updates sent on region crossing for attachments/huds ↵ | Justin Clark-Casey (justincc) | 2010-06-08 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | to 1 from 3 This is one step towards reducing hud glitches on region crossing, since the viewer fails to display prims if it receives child full updates before the root prim full update This commit also introduces a mechanism in LLClientView to stop child attachment updates ever going out before the root one This is a very temporary mechanism and will be commented out when the next step of the fix (to give root prims higher udpate priority) is committed This code is a foreport from the equivalent changes in 0.6.9-post-fixes | ||||
| * | Fix prim returns I broke earlier | Melanie Thielker | 2010-06-01 | 1 | -1/+1 |
| | | |||||
| * | Split GetAxisAlignedBoundingBox into two methods to allow calculation of | Melanie Thielker | 2010-06-01 | 1 | -3/+20 |
| | | | | | | | | combined bounding boxes and offsets | ||||
| * | Fix create selection getting overwritten by multiple updates for the same prim. | Melanie Thielker | 2010-05-31 | 1 | -1/+1 |
| | | |||||
* | | Fix prim returns I broke earlier | Melanie Thielker | 2010-06-01 | 1 | -1/+1 |
| | | |||||
* | | Split GetAxisAlignedBoundingBox into two methods to allow calculation of | Melanie Thielker | 2010-06-01 | 1 | -2/+19 |
| | | | | | | | | combined bounding boxes and offsets | ||||
* | | Fix create selection getting overwritten by multiple updates for the same prim. | Melanie Thielker | 2010-05-31 | 1 | -1/+1 |
| | | |||||
* | | Implement suspended updates - When an operation is occurring on lots of ↵ | Tom Grimshaw | 2010-05-29 | 1 | -0/+17 |
| | | | | | | | | prims in a single group, don't schedule any updates until the operation has completed. This makes things like llSetAlpha(LINK_SET,0.0,ALL_SIDES); a *lot* faster, more efficient and less buggy, and also makes unlinking a lot better. Linking is still treacherous.. this needs to be analysed. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-21 | 1 | -101/+2 |
|\ \ | |/ | |||||
| * | * Moving all of the prioritization/reprioritization code into a new file ↵ | John Hurliman | 2010-05-21 | 1 | -100/+1 |
| | | | | | | | | | | | | | | Prioritizer.cs * Simplified the interest management code to make it easier to add new policies. Prioritization and reprioritization share code paths now * Improved the distance and front back policies to always give your avatar the highest priority | ||||
* | | Kill some locks that have crept into SOG | Tom Grimshaw | 2010-05-12 | 1 | -2/+12 |
| | | |||||
* | | Fix overlooked readLock which was left open | Tom Grimshaw | 2010-05-10 | 1 | -1/+2 |
| | | |||||
* | | Adapt CM to the new CHANGED_OWNER handling | Melanie Thielker | 2010-05-03 | 1 | -0/+8 |
| | | |||||
* | | Make scripted attachment states work. Finally. Also replace two monitor locks | Melanie Thielker | 2010-04-25 | 1 | -1/+6 |
| | | | | | | | | with RWLocks, hunting the 10^3 bug. Not successful, but needed to be done anyway | ||||
* | | Remove debug output, the culprit has been identified | Melanie Thielker | 2010-04-23 | 1 | -1/+0 |
| | | |||||
* | | Fix a nullref in attachment handling. Add some debug to find the attachment | Melanie Thielker | 2010-04-23 | 1 | -0/+1 |
| | | | | | | | | state issue | ||||
* | | Merge branch 'careminster' into careminster-presence-refactor | Melanie | 2010-04-13 | 1 | -4/+46 |
|\ \ | |||||
| * | | Fix up my own shoddy code! Fixes prim rez break. Whups! | Thomas Grimshaw | 2010-04-05 | 1 | -22/+26 |
| | | | |||||
| * | | Merge branch 'master' of ssh://TOR/var/git/careminster | Thomas Grimshaw | 2010-04-05 | 1 | -7/+25 |
| |\ \ | |||||
| | * | | Fix some overlooked merge conflicts that got committed | Melanie | 2010-04-05 | 1 | -10/+0 |
| | | | | |||||
| * | | | This commit adds some randomness to object persistence. It's a Work In ↵ | Thomas Grimshaw | 2010-04-05 | 1 | -4/+42 |
| | | | | | | | | | | | | | | | | Progress, I am working on improving this to a tiered approach. | ||||
* | | | | Merge branch 'careminster' into careminster-presence-refactor | Melanie | 2010-04-05 | 1 | -3/+2 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch '0.6.9-post-fixes' into careminster | Melanie | 2010-04-05 | 1 | -6/+34 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Fix bug where approximately half the time, attachments would rez only their ↵ | Justin Clark-Casey (justincc) | 2010-03-09 | 1 | -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. | ||||
* | | | | Rename Meta7Windlight to LightShare | Melanie | 2010-03-30 | 1 | -6/+5 |
| | | | | |||||
* | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-18 | 1 | -2/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Inconsistent locking of ScenePresence array in SceneGraph. Fixed by ↵ | Dan Lake | 2010-03-17 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | eliminating option to return the actual list. Callers can now either request a copy of the array as a new List or ask the SceneGraph to call a delegate function on every ScenePresence. Iteration and locking of the ScenePresences now takes place only within the SceneGraph class. This patch also applies a fix to Combat/CombatModule.cs which had unlocked iteration of the ScenePresences and inconsistent try/catch around the use of those ScenePresences. | ||||
* | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-15 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -3/+3 |
| | | | | |||||
* | | | | Merge branch 'careminster' into careminster-presence-refactor | Melanie | 2010-03-15 | 1 | -16/+44 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | RotLookAt repaired; debug msg cleanup. | Kitto Flora | 2010-03-14 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch '0.6.9-post-fixes' into careminster | Melanie | 2010-03-06 | 1 | -35/+147 |
| |\ \ \ | | | |/ | | |/| | |||||
* | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-04 | 1 | -56/+39 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | compiler warnings revealed that public PlaySoundSlavePrims properties were ↵ | Justin Clark-Casey (justincc) | 2010-03-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | changing the wrong protected fields. correcting these may resolve the sound problems seen recently on the mailing list, though not guaranteed. | ||||
| * | | | refactor: push sog.SendPartFullUpdate() down into sop where it better belongs | Justin Clark-Casey (justincc) | 2010-03-03 | 1 | -33/+4 |
| | | | | | | | | | | | | | | | | no functional changes | ||||
| * | | | Fix bug where approximately half the time, attachments would rez only their ↵ | Justin Clark-Casey (justincc) | 2010-03-03 | 1 | -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. | ||||
* | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-03 | 1 | -49/+134 |
|\ \ \ | |/ / | | / | |/ |/| | This brings careminster on the level of master. To be tested | ||||
| * | Formatting cleanup. | Jeff Ames | 2010-02-22 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-02-16 | 1 | -35/+104 |
| |\ |