aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-24Fixes Region Crossings on a prim.Revolution1-1/+9
2010-01-21add a target position to agent updates to ScenePresence to support ↵unknown1-1/+7
alternative client protocols
2010-01-21Fixes llSetDamage. Patch from RevolutionRevolution1-7/+5
2010-01-18* Fixed misspelling of field in GridServiceDiva Canto1-15/+6
* Moved TeleportClientHome to EntityTransferModule
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto1-11/+13
yet.
2010-01-16Finished moving object crossings into EntityTransferModuleDiva Canto2-298/+0
2010-01-16Moved prim crossing to EntityTransferModule. Not complete yet.Diva Canto2-174/+183
2010-01-15Renamed IAgentTransferModule to IEntityTransferModule -- accounts for ↵Diva Canto2-4/+4
objects too.
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in ↵Diva Canto5-1595/+37
the new AgentTransferModule, in line with what MW started implementing back in May -- ITeleportModule. This has been renamed IAgentTransferModule, to be more generic. * HGSceneCommunicationService has been deleted * SceneCommunicationService will likely be deleted soon too
2010-01-13Bug fix in releasing agent. In Scene, always use SimulatonService, and not ↵Diva Canto2-2/+2
m_SimulationService, because it may be null...
2010-01-13Omit AuthorizationService from the default configurations, because the ↵Diva Canto1-5/+5
service doesn't exist in the distribution.
2010-01-13* Removed debug messages.Diva Canto1-2/+0
* Everything works! (everything that was tested; lots of things to test)
2010-01-13Bug in Teleport fixed -- Appearance was missing from AgentCircuitData.Diva Canto2-0/+3
2010-01-13Several more buglets removed.Diva Canto3-18/+18
2010-01-13Change the error messages on region region registration. This changes URMMelanie1-3/+3
and region. The non-error case should be compatible, so no version bump. Untested.
2010-01-12More appearance woes fixed, this time for child agents. Tested on a grid ↵Diva Canto2-0/+6
with 2 simulators. Everything seems to be working, including border crosses. TPs (prim crossing) need love now.
2010-01-12Fixed more appearance woes that showed up using remote connectors. ↵Diva Canto2-5/+5
Appearance is now being passed with AgentCircuitData, as it should be.
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto4-5/+9
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto14-14/+8
2010-01-11CommunicationsManager deleted.Diva Canto7-18/+11
2010-01-10NetworkServersInfo removed from CommsManager.Diva Canto2-2/+0
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services ↵Diva Canto5-7/+4
deleted, including old LoginService.
2010-01-10CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto3-16/+15
2010-01-11Whitespace cleanupMelanie3-169/+169
2010-01-11Adds llRotTarget and the events at_rot_target and not_at_rot_target.Revolution3-5/+174
Signed-off-by: Melanie <melanie@t-data.com>
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2-14/+0
* CommsManager.AvatarService rerouted
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie1-6/+0
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process.
2010-01-10* Last reference to CommsManager.UserProfileCacheService removedDiva Canto1-1/+1
* Grided-sims added the Library module
2010-01-10Clean CRs from previous patchMelanie1-67/+67
2010-01-10Adds land collision events.Revolution2-10/+156
CRs cleaned from patch Signed-off-by: Melanie <melanie@t-data.com>
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto7-117/+26
* HG is seriously broken here * Compiles. Untested.
2010-01-10Fix a small bug in login disable codeMelanie1-1/+1
2010-01-10Add "StartDisabled" to [Startup] to make all regions start up withMelanie1-5/+9
logins disabled until enabled from the console. Add the AccessModule (WIP)
2010-01-10Remove "login disable", "login enable" and "login status" commands.Melanie1-7/+0
2010-01-09Fixes prim to prim collision.Revolution1-3/+3
Signed-off-by: Melanie <melanie@t-data.com>
2010-01-09Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto2-3/+51
2010-01-09Implement the groups module query to make the estate allowed groups workMelanie1-1/+28
2010-01-08A few more inches... Old friends things removed. Less references to ↵Diva Canto2-48/+0
UserProfileService.
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto2-44/+18
2010-01-07* Finished SimulationServiceConnectorDiva Canto6-58/+105
* Started rerouting calls to UserService. * Compiles. May run.
2010-01-07Fixes the Collision errors and adds more to llGetStatusRevolution1-45/+74
Signed-off-by: Melanie <melanie@t-data.com>
2010-01-07Fixes the Collision errors and adds more to llGetStatusRevolution1-45/+74
2010-01-04When rezzing a no-copy object on a no-rez parcel, the object vanishes fromMelanie1-0/+7
inventory until relog. This patch corrects this and puts the item back into inventory.
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames4-38/+38
2010-01-01The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵Diva Canto3-21/+38
obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
2010-01-01New LL login service is working! -- tested in standalone only. Things still ↵Diva Canto1-3/+11
missing from response, namely Library and Friends. Appearance service is also missing.
2009-12-31Readds llCollisionFilter and adds llPassCollision.Revolution2-62/+276
Applied with whitespace cleanup Signed-off-by: Melanie <melanie@t-data.com>
2009-12-31Readds llCollisionFilter and adds llPassCollision.Revolution2-62/+276
Applied with whitespace cleanup Signed-off-by: Melanie <melanie@t-data.com>
2009-12-31Simulation handlers (agents & objects) completed.Diva Canto2-0/+21
2009-12-31This patch caused serialization errors and needs to be reexaminedMelanie1-271/+63
Revert "[PATCH] Adds llCollisionFilter" This reverts commit eab2b4c6a96cd5b2a0f079f27a9c2ac15273d3f0.