Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Fix slam bits being lost when editing perms in prim inventory | Melanie | 2011-01-14 | 1 | -1/+0 | |
| | | | ||||||
| | * | Dont' trust the viewer! Fix a permission slam error caused by trusting | Melanie | 2011-01-12 | 2 | -1/+6 | |
| | | | | | | | | | | | | the viewer too much. | |||||
| | * | Fix direct item give permissions | Melanie | 2011-01-12 | 5 | -23/+73 | |
| | | | ||||||
| | * | Use ToString() rather than a cast (more robust) | Melanie | 2011-01-12 | 1 | -1/+1 | |
| | | | ||||||
| | * | Partial permissions fix for boxed items. | Melanie | 2011-01-12 | 2 | -0/+17 | |
| | | | ||||||
| | * | Fix god mode perms adjustment | Melanie | 2011-01-12 | 1 | -0/+2 | |
| | | | ||||||
| | * | Added more debug messages under the -verbose option. | Diva Canto | 2011-01-08 | 1 | -2/+6 | |
| | | | ||||||
| | * | Added a -v|verbose option to save iar. | Diva Canto | 2011-01-08 | 2 | -1/+9 | |
| | | | ||||||
| | * | Fixes the issue of hung archives. Problem was with SceneObjectSerializer. | Diva Canto | 2011-01-08 | 2 | -1/+13 | |
| | | | | | | | | | | | | Also fixes a buglet in scene load xml command, where it was given the wrong argument index for filename. | |||||
| | * | Try to fix a IAR problem reported by nebadon, where save iar seems stuck ↵ | Diva Canto | 2011-01-07 | 1 | -0/+4 | |
| | | | | | | | | | | | | forever. | |||||
| | * | Minor additional debug message. | Diva Canto | 2011-01-07 | 1 | -0/+2 | |
| | | | ||||||
| | * | Make HG map search consistent with new syntax for link-region, i.e. ↵ | Diva Canto | 2011-01-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | http://foo.org. Old syntax (foo.org) is still supported, but has surprising results when ppl search again, because internally the HG link names start with http. | |||||
| | * | A bit more frugal on the caller side of closing agents, now that the ↵ | Diva Canto | 2011-01-07 | 1 | -16/+20 | |
| | | | | | | | | | | | | receiving end is async. No need for so much concurrency. | |||||
| | * | Spawn a threadlet upon receiving requests to close agents. The operation may ↵ | Diva Canto | 2011-01-07 | 1 | -1/+4 | |
| | | | | | | | | | | | | take too long, and we don't need to keep the caller waiting. | |||||
| | * | Deal with possibly un-initialized scripts in object transfers. Mantis #5310 | Diva Canto | 2011-01-06 | 1 | -1/+4 | |
| | | | ||||||
| | * | Map search: changed the flag sent to the client. It was 2 (???), now it's 0. ↵ | Diva Canto | 2011-01-06 | 1 | -3/+3 | |
| | | | | | | | | | | | | This makes HG map tiles work on map search -- a longstanding annoyance. My map search tests were all ok, but since I don't understand these flag values, this may break something related to map search. | |||||
| | * | HG bug fix. Must wait for client's UDP contact before getting scene presence. | Diva Canto | 2011-01-06 | 1 | -4/+11 | |
| | | | ||||||
| * | | Change gesture activation to not quash any other flags | Melanie | 2011-01-17 | 1 | -3/+3 | |
| | | | ||||||
| * | | Add a new ViewObjectInventory permission to decouple viewing from | Melanie | 2011-01-14 | 1 | -0/+17 | |
| | | | | | | | | | | | | +MOD status | |||||
| * | | Temporarily reinstate prim counting in the update loop to make the production | Melanie | 2011-01-14 | 1 | -7/+7 | |
| | | | | | | | | | | | | systems run | |||||
| * | | Implement nonlocal god kicks and freezes | Melanie | 2011-01-14 | 1 | -4/+35 | |
| | | | ||||||
| * | | Fix slam bits being lost when editing perms in prim inventory | Melanie | 2011-01-14 | 1 | -1/+0 | |
| | | | ||||||
| * | | Merge branch 'careminster-presence-refactor' of ↵ | Melanie | 2011-01-13 | 2 | -4/+22 | |
| |\ \ | | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | |||||
| * | | | Implement kicking, freezing and unfreezing users in the same sim via | Melanie | 2011-01-13 | 1 | -58/+117 | |
| | | | | | | | | | | | | | | | | profile god buttons. | |||||
* | | | | Fix drift of static prim. | Kitto Flora | 2011-01-20 | 1 | -1/+13 | |
| |/ / |/| | | ||||||
* | | | Merge branch 'careminster-presence-refactor' of ↵ | Kitto Flora | 2011-01-13 | 5 | -25/+79 | |
|\ \ \ | |/ / | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | |||||
| * | | Dont' trust the viewer! Fix a permission slam error caused by trusting | Melanie | 2011-01-12 | 2 | -1/+4 | |
| | | | | | | | | | | | | the viewer too much. | |||||
| * | | Fix direct item give permissions | Melanie | 2011-01-12 | 5 | -25/+76 | |
| | | | ||||||
* | | | Add llLookAt() kinetic. Reduce StandUp +x offset to 0.3M. | Kitto Flora | 2011-01-13 | 2 | -4/+22 | |
|/ / | ||||||
* | | Use ToString() rather than a cast (more robust) | Melanie | 2011-01-11 | 1 | -1/+1 | |
| | | ||||||
* | | Partial permissions fix for boxed items. | Melanie | 2011-01-10 | 2 | -10/+18 | |
| | | ||||||
* | | Taint SOGs the right way | Melanie | 2011-01-10 | 1 | -1/+5 | |
| | | ||||||
* | | Preserve the script running flag when copying an object. | Melanie | 2011-01-08 | 3 | -0/+48 | |
| | | ||||||
* | | Fix a couple of security issues | Melanie | 2011-01-08 | 2 | -3/+12 | |
| | | ||||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-01-06 | 3 | -4/+4 | |
|\ \ | |/ | ||||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2011-01-05 | 1 | -2/+1 | |
| |\ | ||||||
| | * | Make the default for the very verbose XMLRPC groups debug setting false ↵ | Justin Clark-Casey (justincc) | 2011-01-04 | 1 | -2/+1 | |
| | | | | | | | | | | | | rather than true! | |||||
| * | | Commented a verbose Debug message in LLUDPServer that got uncommented at ↵ | Diva Canto | 2011-01-05 | 1 | -1/+1 | |
| |/ | | | | | | | some point. | |||||
| * | Note to self: try to make only 3 things at the same time. | Diva Canto | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | Guard against null Animator. | Diva Canto | 2011-01-04 | 1 | -1/+2 | |
| | | ||||||
| * | Add permissions hooks for object transfers | Melanie | 2011-01-03 | 1 | -4/+57 | |
| | | ||||||
| * | Allow cross-scope friendships to work, and also allow other cross scope name | Melanie | 2011-01-03 | 3 | -3/+3 | |
| | | | | | | | | resolution | |||||
| * | Fix child agent scoping | Melanie | 2011-01-03 | 1 | -4/+4 | |
| | | ||||||
| * | Fix scoping for prim region crossings | Melanie | 2011-01-03 | 2 | -2/+2 | |
| | | ||||||
| * | Implement Scope ID lookup on GetLandData. Stacked regions were not handled | Melanie | 2011-01-03 | 4 | -39/+42 | |
| | | | | | | | | properly | |||||
* | | Fix god mode perms adjustment | Melanie | 2011-01-06 | 1 | -0/+2 | |
| | | ||||||
* | | Revise Materials properties; Fix Double-Click Autopilot; Allow non-script ↵ | Kitto Flora | 2011-01-04 | 4 | -230/+217 | |
| | | | | | | | | sit positions >= 0.1M; Add llLookAt(); Comment out spammy bad adjacent sim message. | |||||
* | | Add permissions hooks for object transfers | Melanie | 2011-01-03 | 1 | -4/+57 | |
| | | ||||||
* | | Allow cross-scope friendships to work, and also allow other cross scope name | Melanie | 2011-01-02 | 3 | -3/+3 | |
| | | | | | | | | resolution | |||||
* | | Fix child agent scoping | Melanie | 2010-12-31 | 1 | -4/+4 | |
| | |