| Commit message (Expand) | Author | Files | Lines |
2011-01-28 | Correct chat source location for Av seated on daughter prim. | Kitto Flora | 1 | -1/+1 |
2011-01-28 | Fix up QueryAccess to also check parcels | Melanie | 4 | -11/+15 |
2011-01-28 | Fix bumping into sim borders and check estate bans for walking crossings | Melanie | 4 | -32/+112 |
2011-01-28 | Thank you, Goetz, for a patch to fix prim count display in cut regions. | Melanie | 4 | -10/+26 |
2011-01-28 | Fix up QueryAccess to also check parcels | Melanie | 4 | -14/+30 |
2011-01-28 | Comment a very spammy debug message that was being output directly to console. | Melanie | 1 | -1/+1 |
2011-01-28 | Fix bumping into sim borders and check estate bans for walking crossings | Melanie | 4 | -32/+112 |
2011-01-27 | Refactor: Break out LoadObjects() and LoadParcels() from a longer method | Justin Clark-Casey (justincc) | 1 | -28/+44 |
2011-01-27 | Put confirmation on "land clear" command to avoid nasty accidents | Justin Clark-Casey (justincc) | 1 | -2/+14 |
2011-01-27 | When an oar is loaded, do not create a default parcel before loading the parc... | Justin Clark-Casey (justincc) | 5 | -14/+24 |
2011-01-27 | Show local IDs in "land show" output. | Justin Clark-Casey (justincc) | 2 | -5/+11 |
2011-01-27 | Add "land clear" command | Justin Clark-Casey (justincc) | 1 | -3/+13 |
2011-01-27 | Fix OAR parcel loading so that old parcels are replaced by the new instead of... | Justin Clark-Casey (justincc) | 5 | -0/+39 |
2011-01-27 | remove unused CreateBaseLand() | Justin Clark-Casey (justincc) | 1 | -9/+0 |
2011-01-27 | Make it work | Melanie | 1 | -4/+6 |
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 | Add a TeleportFlags member to SP so we can tell how we got there. | Melanie | 2 | -0/+15 |
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 | 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 | 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 | 3 | -56/+55 |
2011-01-26 | Mostly revert the last commit with the aim of searching for a better solution | Tom | 2 | -14/+5 |
2011-01-26 | Add a "useCached" parameter to GetUserAccount. Add a function to Scene to get... | Tom | 3 | -32/+34 |
2011-01-26 | Add userFlags check to isBanned. This checks bans against DenyAnonymous and D... | Tom | 3 | -5/+54 |
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) | 4 | -18/+125 |
2011-01-26 | Revert my previous SHA1 commit in favour of a better implementation | Tom | 1 | -3/+1 |
2011-01-26 | Provide an SL compatible llMD5String function across all platforms | Tom | 1 | -1/+1 |
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 | 2 | -13/+13 |
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 | 2 | -0/+24 |
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) | 1 | -22/+44 |
2011-01-21 | remove some mono compiler warnings | Justin Clark-Casey (justincc) | 8 | -18/+19 |
2011-01-21 | minor: remove unnecessary newline from "show throttles" information | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-01-21 | properly format "show throttles" table | Justin Clark-Casey (justincc) | 1 | -26/+55 |