aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-04Corrections for Avatar Auto-pilot target; add llStopMoveToTarget() for Avatar...Kitto Flora2-5/+55
2011-02-03Repair x-query-stringTom1-1/+1
2011-02-02Add another flagMelanie1-0/+1
2011-02-02Add a missing constand and fix ToDoubleList to not eat the last memeberMelanie2-1/+2
2011-02-02Change the timeout on WebUtil to 20s to help make more tps succeedMelanie1-4/+4
2011-02-02Squash a nullrefMelanie1-0/+2
2011-01-31Fix cm/15627 : Don't block the entire URL on duplicate requests, just that pa...Tom1-3/+3
2011-01-29If llHTTPRequest results in an error, still attempt to get the response text....Tom1-1/+11
2011-01-29Ignore duplicate llHTTPResponse calls to the same request. Prevents response ...Tom1-4/+9
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
2011-01-28Significantly increase the total number of URL's available. In second life, ...Tom1-1/+1
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 un...Justin Clark-Casey (justincc)1-2/+3
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
2011-01-28Make llRequestAgentData shout an error instead of crashing the script when an...Tom1-78/+86
2011-01-28Make the new style stuff compatible with the older revisionMelanie1-1/+14
2011-01-28Fix up QueryAccess to also check parcelsMelanie7-16/+31
2011-01-28Make the new style stuff compatible with the older revisionMelanie1-1/+14
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
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.Melanie5-10/+28
2011-01-28Fix up QueryAccess to also check parcelsMelanie7-19/+46
2011-01-28Comment a very spammy debug message that was being output directly to console.Melanie1-1/+1
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)6-15/+25
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)6-0/+44
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-27Also set Godlike flag. Might be usefulMelanie1-0/+2
2011-01-27Add TeleportFlags.ViaRegionID to the flags sent on login when the regionMelanie1-8/+13
2011-01-27Change the way landing points are honoredMelanie1-6/+13