aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix single prim rotation undo. All UNDO functions are now working correctly ↵Tom Grimshaw2010-07-041-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 Grimshaw2010-07-041-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 Grimshaw2010-07-044-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-refactorMelanie2010-07-041-1/+2
|\ \ | |/
| * Fixes the obvious problem in mantis #4841. Melanie needs to look at other ↵Diva Canto2010-07-041-1/+2
| | | | | | | | potential problems there, though.
| * Clean up IMoneyModule and adjust the other modules to the changesMelanie Thielker2010-07-021-1/+1
| |
* | Fix IMs the right way. This sets it up so that timestamps are actuallyMelanie Thielker2010-07-031-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 Grimshaw2010-07-031-1/+1
|\ \ | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | Clean up IMoneyModule and adjust the other modules to the changesMelanie Thielker2010-07-021-1/+1
| | |
* | | Fix Undo! Made a lot of changes to Undo state saving; it now considers that ↵Tom Grimshaw2010-07-033-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 itemMelanie Thielker2010-07-011-1/+8
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-301-2/+11
|\ \ | |/
| * Revert "stop exceptions in setting and getting state from propogating since ↵Justin Clark-Casey (justincc)2010-06-291-31/+8
| | | | | | | | | | | | they aren't fatal to operations" This reverts commit 94cb6fc916e1bd039f2b59214e68a0b3c4847445.
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-06-291-8/+31
| |\
| | * stop exceptions in setting and getting state from propogating since they ↵Justin Clark-Casey (justincc)2010-06-291-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 autoreturnMelanie2010-06-291-5/+17
| |/
| * Remove AgentID and GroupOD from the signature of SOG.Copy(). They were neverMelanie Thielker2010-06-282-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 andMelanie Thielker2010-06-282-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 properlyMelanie Thielker2010-06-271-0/+22
| |
| * Fix more perms weirdness. Preserve "Locked" status across gives and rez/take.Melanie2010-06-271-8/+9
| | | | | | | | Preserve "Anyone can move" flag in most cases.
* | Comment the "Notecard saved" notification that pops up when a notecardMelanie Thielker2010-06-291-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 scriptsMelanie Thielker2010-06-292-3/+3
| | | | | | | | have a default touch handler. Compatibility patch
* | Remove AgentID and GroupOD from the signature of SOG.Copy(). They were neverMelanie Thielker2010-06-282-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 andMelanie Thielker2010-06-282-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 Thielker2010-06-271-11/+12
|\ \ | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | Fix more perms weirdness. Preserve "Locked" status across gives and rez/take.Melanie2010-06-271-8/+9
| | | | | | | | | | | | Preserve "Anyone can move" flag in most cases.
| * | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-271-3/+3
| |\ \ | | |/
| | * Fix permission propagation to prevent permanently locked objects from beingMelanie2010-06-271-3/+3
| | | | | | | | | | | | created.
* | | Make drag copy and copy-on-ray handle friends list perms properlyMelanie Thielker2010-06-271-0/+22
|/ /
* | Add a new global event : OnTerrainUpdateTom Grimshaw2010-06-261-0/+24
| |
* | Trigger the RegionLightShareData OnSave event properly when the profile is savedTom Grimshaw2010-06-261-0/+1
| |
* | Return everything at once, it's more efficient that wayTom Grimshaw2010-06-261-1/+6
| |
* | Fix another nullref issue in DeRezSceneObjectTom Grimshaw2010-06-261-1/+1
| |
* | Fix a bug with DeRezObjects (check for a null remoteClient)Tom Grimshaw2010-06-261-7/+9
| |
* | Return objects which are NoCopy instead of just leaving them when cleaning ↵Tom Grimshaw2010-06-261-0/+4
| | | | | | | | the scene, if exceptNoCopy = true.
* | Add a DeleteAllSceneObjects(bool exceptNoCopy) method to allow NoCopy ↵Tom Grimshaw2010-06-261-2/+15
| | | | | | | | objects to be retained when the scene is cleared.
* | Merge branch 'careminster-presence-refactor' of ↵Melanie Thielker2010-06-262-0/+45
|\ \ | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | Add new event: OnChangedBackupTom Grimshaw2010-06-252-0/+15
| | |
| * | Merge branch 'careminster-presence-refactor' of ↵Tom Grimshaw2010-06-251-6/+7
| |\ \ | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | | Add two events: OnAttachToBackup and OnDetachFromBackup.Tom Grimshaw2010-06-252-0/+30
| | | |
* | | | Fix loading of attachments on loginMelanie Thielker2010-06-261-1/+8
| |/ / |/| |
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-251-6/+7
|\ \ \ | |/ / |/| / | |/
| * stop KeyNotFoundException() being thrown in RemoveScenePresence if the agent ↵Justin Clark-Casey (justincc)2010-06-251-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 conflictMelanie2010-06-241-17/+0
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-241-1/+20
|\ \ | |/
| * Thank you, Snoopy, for a patch to reduce sim script startup CPU usageMelanie2010-06-231-10/+12
| |
| * Guard prioritizer agains null values as those produced by a bullet dyingMelanie Thielker2010-06-221-0/+3
| | | | | | | | before it can be updated
* | Cause collisions with the avatar to be sent to attachments. CurrentlyMelanie Thielker2010-06-221-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 dyingMelanie Thielker2010-06-221-0/+3
| | | | | | | | before it can be updated
* | Fix the StandUp position to calculate as if we're still using the child prim id.Tom Grimshaw2010-06-201-1/+1
| |