Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'careminster-presence-refactor' of ↵ | sacha | 2010-08-07 | 1 | -0/+1 |
|\ | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * | Add a CHANGED_POSITION event so scripts don't have to run expensive loops to ↵ | Tom | 2010-08-07 | 1 | -0/+1 |
| | | | | | | | | check for position changes | ||||
* | | and another endless debug cleaning | sacha | 2010-08-07 | 1 | -3/+3 |
|/ | |||||
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-06 | 1 | -0/+2 |
|\ | |||||
| * | add userExposed parameter to part copy event | Justin Clark-Casey (justincc) | 2010-07-28 | 1 | -0/+1 |
| | | |||||
| * | Add EventManager.OnSceneObjectPreSave() for future use. This is triggered ↵ | Justin Clark-Casey (justincc) | 2010-07-26 | 1 | -0/+1 |
| | | | | | | | | immediately before a copy of the group is persisted to storage | ||||
* | | Make sure the avatar position gets moved along with a prim it is sitting on. ↵ | Tom | 2010-08-06 | 1 | -2/+11 |
| | | | | | | | | This fixes mantis #208 and (maybe) issues with chat and sound coming from the wrong place when sat on a vehicle. | ||||
* | | Eat a lockign exception that kills scripts. May bear more investigation | Melanie Thielker | 2010-07-25 | 1 | -2/+11 |
| | | | | | | | | in the long run. | ||||
* | | Merge branch 'careminster-presence-refactor' of ↵ | Melanie Thielker | 2010-07-21 | 1 | -1/+1 |
|\ \ | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * \ | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-07-21 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Allow Megaregions to start properly after an unclean shutdown | Melanie | 2010-07-20 | 1 | -1/+1 |
| | | | |||||
| | * | 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. | ||||
* | | | Refine autoreturn a bit | Melanie Thielker | 2010-07-21 | 1 | -1/+4 |
|/ / | |||||
* | | Bail out in AttachToBackup if the group is an attachment | Tom Grimshaw | 2010-07-13 | 1 | -0/+1 |
| | | |||||
* | | Undo fix is now complete. This commit repairs the special case of the root ↵ | Tom Grimshaw | 2010-07-05 | 1 | -11/+38 |
| | | | | | | | | prim moving or rotating independently of the rest of the group. | ||||
* | | Fix single prim rotation undo. All UNDO functions are now working correctly ↵ | Tom Grimshaw | 2010-07-04 | 1 | -1/+1 |
| | | | | | | | | except for when the root prim is moved or rotated as a single prim (coming soon). | ||||
* | | The majority of the Undo fix. There is still an issue with Rotation which ↵ | Tom Grimshaw | 2010-07-04 | 1 | -19/+19 |
| | | | | | | | | i'll address next; however position undo and scale undo should be working just fine now. Also removed some residual debug logging. | ||||
* | | Fix Undo! Made a lot of changes to Undo state saving; it now considers that ↵ | Tom Grimshaw | 2010-07-03 | 1 | -11/+28 |
| | | | | | | | | groups of objects can be moved and not just individual prims.. | ||||
* | | 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 |
| | | | |