aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Undo fix is now complete. This commit repairs the special case of the root ↵Tom Grimshaw2010-07-053-15/+41
| | | | prim moving or rotating independently of the rest of the group.
* 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
| | | | 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-042-2/+3
|\
| * Fixes the obvious problem in mantis #4841. Melanie needs to look at other ↵Diva Canto2010-07-041-1/+2
| | | | | | | | potential problems there, though.
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2010-07-027-46/+26
| |\
| | * Clean up IMoneyModule and adjust the other modules to the changesMelanie Thielker2010-07-024-20/+19
| | |
| | * Remove GetEconomyData and the economy data structure (unused)Melanie Thielker2010-07-021-21/+0
| | |
| | * Fox another scripting nasty. Stuff no system.string objects into listsMelanie Thielker2010-07-021-1/+1
| | |
| | * Fix a dumb little sign error that makes a LSL wiki example failMelanie Thielker2010-07-021-2/+2
| | |
| * | Fixes mantis #4782Diva Canto2010-07-021-1/+1
| | |
* | | Merge branch 'careminster-presence-refactor' of ↵Melanie Thielker2010-07-031-8/+8
|\ \ \ | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | | Use SendTransferAbort in a more sensible placeTom Grimshaw2010-07-031-8/+8
| | | |
* | | | Fix IMs the right way. This sets it up so that timestamps are actuallyMelanie Thielker2010-07-034-35/+86
|/ / / | | | | | | | | | | | | | | | | | | | | | 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-0310-52/+41
|\ \ \ | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | | Now, fix the slash issue the right way. Our URLs now work like SL'sMelanie Thielker2010-07-031-5/+5
| | | |
| * | | Re-add the slashes at the end of the URL. Too much depends on themMelanie Thielker2010-07-031-2/+2
| | | |
| * | | Call client.Start() sunchronously. Calling thos async avoids some stutteringMelanie Thielker2010-07-021-1/+10
| | | | | | | | | | | | | | | | when people log in, but fatally screws up money.
| * | | Clean up IMoneyModule and adjust the other modules to the changesMelanie Thielker2010-07-024-20/+19
| | | |
| * | | Remove GetEconomyData and the economy data structure (unused)Melanie Thielker2010-07-021-21/+0
| | | |
| * | | Fox another scripting nasty. Stuff no system.string objects into listsMelanie Thielker2010-07-021-1/+1
| | | |
| * | | Merge branch 'careminster-presence-refactor' of ↵Melanie Thielker2010-07-022-4/+6
| |\ \ \ | | | | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| | * \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-07-022-4/+6
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Add region name on the end of script startup debug messagesJustin Clark-Casey (justincc)2010-07-011-2/+4
| | | |/
| | | * minor: comment out high volume texture serving module debug messageJustin Clark-Casey (justincc)2010-06-301-2/+2
| | | |
| * | | Fix a dumb little sign error that makes a LSL wiki example failMelanie Thielker2010-07-021-2/+2
| |/ /
* | | 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..
* | ANother stab at LSL compatibilityMelanie Thielker2010-07-012-2/+2
| |
* | Remove trailing slash from HTTP URLs to be compatible with SLMelanie Thielker2010-07-011-1/+1
| |
* | Avoid a spurious error message when taking a friend's no copy itemMelanie Thielker2010-07-012-11/+38
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-307-23/+58
|\ \ | |/
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-06-301-31/+8
| |\
| | * 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.
| * | Fix scripts in rezzed objects not starting (Mantis #4775)Melanie2010-06-301-0/+5
| |/
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-06-291-1/+2
| |\
| | * Remove the override from DeletToInventory in HGInventoryAccessModule. This ↵Diva Canto2010-06-291-1/+2
| | | | | | | | | | | | may be causing the infinite loop, not sure.
| * | Fix the XML serializationt to provide an empty script state element ifMelanie2010-06-291-4/+28
| |/ | | | | | | the script hasn't yet saved state, or can't save state because of a loop
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-06-297-42/+114
| |\
| | * 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
| | * Revert "don't report the null uuid as a missing asset on saving oars/iars"Justin Clark-Casey (justincc)2010-06-291-5/+3
| | | | | | | | | | | | | | | | | | | | | This reverts commit 5ce119174e03715bfc61f7864bd3e7182c5d21ea. This change led to infinite timeout since the expected number of assets no longer matched requests. Rather than introduce yet fresh bugs with another fix, just revert this since the inaccurate report is just inconvenient
| | * This file wants to be committed.Diva Canto2010-06-291-70/+70
| | |
| | * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2010-06-291-18/+71
| | |\
| | | * Thanks Micheil Merlin for Mantis #4784: [PATCH] llRotBetween does not return ↵dahlia2010-06-281-18/+71
| | | | | | | | | | | | | | | | | | | | | | | | correct rotations for a 180 degree angle between vectors Signed-off-by: dahlia <dahliaTrimble@gmail.removeme.com>
| | * | Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG ↵Diva Canto2010-06-291-1/+1
| | | | | | | | | | | | | | | | xinventory is the folder "My Inventory". Also changed the Suitcase folder name to "My Suitcase".
| | * | Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken ↵Diva Canto2010-06-292-12/+3
| | |/ | | | | | | | | | comments in InventoryAccessModule.
| | * One more bug fix in FriendsModule: GrantRights. One of the caches was not ↵Diva Canto2010-06-281-0/+7
| | | | | | | | | | | | being updated.
| * | Fix a nullref on autoreturnMelanie2010-06-291-5/+17
| |/
| * Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker2010-06-282-2/+2
| | | | | | | | allow later conversion to new style