Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid a spurious error message when taking a friend's no copy item | Melanie Thielker | 2010-07-01 | 1 | -1/+8 |
| | |||||
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-30 | 1 | -2/+11 |
|\ | |||||
| * | Revert "stop exceptions in setting and getting state from propogating since ↵ | Justin Clark-Casey (justincc) | 2010-06-29 | 1 | -31/+8 |
| | | | | | | | | | | | | they aren't fatal to operations" This reverts commit 94cb6fc916e1bd039f2b59214e68a0b3c4847445. | ||||
| * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-06-29 | 1 | -8/+31 |
| |\ | |||||
| | * | stop exceptions in setting and getting state from propogating since they ↵ | Justin Clark-Casey (justincc) | 2010-06-29 | 1 | -8/+31 |
| | | | | | | | | | | | | | | | | | | aren't fatal to operations this will hopefully stop "save oar" from failing if a script asset is corrupt | ||||
| * | | Fix a nullref on autoreturn | Melanie | 2010-06-29 | 1 | -5/+17 |
| |/ | |||||
| * | Change the way IRegionModule us referenced by IEmailModule to | Melanie Thielker | 2010-06-28 | 1 | -1/+1 |
| | | | | | | | | allow later conversion to new style | ||||
| * | Remove AgentID and GroupOD from the signature of SOG.Copy(). They were never | Melanie Thielker | 2010-06-28 | 2 | -4/+4 |
| | | | | | | | | 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 | 2 | -17/+3 |
| | | | | | | | | | | | | | | 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. | ||||
| * | Make drag copy and copy-on-ray handle friends list perms properly | Melanie Thielker | 2010-06-27 | 1 | -0/+22 |
| | | |||||
| * | Fix more perms weirdness. Preserve "Locked" status across gives and rez/take. | Melanie | 2010-06-27 | 1 | -8/+9 |
| | | | | | | | | Preserve "Anyone can move" flag in most cases. | ||||
* | | Comment the "Notecard saved" notification that pops up when a notecard | Melanie Thielker | 2010-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | is saved into a prim. Sl doesn't have it, and for good reason: It also happens on scripts in our version. Which is wrong. Better no message than a wrong one. | ||||
* | | Make newly created prims be named "Object" and make newly created scripts | Melanie Thielker | 2010-06-29 | 2 | -3/+3 |
| | | | | | | | | have a default touch handler. Compatibility patch | ||||
* | | Change the way IRegionModule us referenced by IEmailModule to | Melanie Thielker | 2010-06-28 | 1 | -1/+1 |
| | | | | | | | | allow later conversion to new style | ||||
* | | Remove AgentID and GroupOD from the signature of SOG.Copy(). They were never | Melanie Thielker | 2010-06-28 | 2 | -4/+4 |
| | | | | | | | | 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 | 2 | -17/+3 |
| | | | | | | | | | | | | | | 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. | ||||
* | | Merge branch 'careminster-presence-refactor' of ↵ | Melanie Thielker | 2010-06-27 | 1 | -11/+12 |
|\ \ | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * | | Fix more perms weirdness. Preserve "Locked" status across gives and rez/take. | Melanie | 2010-06-27 | 1 | -8/+9 |
| | | | | | | | | | | | | Preserve "Anyone can move" flag in most cases. | ||||
| * | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-27 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Fix permission propagation to prevent permanently locked objects from being | Melanie | 2010-06-27 | 1 | -3/+3 |
| | | | | | | | | | | | | created. | ||||
* | | | Make drag copy and copy-on-ray handle friends list perms properly | Melanie Thielker | 2010-06-27 | 1 | -0/+22 |
|/ / | |||||
* | | Add a new global event : OnTerrainUpdate | Tom Grimshaw | 2010-06-26 | 1 | -0/+24 |
| | | |||||
* | | Reverting the ITerrainModule changes. Turns out this was useless. | Tom Grimshaw | 2010-06-26 | 1 | -2/+1 |
| | | |||||
* | | add HasChanged to ITerrainModule | Tom Grimshaw | 2010-06-26 | 1 | -1/+2 |
| | | |||||
* | | Trigger the RegionLightShareData OnSave event properly when the profile is saved | Tom Grimshaw | 2010-06-26 | 1 | -0/+1 |
| | | |||||
* | | Return everything at once, it's more efficient that way | Tom Grimshaw | 2010-06-26 | 1 | -1/+6 |
| | | |||||
* | | Fix another nullref issue in DeRezSceneObject | Tom Grimshaw | 2010-06-26 | 1 | -1/+1 |
| | | |||||
* | | Fix a bug with DeRezObjects (check for a null remoteClient) | Tom Grimshaw | 2010-06-26 | 1 | -7/+9 |
| | | |||||
* | | Return objects which are NoCopy instead of just leaving them when cleaning ↵ | Tom Grimshaw | 2010-06-26 | 1 | -0/+4 |
| | | | | | | | | the scene, if exceptNoCopy = true. | ||||
* | | Add a DeleteAllSceneObjects(bool exceptNoCopy) method to allow NoCopy ↵ | Tom Grimshaw | 2010-06-26 | 1 | -2/+15 |
| | | | | | | | | objects to be retained when the scene is cleared. | ||||
* | | Merge branch 'careminster-presence-refactor' of ↵ | Melanie Thielker | 2010-06-26 | 2 | -0/+45 |
|\ \ | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * | | Add new event: OnChangedBackup | Tom Grimshaw | 2010-06-25 | 2 | -0/+15 |
| | | | |||||
| * | | Merge branch 'careminster-presence-refactor' of ↵ | Tom Grimshaw | 2010-06-25 | 1 | -6/+7 |
| |\ \ | | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * | | | Add two events: OnAttachToBackup and OnDetachFromBackup. | Tom Grimshaw | 2010-06-25 | 2 | -0/+30 |
| | | | | |||||
* | | | | Fix loading of attachments on login | Melanie Thielker | 2010-06-26 | 1 | -1/+8 |
| |/ / |/| | | |||||
* | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-25 | 1 | -6/+7 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | stop KeyNotFoundException() being thrown in RemoveScenePresence if the agent ↵ | Justin Clark-Casey (justincc) | 2010-06-25 | 1 | -6/+7 |
| | | | | | | | | | | | | isn't present in the presence dictionary the code to do this was there but was being circumvented by newmap[agentID] before the check actually took place | ||||
* | | Add DwellModule interface | Melanie Thielker | 2010-06-25 | 1 | -0/+37 |
| | | |||||
* | | And another conflict | Melanie | 2010-06-24 | 1 | -17/+0 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-24 | 1 | -1/+20 |
|\ \ | |/ | |||||
| * | Thank you, Snoopy, for a patch to reduce sim script startup CPU usage | Melanie | 2010-06-23 | 1 | -10/+12 |
| | | |||||
| * | Guard prioritizer agains null values as those produced by a bullet dying | Melanie Thielker | 2010-06-22 | 1 | -0/+3 |
| | | | | | | | | before it can be updated | ||||
* | | Cause collisions with the avatar to be sent to attachments. Currently | Melanie Thielker | 2010-06-22 | 1 | -0/+140 |
| | | | | | | | | | | ignores collision filter. Physics collisions are still dodgy, so we don't get the events we should be getting. | ||||
* | | Guard prioritizer agains null values as those produced by a bullet dying | Melanie Thielker | 2010-06-22 | 1 | -0/+3 |
| | | | | | | | | before it can be updated | ||||
* | | Fix the StandUp position to calculate as if we're still using the child prim id. | Tom Grimshaw | 2010-06-20 | 1 | -1/+1 |
| | | |||||
* | | Fix the sit code to ensure that we use the root prim of a linkset as a ↵ | Tom Grimshaw | 2010-06-20 | 1 | -3/+15 |
| | | | | | | | | reference in the case of an avatar sitting on a child prim. This fixes various camera issues and fixes mantis #0000059. | ||||
* | | Merge branch 'careminster-presence-refactor' of ↵ | Tom Grimshaw | 2010-06-20 | 2 | -4/+15 |
|\ \ | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * | | Modify avatar responsiveness policy to send roots before children | Melanie Thielker | 2010-06-20 | 1 | -4/+11 |
| | | | |||||
| * | | 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 |
| | | |