aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-35/+35
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-08-27Mantis#1518. Thank you kindly, Zaki for a patch that:Charles Krinke1-0/+17
Issue is caused by the terrain height not being queried before teleporting within the region. Teleporting between regions is correct. Adding the neccessary checking to intra-region TP code.
2008-08-27Mantis#2047. Thank you kindly, Simsim for a patch that addresses:Charles Krinke1-0/+4
avatar sitting on the object can not telport to other regions.
2008-08-20Mantis #2003 - thank you, SachaMagne, for a patch that implementsMelanie Thielker1-0/+6
the first part of gesture persistence. ---------------------------------------------------------- Attachments no longer vanish on walking crossing. Teleport is still problematic, but will now be blocked with message "Inconsistent attachment state" rather than losing the attachment. Detach to be able to TP in that case.
2008-08-19Fix region crossings and access to inventory after changing regions withinMelanie Thielker1-2/+3
the same simulator
2008-08-18Formatting cleanup.Jeff Ames1-4/+4
2008-08-16Mantis#1965. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-1/+15
Places touched: - Added two events for in-packets to LLCLientView: RegionHandleRequest and ParcelInfoRequest - Added sending of two out-packets to LLCLientView: RegionIDAndHandleReply and ParcelInfoReply. - Scene handles the RegionHandleRequest, LandManagementModule the ParcelInfoRequest - Added inter-region request for LandData by RegionHandle and local position. This was implemented as XML-RPC request. The returned LandData isn't complete, it only contains the data necessary for answering the ParcelInfoRequest - Added new CAPS (0009) for RemoteParcelRequest and some methods for LandData handling to LandManagementModule - Added methods for fake parcelID creation and parsing to Util - Fixed missing implementation of interface methods. - Added new file: OpenSim/Framework/Communications/Capabilities/LLSDRemoteParcelResponse.cs NOTE: This is part of the patch, too. Due to the many places touched, I would consider this patch as experimental.
2008-08-14Mantis #1946Melanie Thielker1-6/+17
Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling.
2008-08-12Thanks, lulurun, for a patch that addresses inventory problems that occurMike Mazur1-0/+5
occasionally, but are fixed on restart (issue 1919). This patch introduces the following changes: 1. when a user teleports out of Region A, remove that user's profile from the Region A user profile cache 2. when a user crosses between regions out of Region A, remove that user's profile from the Region A user profile cache 3. the user profile cache's session ID member can now be set (written), and is updated each time a connection with a new avatar is established (ie: a new avatar enters the region) 4. when a region server looks up a user profile and a cache miss occurs, fetch the user profile from the user server first instead of immediately returning null
2008-08-08* All CheckRegion within an instance would use the same, global, bool for ↵lbsa711-2/+1
'Available', which would lead to intermittent failures on parallell teleport requests. * Solidified CheckRegion somewhat, adding a second try if the first failed.
2008-08-01* Drop cached inventory from the local region when a user crosses out into a ↵Justin Clarke Casey1-0/+2
remote region * May resolves inventory problems that occur when the user moves between two regions` * e.g. if the user moves to a second region, adds an inventory item, moves back to the original region then tries to manipulate that item * Not yet implemented for teleport
2008-07-04mini-warnings-safari, plus cleanup of IUserServices method naming.Dr Scofield1-1/+1
2008-06-28plumbing for multiple inventory servers. Mostly done on the region server side. MW1-0/+1
TODO next is to make the login server read/write a users inventory from the correct server (the inventory url set in a userprofile) On the region side, although not tested with multiple servers it should work if that inventory url was set, and the inventory servers urls have been added to the CommunicationsManager, using CommunicationsManager.AddInventoryService(string hostUrl)
2008-06-27move along, nothing to see here. just a couple of lazy variables.Dr Scofield1-2/+2
2008-06-25added the flag param to IClientAPI.SendMapBlockMW1-1/+1
2008-05-31* Implements UserServer logoff in a few situationsTeravus Ovares1-0/+13
* User tries to log-in but is already logged in. Userserver will send message to simulator user was in to log the user out there. * From the UserServer, admin types 'logoff-user firstname lastname message'. * Some regions may not get the message because they're not updated yet.
2008-05-29Mantis#1411. Thank you kindly for Dataserver.cs and a patchCharles Krinke1-0/+5
that adds function stub to request region info by name and adds llRequestSimulatorData() and the dataserver event
2008-05-16Formatting cleanup.Jeff Ames1-30/+30
2008-05-14From: Dr Schofield <hud@zurich.ibm.com>Justin Clarke Casey1-2/+2
Rename SearializableRegionInfo to SerializableRegionInfo (class was already named correctly)
2008-05-14Formatting cleanup.Jeff Ames1-2/+3
2008-05-13* Implemented ChildAgentDataUpdate throttle multiplier based on an ↵Teravus Ovares1-0/+7
inaccurate count of neighbors. * The neighbor count is always lower then the actual number of neighbors unless your region was up the longest. * The region you're in is un-affected by this, though, you'll get less packet loss, maybe not get logged off immediately when you log in, and possibly see more prim if your internet connection is semi-unreliable.
2008-05-12* If a region running in grid mode fails to login to the grid service, ↵Justin Clarke Casey1-0/+5
startup will now terminate instead of carrying on (and thus burying the error message)
2008-05-01* Rolled back a few changes.Adam Frisby1-265/+269
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-269/+265
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-05-01* Assorted spring cleanings.Adam Frisby1-1/+2
2008-04-26* Ooops, attachments now teleport/cross region borders along with your ↵Teravus Ovares1-0/+2
avatar. Those dastardly objects stick to you.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-3/+4
(this took a while to run).
2008-03-30This update has good news and bad news, first the bad.Teravus Ovares1-5/+11
* This update breaks inter-region communications, sorry. * You will need to run prebuild. Next, the good; * This update solves the unexpected binary element when Linux simulators inform windows simulators and vice versa. So Linux Simulators and Windows simulators are 100% compatible again. * This update introduces an Integer in the prim crossing method to tell the receiving simulator which XML method to use to load the prim that crossed the border. If the receiving prim doesn't support the method, the prim crossing fails and no prims are lost. That being said, it's best to update all your simulators to this revision at once.
2008-03-25* Massaging CAPS setup/teardown log messagesJustin Clarke Casey1-1/+1
* Leaving quite a few debug messages in for now to help deal with bugs arising
2008-03-25* Print out the exception stacks of resolution failures, temporarilyJustin Clarke Casey1-2/+3
2008-03-25* Temporary hack to swallow neighbour contact problems on startup (in ↵Justin Clarke Casey1-1/+4
response to osgrid issues) * Not sure what the effect will be, but can't be any worse than the current constant sim crashes.
2008-03-25* Tear down CAPS and http handlers when an agent leaves a region (via ↵Justin Clarke Casey1-1/+10
crossing, teleport or logout)
2008-03-23* Start passing around a region server's http port in RegionInfo.Justin Clarke Casey1-1/+2
* This means that caps methods (editing scripts, poss map functions, etc) on non-home regions should now work with servers which are listening for http ports on a non default (9000) port. * If you are running a region server, this may only work properly once your grid server upgrades to this revision * PLEASE NOTE: This shouldn't cause inter-region problems if one end of the connection hasn't upgraded to this revision. However if it does, the instability will persist until the grid and region (and possibly all the region's neighbours) have upgraded to this revision. * This revision also adds extra login related messages, both for success and failure conditions
2008-03-22* Miscellaneous comment before I found out that mantis 807 probably isn't an ↵Justin Clarke Casey1-2/+6
issue worth fixing.
2008-03-22* Catch the occasional resolution exception that comes out of ↵Justin Clarke Casey1-3/+20
SceneCommunicationService.EnableChildAgents so we can see what hostname is failing
2008-03-20* First draft resolution of mantis 777, 734, 389 - scripts do not save in ↵Justin Clarke Casey1-2/+6
non-home regions * Should work in multi-region standalone and grid modes * This should also solve other non-home region caps issues (map requests, RC client inventory requests, etc) * We now pass CAPS information on to the destination region on region crossing, and set up a CAPS object when an agent becomes a master * Current limitation is that this will only work if your http_listener_port is 9000 * This is a very early code cut (lots of bad practice, hard coding and inefficiency). However, I wanted to get this out there for feedback and my own sanity. Next few patches will clean up the mess.
2008-03-20Another poxy patch which consists mainly of logging changes (some already ↵Justin Clarke Casey1-2/+1
commented out) to find out what CAPS is doing
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-03-02Change handler001 through handler009 to moreCharles Krinke1-32/+32
appropriate names consisten with their use. All done with all 94 handlers from handler001 through handler094. Hopefully we can move forward without numbered handlers.
2008-02-22* Converted the last of the events to the private delegate instance method ↵Teravus Ovares1-18/+32
to avoid race conditions.
2008-02-20* Cleanup of some memory consuming items on ScenePresence.Close().Teravus Ovares1-8/+18
* Untangled a tangly shutdown loop for the ScenePresence. * Suggested to the Garbage Collector that this may be a good time to >.>, <.< *gasp* collect the memory.
2008-02-16Some changes to remove some of the direct calls to CommsManager from Scene, ↵MW1-0/+40
so that they now go through the SceneCommunicationService. As a small step towards the day we can kill the CommsManager (YAY!)
2008-02-11* um, Prim crossings? Experimental.Teravus Ovares1-5/+14
* Backup your database just in case.
2008-02-05Converted logging to use log4net.Jeff Ames1-17/+19
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
2008-01-26* Added a try/catch handler around childdataupdates because the enumeration ↵Teravus Ovares1-10/+17
is prone to modification when logging on. These can be safely ignored because the data gets old fast and new ones get generated somewhat quickly.
2008-01-22* Enabled dead region tracking for ChildAgentDataUpdates Teravus Ovares1-16/+17
** If the region fails 3 times, then ChildAgentDataUpdates no longer get sent to that region * Enabled Child_Get_Tasks in grid mode. * When Child_Get_Tasks is enabled on neighbor regions, the neighbor region uses the client's draw distance to send out prim. This is a lot less likely to flood the client now since the ChildAgentDataUpdate contains both the throttle settings and the draw distance. This means that with this enabled, you can see prim in other regions in grid mode. Very experimental.
2008-01-21* Shutting down child agents properly in neighbor regions.Teravus Ovares1-12/+52
2008-01-20Graceful failure of teleport to unavailable regions might actually work now.Brian McBee1-2/+14
I blame all bugs on the age of my brain cells.
2008-01-20Check if remote simulator is up before attempting teleport. Teleport to a ↵Brian McBee1-4/+10
remote region should now fail gracefully if remote simulator is down.