Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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). | |||||
* | | Rotation undo fix and remove a debug chatter i missed. Still not working: ↵ | Tom Grimshaw | 2010-07-04 | 1 | -4/+3 | |
| | | | | | | | | Individual child prim rotational undo and special cases where the root prim was moved or rotated (all the children then need to restore their offsets). Coming shortly. | |||||
* | | The majority of the Undo fix. There is still an issue with Rotation which ↵ | Tom Grimshaw | 2010-07-04 | 4 | -56/+127 | |
| | | | | | | | | i'll address next; however position undo and scale undo should be working just fine now. Also removed some residual debug logging. | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-07-04 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Fixes the obvious problem in mantis #4841. Melanie needs to look at other ↵ | Diva Canto | 2010-07-04 | 1 | -1/+2 | |
| | | | | | | | | potential problems there, though. | |||||
| * | Clean up IMoneyModule and adjust the other modules to the changes | Melanie Thielker | 2010-07-02 | 1 | -1/+1 | |
| | | ||||||
* | | Fix IMs the right way. This sets it up so that timestamps are actually | Melanie Thielker | 2010-07-03 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | in PST (to match viewer time), does correct storage and retrieval of IMs, corrects the session ID and makes sure IMs don't get marked "saved" if they're live. Removes the group IM save option, which our group IM module never had in the first place, as saving group chatter makes no sense at all. | |||||
* | | Merge branch 'careminster-presence-refactor' of ↵ | Tom Grimshaw | 2010-07-03 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | |||||
| * | | Clean up IMoneyModule and adjust the other modules to the changes | Melanie Thielker | 2010-07-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix Undo! Made a lot of changes to Undo state saving; it now considers that ↵ | Tom Grimshaw | 2010-07-03 | 3 | -23/+87 | |
|/ / | | | | | | | groups of objects can be moved and not just individual prims.. | |||||
* | | 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 | |
| |/ | ||||||
| * | 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 | |||||
* | | 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 | |
| | | ||||||
* | | 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 | |||||
* | | 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 | |
| | |