aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Undo fix is now complete. This commit repairs the special case of the root pr...Tom Grimshaw2010-07-053-15/+41
* Bring "Redo" up to date with "Undo" so it works tooTom Grimshaw2010-07-051-31/+10
* Fix single prim rotation undo. All UNDO functions are now working correctly ...Tom Grimshaw2010-07-041-1/+1
* Rotation undo fix and remove a debug chatter i missed. Still not working: Ind...Tom Grimshaw2010-07-041-4/+3
* The majority of the Undo fix. There is still an issue with Rotation which i'...Tom Grimshaw2010-07-044-56/+127
* Merge branch 'master' into careminster-presence-refactorMelanie2010-07-041-1/+2
|\
| * Fixes the obvious problem in mantis #4841. Melanie needs to look at other pot...Diva Canto2010-07-041-1/+2
| * 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
* | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...Tom Grimshaw2010-07-031-1/+1
|\ \
| * | 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
|/ /
* | 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 t...Justin Clark-Casey (justincc)2010-06-291-31/+8
| * 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 aren...Justin Clark-Casey (justincc)2010-06-291-8/+31
| * | Fix a nullref on autoreturnMelanie2010-06-291-5/+17
| |/
| * Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker2010-06-281-1/+1
| * Remove AgentID and GroupOD from the signature of SOG.Copy(). They were neverMelanie Thielker2010-06-282-4/+4
| * Fix Copy on Ray, Drag Copy and other little things. Removed the wrong andMelanie Thielker2010-06-282-17/+3
| * 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
* | Comment the "Notecard saved" notification that pops up when a notecardMelanie Thielker2010-06-291-1/+1
* | Make newly created prims be named "Object" and make newly created scriptsMelanie Thielker2010-06-292-3/+3
* | Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker2010-06-281-1/+1
* | Remove AgentID and GroupOD from the signature of SOG.Copy(). They were neverMelanie Thielker2010-06-282-4/+4
* | Fix Copy on Ray, Drag Copy and other little things. Removed the wrong andMelanie Thielker2010-06-282-17/+3
* | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...Melanie Thielker2010-06-271-11/+12
|\ \
| * | Fix more perms weirdness. Preserve "Locked" status across gives and rez/take.Melanie2010-06-271-8/+9
| * | 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
* | | 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
* | Reverting the ITerrainModule changes. Turns out this was useless.Tom Grimshaw2010-06-261-2/+1
* | add HasChanged to ITerrainModuleTom Grimshaw2010-06-261-1/+2
* | 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 t...Tom Grimshaw2010-06-261-0/+4
* | Add a DeleteAllSceneObjects(bool exceptNoCopy) method to allow NoCopy object...Tom Grimshaw2010-06-261-2/+15
* | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...Melanie Thielker2010-06-262-0/+45
|\ \
| * | Add new event: OnChangedBackupTom Grimshaw2010-06-252-0/+15
| * | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...Tom Grimshaw2010-06-251-6/+7
| |\ \
| * | | 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
* | Add DwellModule interfaceMelanie Thielker2010-06-251-0/+37