aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Fix up QueryAccess to also check parcelsMelanie2011-01-287-19/+46
* Comment a very spammy debug message that was being output directly to console.Melanie2011-01-281-1/+1
* Merge branch 'master' into careminster-presence-refactorMelanie2011-01-280-0/+0
|\
| * Fix bumping into sim borders and check estate bans for walking crossingsMelanie2011-01-284-32/+112
* | Merge branch 'careminster-presence-refactor' of ssh://melanie@3dhosting.de/va...Melanie2011-01-284-32/+112
|\ \
| * | Fix bumping into sim borders and check estate bans for walking crossingsMelanie2011-01-284-32/+112
* | | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-286-39/+85
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2011-01-282-30/+58
| |\
| | * Refactor: Break out LoadObjects() and LoadParcels() from a longer methodJustin Clark-Casey (justincc)2011-01-271-28/+44
| | * Put confirmation on "land clear" command to avoid nasty accidentsJustin Clark-Casey (justincc)2011-01-271-2/+14
| * | Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie2011-01-285-10/+28
| |/
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-276-21/+83
|\ \ | |/
| * When an oar is loaded, do not create a default parcel before loading the parc...Justin Clark-Casey (justincc)2011-01-276-15/+25
| * Show local IDs in "land show" output.Justin Clark-Casey (justincc)2011-01-272-5/+11
| * Add "land clear" commandJustin Clark-Casey (justincc)2011-01-271-3/+13
| * Fix OAR parcel loading so that old parcels are replaced by the new instead of...Justin Clark-Casey (justincc)2011-01-276-0/+44
| * remove unused CreateBaseLand()Justin Clark-Casey (justincc)2011-01-271-9/+0
| * Make it workMelanie2011-01-271-4/+6
* | Make the estate setting "Allow direct teleport" override the constraintMelanie2011-01-271-0/+3
* | Let gods TP in wherever they like while in god modeMelanie2011-01-271-0/+1
* | Implement "Cannot teleport closer to destination" messageMelanie2011-01-271-1/+5
* | Make landing points work on local teleports. Constrain owners and gods toMelanie2011-01-272-5/+27
* | Change the way landing points are honoredMelanie2011-01-271-6/+13
* | Make it workMelanie2011-01-271-4/+6
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-270-0/+0
|\ \ | |/
| * Add a TeleportFlags member to SP so we can tell how we got there.Melanie2011-01-272-0/+15
| * Also set Godlike flag. Might be usefulMelanie2011-01-271-0/+2
| * Add TeleportFlags.ViaRegionID to the flags sent on login when the regionMelanie2011-01-271-8/+13
* | Fix build breakMelanie2011-01-271-0/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-2710-106/+178
|\ \ | |/
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimMic Bowman2011-01-265-19/+136
| |\
| | * Add some comments on ILandObject.StartPoint and EndPointJustin Clark-Casey (justincc)2011-01-261-0/+10
| | * Implement command "land show". This shows all the parcels on the currently s...Justin Clark-Casey (justincc)2011-01-265-19/+126
| * | Remove the RestorePresences functions (which don't seem to be doingMic Bowman2011-01-262-69/+12
| |/
| * Removed a few more spurious appearance saves. When an avatarMic Bowman2011-01-253-18/+31
* | Add a TeleportFlags member to SP so we can tell how we got there.Melanie2011-01-272-0/+14
* | Also set Godlike flag. Might be usefulMelanie2011-01-271-0/+2
* | Add TeleportFlags.ViaRegionID to the flags sent on login when the regionMelanie2011-01-271-8/+13
* | Clear user account cache before checking flags on login. This will make AVMelanie2011-01-271-0/+3
* | Add an interface for a region's user account cacheMelanie2011-01-274-1/+16
* | Fix merge artifactsMelanie2011-01-271-3/+3
* | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...Melanie2011-01-277-19/+93
|\ \
| * | Mostly revert the last commit with the aim of searching for a better solutionTom2011-01-267-35/+5
| * | Add a "useCached" parameter to GetUserAccount. Add a function to Scene to get...Tom2011-01-268-32/+55
| * | Add userFlags check to isBanned. This checks bans against DenyAnonymous and D...Tom2011-01-265-10/+78
| * | Revert my previous SHA1 commit in favour of a better implementationTom2011-01-262-6/+10
| * | Provide an SL compatible llMD5String function across all platformsTom2011-01-262-5/+11
| * | Make llSHA1Hash SL compatible when using characters like the euro symbol (€)Tom2011-01-261-1/+3
* | | Make bans work for teleport. Now teleport will complete block if the userMelanie2011-01-274-57/+56
|/ /
* | Reproduce a corner case behavior for llListReplaceListMelanie2011-01-251-6/+9