| Commit message (Expand) | Author | Files | Lines |
2011-01-27 | Make the estate setting "Allow direct teleport" override the constraint | Melanie | 1 | -0/+3 |
2011-01-27 | Let gods TP in wherever they like while in god mode | Melanie | 1 | -0/+1 |
2011-01-27 | Implement "Cannot teleport closer to destination" message | Melanie | 1 | -1/+5 |
2011-01-27 | Make landing points work on local teleports. Constrain owners and gods to | Melanie | 2 | -5/+27 |
2011-01-27 | Change the way landing points are honored | Melanie | 1 | -6/+13 |
2011-01-27 | Make it work | Melanie | 1 | -4/+6 |
2011-01-27 | Add a TeleportFlags member to SP so we can tell how we got there. | Melanie | 2 | -0/+15 |
2011-01-27 | Also set Godlike flag. Might be useful | Melanie | 1 | -0/+2 |
2011-01-27 | Add TeleportFlags.ViaRegionID to the flags sent on login when the region | Melanie | 1 | -8/+13 |
2011-01-27 | Fix build break | Melanie | 1 | -0/+1 |
2011-01-27 | Add a TeleportFlags member to SP so we can tell how we got there. | Melanie | 2 | -0/+14 |
2011-01-27 | Also set Godlike flag. Might be useful | Melanie | 1 | -0/+2 |
2011-01-27 | Add TeleportFlags.ViaRegionID to the flags sent on login when the region | Melanie | 1 | -8/+13 |
2011-01-27 | Clear user account cache before checking flags on login. This will make AV | Melanie | 1 | -0/+3 |
2011-01-27 | Add an interface for a region's user account cache | Melanie | 4 | -1/+16 |
2011-01-27 | Fix merge artifacts | Melanie | 1 | -3/+3 |
2011-01-27 | Make bans work for teleport. Now teleport will complete block if the user | Melanie | 4 | -57/+56 |
2011-01-26 | Mostly revert the last commit with the aim of searching for a better solution | Tom | 7 | -35/+5 |
2011-01-26 | Add a "useCached" parameter to GetUserAccount. Add a function to Scene to get... | Tom | 8 | -32/+55 |
2011-01-26 | Add userFlags check to isBanned. This checks bans against DenyAnonymous and D... | Tom | 5 | -10/+78 |
2011-01-26 | Remove the RestorePresences functions (which don't seem to be doing | Mic Bowman | 2 | -69/+12 |
2011-01-26 | Add some comments on ILandObject.StartPoint and EndPoint | Justin Clark-Casey (justincc) | 1 | -0/+10 |
2011-01-26 | Implement command "land show". This shows all the parcels on the currently s... | Justin Clark-Casey (justincc) | 5 | -19/+126 |
2011-01-26 | Revert my previous SHA1 commit in favour of a better implementation | Tom | 2 | -6/+10 |
2011-01-26 | Provide an SL compatible llMD5String function across all platforms | Tom | 2 | -5/+11 |
2011-01-26 | Make llSHA1Hash SL compatible when using characters like the euro symbol (€) | Tom | 1 | -1/+3 |
2011-01-25 | Removed a few more spurious appearance saves. When an avatar | Mic Bowman | 3 | -18/+31 |
2011-01-25 | Reproduce a corner case behavior for llListReplaceList | Melanie | 1 | -6/+9 |
2011-01-24 | Fix script data not being reset as it should be | Melanie | 1 | -0/+4 |
2011-01-24 | Complete country support | Melanie | 1 | -0/+8 |
2011-01-24 | Fix script data not being reset as it should be | Melanie | 1 | -0/+4 |
2011-01-24 | Add a careminster API to scripting again | Melanie | 4 | -0/+32 |
2011-01-23 | Fixes mantis #5343 | Diva Canto | 1 | -0/+1 |
2011-01-22 | Completely nixing flags from the client causes wearables to break. Fix it | Melanie | 1 | -0/+1 |
2011-01-22 | stop extremely old region serialization commands from appearing in the console | Justin Clark-Casey (justincc) | 1 | -27/+26 |
2011-01-21 | Update the "config get <section> <key>" command to "config get [<section>] [<... | Justin Clark-Casey (justincc) | 3 | -22/+63 |
2011-01-21 | remove some mono compiler warnings | Justin Clark-Casey (justincc) | 8 | -18/+19 |
2011-01-21 | make "show info" and "show version" show the same version text | Justin Clark-Casey (justincc) | 1 | -4/+7 |
2011-01-21 | add current console log level to "show info" | Justin Clark-Casey (justincc) | 1 | -2/+9 |
2011-01-21 | remove some mono compiler warnings and unnecessary dictionary instantiations | Justin Clark-Casey (justincc) | 7 | -20/+10 |
2011-01-21 | minor: remove unnecessary newline from "show throttles" information | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-01-21 | Remove old 2 year unused linden stack region module shell | Justin Clark-Casey (justincc) | 2 | -149/+0 |
2011-01-21 | properly format "show throttles" table | Justin Clark-Casey (justincc) | 1 | -26/+55 |
2011-01-21 | crudely refactor table generation code for "show queues" and "show throttles" | Justin Clark-Casey (justincc) | 1 | -41/+30 |
2011-01-21 | implement "show throttles" command for showing current agent throttles and th... | Justin Clark-Casey (justincc) | 3 | -13/+146 |
2011-01-20 | minor: help text adjustment for "show queues" | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-01-20 | remove reference to CoreModules from ClientStack.LindenUDP | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-01-20 | Move "show queues" command out of OpenSim.cs and into a separate module. | Justin Clark-Casey (justincc) | 2 | -99/+200 |
2011-01-20 | remove unimplemented "show assets" command | Justin Clark-Casey (justincc) | 1 | -8/+0 |
2011-01-20 | minor: make "show info" help slightly clearer | Justin Clark-Casey (justincc) | 1 | -1/+1 |