aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-28Fix bumping into sim borders and check estate bans for walking crossingsMelanie4-32/+112
2011-01-28Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie4-10/+26
2011-01-28Fix bumping into sim borders and check estate bans for walking crossingsMelanie4-32/+112
2011-01-27Refactor: Break out LoadObjects() and LoadParcels() from a longer methodJustin Clark-Casey (justincc)1-28/+44
2011-01-27Put confirmation on "land clear" command to avoid nasty accidentsJustin Clark-Casey (justincc)1-2/+14
2011-01-27When an oar is loaded, do not create a default parcel before loading the parc...Justin Clark-Casey (justincc)5-14/+24
2011-01-27Show local IDs in "land show" output.Justin Clark-Casey (justincc)2-5/+11
2011-01-27Add "land clear" commandJustin Clark-Casey (justincc)1-3/+13
2011-01-27Fix OAR parcel loading so that old parcels are replaced by the new instead of...Justin Clark-Casey (justincc)5-0/+39
2011-01-27remove unused CreateBaseLand()Justin Clark-Casey (justincc)1-9/+0
2011-01-27Make it workMelanie1-4/+6
2011-01-27Make the estate setting "Allow direct teleport" override the constraintMelanie1-0/+3
2011-01-27Let gods TP in wherever they like while in god modeMelanie1-0/+1
2011-01-27Implement "Cannot teleport closer to destination" messageMelanie1-1/+5
2011-01-27Make landing points work on local teleports. Constrain owners and gods toMelanie2-5/+27
2011-01-27Add a TeleportFlags member to SP so we can tell how we got there.Melanie2-0/+15
2011-01-27Change the way landing points are honoredMelanie1-6/+13
2011-01-27Make it workMelanie1-4/+6
2011-01-27Fix build breakMelanie1-0/+1
2011-01-27Add a TeleportFlags member to SP so we can tell how we got there.Melanie2-0/+14
2011-01-27Clear user account cache before checking flags on login. This will make AVMelanie1-0/+3
2011-01-27Add an interface for a region's user account cacheMelanie4-1/+16
2011-01-27Fix merge artifactsMelanie1-3/+3
2011-01-27Make bans work for teleport. Now teleport will complete block if the userMelanie3-56/+55
2011-01-26Mostly revert the last commit with the aim of searching for a better solutionTom2-14/+5
2011-01-26Add a "useCached" parameter to GetUserAccount. Add a function to Scene to get...Tom3-32/+34
2011-01-26Add userFlags check to isBanned. This checks bans against DenyAnonymous and D...Tom3-5/+54
2011-01-26Remove the RestorePresences functions (which don't seem to be doingMic Bowman2-69/+12
2011-01-26Add some comments on ILandObject.StartPoint and EndPointJustin Clark-Casey (justincc)1-0/+10
2011-01-26Implement command "land show". This shows all the parcels on the currently s...Justin Clark-Casey (justincc)4-18/+125
2011-01-26Revert my previous SHA1 commit in favour of a better implementationTom1-3/+1
2011-01-26Provide an SL compatible llMD5String function across all platformsTom1-1/+1
2011-01-26Make llSHA1Hash SL compatible when using characters like the euro symbol (€)Tom1-1/+3
2011-01-25Removed a few more spurious appearance saves. When an avatarMic Bowman2-13/+13
2011-01-25Reproduce a corner case behavior for llListReplaceListMelanie1-6/+9
2011-01-24Fix script data not being reset as it should beMelanie1-0/+4
2011-01-24Complete country supportMelanie1-0/+8
2011-01-24Fix script data not being reset as it should beMelanie1-0/+4
2011-01-24Add a careminster API to scripting againMelanie2-0/+24
2011-01-23Fixes mantis #5343Diva Canto1-0/+1
2011-01-22Completely nixing flags from the client causes wearables to break. Fix itMelanie1-0/+1
2011-01-22stop extremely old region serialization commands from appearing in the consoleJustin Clark-Casey (justincc)1-27/+26
2011-01-21Update the "config get <section> <key>" command to "config get [<section>] [<...Justin Clark-Casey (justincc)1-22/+44
2011-01-21remove some mono compiler warningsJustin Clark-Casey (justincc)8-18/+19
2011-01-21minor: remove unnecessary newline from "show throttles" informationJustin Clark-Casey (justincc)1-1/+1
2011-01-21properly format "show throttles" tableJustin Clark-Casey (justincc)1-26/+55
2011-01-21crudely refactor table generation code for "show queues" and "show throttles"Justin Clark-Casey (justincc)1-41/+30
2011-01-21implement "show throttles" command for showing current agent throttles and th...Justin Clark-Casey (justincc)3-13/+146
2011-01-20minor: help text adjustment for "show queues"Justin Clark-Casey (justincc)1-2/+2
2011-01-20remove reference to CoreModules from ClientStack.LindenUDPJustin Clark-Casey (justincc)1-2/+2