aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-02Add a missing constand and fix ToDoubleList to not eat the last memeberMelanie2-1/+2
2011-02-02Squash a nullrefMelanie1-0/+2
2011-01-31Fix cm/15627 : Don't block the entire URL on duplicate requests, just that ↵Tom1-3/+3
particular request!
2011-01-29If llHTTPRequest results in an error, still attempt to get the response ↵Tom1-1/+11
text. If we can't (which implies the server is unreachable), return the StatusDescription as before.
2011-01-29Ignore duplicate llHTTPResponse calls to the same request. Prevents response ↵Tom1-4/+9
corruption. Only the first llHTTPResponse call is obeyed, akin to SL.
2011-01-29Adapt to CMMelanie1-1/+1
2011-01-29Flash out the prim count moduleMelanie1-0/+174
2011-01-29Create the structure of classes and interfaces to replace the cruft thatMelanie2-0/+122
is in the land management module today
2011-01-28Significantly increase the total number of URL's available. In second life, ↵Tom1-1/+1
the limit is 15,000 URL's (one per prim), so i'd hope we can manage 1k.
2011-01-28Adding the prim count module skeletonMelanie2-0/+113
2011-01-28Add the prim count interfacesMelanie1-0/+53
2011-01-28Comment out unused call to GridService in TeleportAgent()Justin Clark-Casey (justincc)1-1/+1
2011-01-28minor: don't bother reparsing the sources for includes if ReadConfig() was ↵Justin Clark-Casey (justincc)1-2/+3
unsuccessful
2011-01-28If a non-globbed included file from config cannot be found then warn the userJustin Clark-Casey (justincc)1-3/+13
2011-01-28minor: remove a few mono compiler warningsJustin Clark-Casey (justincc)3-7/+8
2011-01-28Fix a discrepancy vs. SL with parsing x-query-stringTom1-1/+8
2011-01-28Display supported file extensions/formats in "terrain load help" (Mantis #5349)Kevin Cozens1-2/+8
2011-01-28Added loading and saving of terrain files using Terragen format (Mantis #1564)Kevin Cozens2-50/+224
Terrain files can now be loaded and saved using the Terragen (.ter) format. Selection of the terrain file loader to use is now based on the extension of the filename being loaded and the data is loaded using a memory stream instead of writing it to a file and then loading it from the file.
2011-01-28Make llRequestAgentData shout an error instead of crashing the script when ↵Tom1-78/+86
an invalid UUID is passed to it.
2011-01-28Fix up QueryAccess to also check parcelsMelanie4-11/+15
2011-01-28Correct chat source location for Av seated on daughter prim.Kitto Flora1-1/+1
2011-01-28Change the way ban lines are handled. Remove a lot of useless stuff designedMelanie1-53/+10
to physically move the avatar and instead just re-set the position. Ban lines now work fully.
2011-01-28Fix bumping into sim borders and check estate bans for walking crossingsMelanie4-32/+112
2011-01-28Change the way ban lines workMelanie2-5/+13
2011-01-28Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie4-10/+26
2011-01-28Fix up QueryAccess to also check parcelsMelanie4-14/+30
2011-01-28Comment a very spammy debug message that was being output directly to console.Melanie1-1/+1
My last fox that makes bumping into sim borders/bans work makes this spam endlessly.
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 ↵Justin Clark-Casey (justincc)5-14/+24
parcels from the OAR. The region spanning parcel shouldn't exist in this situation. If it does, when the land data is loaded it is repersisted with a local ID which comes after the ones loaded via the oar, which obliterates the oar loaded one. Resaving the data we just loaded from the database is somewhat odd in itself (though this makes sense from the way that OAR loading was already using the same event).
2011-01-27Show local IDs in "land show" output.Justin Clark-Casey (justincc)2-5/+11
Also properly insert region name in "land clear" command
2011-01-27Add "land clear" commandJustin Clark-Casey (justincc)1-3/+13
This clears all parcels from the currently selected region and replaces them with the single region spanning default parcel owned by the estate owner
2011-01-27Fix OAR parcel loading so that old parcels are replaced by the new instead ↵Justin Clark-Casey (justincc)5-0/+39
of merged. The --merge switch will still merge the old and new land parcelling.
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
of local tepeports to landing points like it is meant to
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
landing points when coming from off sim (matches agni) to prevent landing in floors or other prims.
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
and other bannable flags work in this case.
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
is not allowed on the estate. If the user is allowed on no parcel, the teleport will also be blocked. If the user is allowed on a parcel, but not the desired one, the user will be shifted to the closest allowed location.
2011-01-26Mostly revert the last commit with the aim of searching for a better solutionTom2-14/+5