aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Stop the avatar sometimes pausing for more than a second on the border when ↵Justin Clark-Casey (justincc)2011-02-181-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | region crossing. This restores a RemoveFromPhysicalScene() call in ScenePresence.CheckForBorderCrossing() when the agent has been placed in transit. If we don't remove the agent from the physical scene, then the method continues to be called via ScenePresence.Update() until the handover of the client between regions is completed. Since this handover can take more than 1000ms (due to the 1000ms event queue polling response from the server), this results in the avatar pausing on the border for the entire handover period.
| | * Add support for new naming syntax of linked regions to osTeleportAgent and ↵Marck2011-02-171-3/+3
| | | | | | | | | | | | osTeleportOwner.
| | * Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-1/+2
| | |
| * | Streamline ban line processing. Remove remnants of old advisory messages.Melanie2011-02-161-1/+0
| | | | | | | | | | | | Centralize ban checking and prepare for adding a "ban and eject" function.
| * | Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-2/+4
| | |
| * | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-161-1/+1
| |\ \ | | |/
| | * Set filter to send proper rotations for root partBlueWall2011-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | This allows the root prim, alone or in a set, to send it's rotation. This fixes unsitting the avatar on sit-offsest type teleports where the sit target is in the root prim of a linkset.
| * | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-121-0/+2
| |\ \ | | |/
| | * Added emergency monitoring of UDP Outgoing packets thread. Just type ↵Diva Canto2011-02-081-0/+2
| | | | | | | | | | | | "emergency-monitoring on/off"
| * | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-071-0/+8
| |\ \ | | |/
| | * New command: show pending-objectsDiva Canto2011-02-061-0/+8
| | |
| * | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-072-22/+24
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Server/Handlers/Simulation/AgentHandlers.cs OpenSim/Services/Connectors/SimianGrid/SimianGridMaptileModule.cs OpenSim/Services/GridService/HypergridLinker.cs
| | * Send object date to viewer in microseconds (Fixes mantis bug #3990)Kevin Cozens2011-02-041-1/+2
| | |
| | * Change UpdateAgent (for changes in agent position) to be sentMic Bowman2011-02-031-21/+22
| | | | | | | | | | | | | | | | | | once to each simulator rather than once to each region. This should help with some of the delays caused by multiple outstanding requests to a single service point.
| | * Fix up QueryAccess to also check parcelsMelanie2011-01-281-1/+1
| | |
| | * Fix bumping into sim borders and check estate bans for walking crossingsMelanie2011-01-282-13/+42
| | |
| | * Make it workMelanie2011-01-271-4/+6
| | |
| | * Add a TeleportFlags member to SP so we can tell how we got there.Melanie2011-01-272-0/+15
| | |
* | | Merge branch 'careminster-presence-refactor' of ↵Kitto Flora2011-02-041-0/+2
|\ \ \ | |/ / | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | Squash a nullrefMelanie2011-02-021-0/+2
| | |
* | | Corrections for Avatar Auto-pilot target; add llStopMoveToTarget() for ↵Kitto Flora2011-02-042-5/+55
|/ / | | | | | | Avatar-attached.
* | Merge branch 'careminster-presence-refactor' of ↵Melanie2011-01-281-1/+1
|\ \ | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | Correct chat source location for Av seated on daughter prim.Kitto Flora2011-01-281-1/+1
| | |
* | | Change the way ban lines workMelanie2011-01-281-1/+1
|/ /
* | Fix up QueryAccess to also check parcelsMelanie2011-01-281-7/+22
| |
* | Fix bumping into sim borders and check estate bans for walking crossingsMelanie2011-01-282-13/+42
| |
* | Make the estate setting "Allow direct teleport" override the constraintMelanie2011-01-271-0/+3
| | | | | | | | of local tepeports to landing points like it is meant to
* | 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-271-5/+26
| | | | | | | | | | landing points when coming from off sim (matches agni) to prevent landing in floors or other prims.
* | Change the way landing points are honoredMelanie2011-01-271-6/+13
| |
* | Make it workMelanie2011-01-271-4/+6
| |
* | Fix build breakMelanie2011-01-271-0/+1
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-272-69/+12
|\ \ | |/
| * Remove the RestorePresences functions (which don't seem to be doingMic Bowman2011-01-262-69/+12
| | | | | | | | | | anything) and clean up the code in AddNewClient (so Appearance only gets assigned once, not three times).
| * Fix script data not being reset as it should beMelanie2011-01-241-0/+4
| |
* | Add a TeleportFlags member to SP so we can tell how we got there.Melanie2011-01-272-0/+14
| |
* | Clear user account cache before checking flags on login. This will make AVMelanie2011-01-271-0/+3
| | | | | | | | and other bannable flags work in this case.
* | Fix merge artifactsMelanie2011-01-271-3/+3
| |
* | Merge branch 'careminster-presence-refactor' of ↵Melanie2011-01-272-4/+46
|\ \ | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | Mostly revert the last commit with the aim of searching for a better solutionTom2011-01-261-1/+1
| | |
| * | Add a "useCached" parameter to GetUserAccount. Add a function to Scene to ↵Tom2011-01-261-22/+20
| | | | | | | | | | | | get the user flags. It has to be here due to access restrictions :/
| * | Add userFlags check to isBanned. This checks bans against DenyAnonymous and ↵Tom2011-01-262-4/+47
| | | | | | | | | | | | DenyMinors. Note that the ban doesn't actually work yet due to some stuff mel's working on .
* | | Make bans work for teleport. Now teleport will complete block if the userMelanie2011-01-271-51/+48
|/ / | | | | | | | | | | | | 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.
* | Fix script data not being reset as it should beMelanie2011-01-241-0/+4
| |
* | Completely nixing flags from the client causes wearables to break. Fix itMelanie2011-01-221-0/+1
| | | | | | | | so we let the lowest byte through.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-181-12/+4
|\ \ | |/
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-01-172-5/+5
| |\
| | * minor: resolve some mono compiler warningsJustin Clark-Casey (justincc)2011-01-182-2/+2
| | |
| | * Prune some of the excess logging for client logins.Justin Clark-Casey (justincc)2011-01-181-3/+3
| | | | | | | | | | | | Didn't touch the appearance related stuff.