Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve merge failure | meta7 | 2010-08-10 | 1 | -33/+59 |
|\ | |||||
| * | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-10 | 1 | -19/+45 |
| |\ | |||||
| | * | Changing prim color generates event CHANGED_COLOR. | Marck | 2010-08-10 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
| | * | On shift-copy of an object, set up a new physics actor (as appropriate) for ↵ | Justin Clark-Casey (justincc) | 2010-08-10 | 1 | -4/+18 |
| | | | | | | | | | | | | | | | | | | every copied prim, not just the root This addresses http://opensimulator.org/mantis/view.php?id=4295 | ||||
| | * | Reduce number of paths in SOP code by setting flags via Flags property ↵ | Justin Clark-Casey (justincc) | 2010-08-10 | 1 | -15/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | rather than _flags Both ObjectFlags and Flags are effectively exactly the same property, except that ObjectFlags is uint and Flags is PrimFlags Both reference the PrimFlags _flags underneath, so you couldn't set a non PrimFlags uint anyway. Deprecated ObjectFlags in favour of Flags. | ||||
| * | | Remove windows line endinge | Melanie | 2010-08-10 | 1 | -14/+14 |
|/ / | |||||
* | | Fix a rather nasty issue where the Backup() process causes objects and ↵ | meta7 | 2010-08-07 | 1 | -11/+14 |
| | | | | | | | | avatars sitting on them to be pushed to the corner of the sim. | ||||
* | | Merge branch 'careminster-presence-refactor' of ↵ | meta7 | 2010-08-07 | 1 | -0/+4 |
|\ \ | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * \ | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-07 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | minor: a few miscellaneous comments | Justin Clark-Casey (justincc) | 2010-08-07 | 1 | -0/+4 |
| | | | |||||
* | | | Add a CHANGED_POSITION event so scripts don't have to run expensive loops to ↵ | Tom | 2010-08-07 | 1 | -1/+3 |
|/ / | | | | | | | check for position changes | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-06 | 1 | -2/+38 |
|\ \ | |/ | |||||
| * | Merge branch 'moap' | Justin Clark-Casey (justincc) | 2010-08-06 | 1 | -2/+38 |
| |\ | |||||
| | * | add userExposed parameter to part copy event | Justin Clark-Casey (justincc) | 2010-07-28 | 1 | -1/+6 |
| | | | |||||
| | * | relocate moap specific cloning code to MoapModule | Justin Clark-Casey (justincc) | 2010-07-28 | 1 | -14/+1 |
| | | | |||||
| | * | Fix problem where changes to media textures for prims duplicated by shify ↵ | Justin Clark-Casey (justincc) | 2010-07-28 | 1 | -1/+18 |
| | | | | | | | | | | | | | | | | | | copy would change both prims until server restart I also found out that you can crash the current viewer by giving it more media entrys than it's expecting | ||||
| | * | Fire CHANGED_MEDIA event if a media texture is set or cleared | Justin Clark-Casey (justincc) | 2010-07-26 | 1 | -1/+2 |
| | | | |||||
| | * | implement llSetPrimMediaParams() | Justin Clark-Casey (justincc) | 2010-07-26 | 1 | -1/+2 |
| | | | | | | | | | | | | Untested | ||||
| | * | Implement media texture persistence over server restarts for sqlite | Justin Clark-Casey (justincc) | 2010-07-26 | 1 | -1/+21 |
| | | | | | | | | | | | | This is currently persisting media as an OSDArray serialized to LLSD XML. | ||||
| | * | start storing a mediaurl on the scene object part | Justin Clark-Casey (justincc) | 2010-07-26 | 1 | -1/+6 |
| | | | | | | | | | | | | not yet persisted or sent in the update | ||||
| * | | Correct some script constants. | Melanie | 2010-08-06 | 1 | -3/+4 |
| | | | |||||
| * | | Prevent setting the hovertext from firing changed_color | Melanie | 2010-08-05 | 1 | -1/+0 |
| |/ | |||||
| * | Fix a few permissions vulnerability. Owners could cause permissions | Melanie Thielker | 2010-07-20 | 1 | -0/+3 |
| | | | | | | | | escalation on items contained in prims using a hacked viewer | ||||
| * | Add scripted controllers into agent intersim messaging | Melanie Thielker | 2010-07-11 | 1 | -0/+4 |
| | | |||||
| * | Make taken items go back to the folder they came from | Melanie Thielker | 2010-07-10 | 1 | -0/+3 |
| | | |||||
* | | Make sure the avatar position gets moved along with a prim it is sitting on. ↵ | Tom | 2010-08-06 | 1 | -14/+8 |
| | | | | | | | | This fixes mantis #208 and (maybe) issues with chat and sound coming from the wrong place when sat on a vehicle. | ||||
* | | Merge branch 'careminster-presence-refactor' of ↵ | Tom | 2010-08-06 | 1 | -0/+9 |
|\ \ | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * | | We already have a record of killed prims. It just wasn't used by the new | Melanie Thielker | 2010-08-05 | 1 | -0/+9 |
| | | | | | | | | | | | | JHurlicane code anymore. Use it to prevent sending updates after kills. | ||||
* | | | Implement CHANGED_REGION_(RE)START and also fix various CHANGED_* constants ↵ | Tom | 2010-08-06 | 1 | -3/+4 |
|/ / | | | | | | | which had the wrong values (checked using LSL in SL). This addresses mantis #217 and mantis #53. | ||||
* | | Log the UUID of a prim that fails meshing and set the prim to phantom during | Melanie Thielker | 2010-08-03 | 1 | -8/+15 |
| | | | | | | | | region startup | ||||
* | | Fix a few permissions vulnerability. Owners could cause permissions | Melanie Thielker | 2010-07-15 | 1 | -0/+3 |
| | | | | | | | | escalation on items contained in prims using a hacked viewer | ||||
* | | Preserve attachment data while a prim is in world. Allows attachment | Melanie Thielker | 2010-07-14 | 1 | -0/+8 |
| | | | | | | | | editing on the ground without losing attachpoint and position | ||||
* | | Removed the CHANGED_COLOR event post from the Color accessor in SOP. This is ↵ | Tom Grimshaw | 2010-07-12 | 1 | -1/+0 |
| | | | | | | | | not the correct usage of this changed event - it's only supposed to be posted when the /textures/ change colour or alpha transparency, not the floating text. This fixes several race conditions in scripts ported from SL. | ||||
* | | Add scripted controllers into agent intersim messaging | Melanie Thielker | 2010-07-11 | 1 | -0/+4 |
| | | |||||
* | | Make taken items go back to the folder they came from | Melanie Thielker | 2010-07-10 | 1 | -0/+3 |
| | | |||||
* | | Undo fix is now complete. This commit repairs the special case of the root ↵ | Tom Grimshaw | 2010-07-05 | 1 | -2/+0 |
| | | | | | | | | prim moving or rotating independently of the rest of the group. | ||||
* | | The majority of the Undo fix. There is still an issue with Rotation which ↵ | Tom Grimshaw | 2010-07-04 | 1 | -31/+30 |
| | | | | | | | | 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 | -2/+14 |
| | | | | | | | | groups of objects can be moved and not just individual prims.. | ||||
* | | Make newly created prims be named "Object" and make newly created scripts | Melanie Thielker | 2010-06-29 | 1 | -2/+2 |
| | | | | | | | | have a default touch handler. Compatibility patch | ||||
* | | Merge branch 'careminster-presence-refactor' of ↵ | Tom Grimshaw | 2010-06-20 | 1 | -0/+4 |
|\ \ | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * \ | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-19 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Hunting for the problem in #4777 | Diva Canto | 2010-06-19 | 1 | -0/+4 |
| | | | |||||
| | * | Change the handling of CreateSelected. Only send it on real creation, not | Melanie Thielker | 2010-06-01 | 1 | -1/+2 |
| | | | | | | | | | | | | for each prim coming into view. | ||||
| | * | Fix create selection getting overwritten by multiple updates for the same prim. | Melanie Thielker | 2010-05-31 | 1 | -1/+8 |
| | | | |||||
* | | | Update all clients sitting on a linkset if a child prim is moved. This ↵ | Tom Grimshaw | 2010-06-20 | 1 | -0/+6 |
|/ / | | | | | | | prevents avatars being "lost in the void" until they stand up when a child prim is moved that they're sitting on. | ||||
* | | Revert "Introduce SOP.UpdateSitters() to update sitting avatars' chat ↵ | Melanie Thielker | 2010-06-14 | 1 | -14/+0 |
| | | | | | | | | | | | | position if" This reverts commit f59e272643a92b20e7f7eb97f54a30c8b045725d. | ||||
* | | Revert "D.U.H." | Melanie Thielker | 2010-06-14 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 305876180690e5c236d6bda60a6173a16ad5edc8. | ||||
* | | Revert "Try it witht he root prim" | Melanie Thielker | 2010-06-14 | 1 | -1/+1 |
| | | | | | | | | This reverts commit d520360cb83bb3f7733228ff74cf083b0855b261. | ||||
* | | Report current position instead of position at the time we sat down | Melanie Thielker | 2010-06-14 | 1 | -1/+1 |
| | | |||||
* | | Try it witht he root prim | Melanie Thielker | 2010-06-13 | 1 | -1/+1 |
| | |