aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'justincc-dev'Justin Clark-Casey (justincc)2010-10-292-4/+4
|\
| * for now, comment out some older or redundant log debug lines to make ↵Justin Clark-Casey (justincc)2010-10-292-4/+4
| | | | | | | | diagnostics easier
* | Major refactoring of appearance handling.Master ScienceSim2010-10-201-0/+11
|/ | | | | | | | | | | | | | | | | | | AvatarService -- add two new methods, GetAppearance and SetAppearance to get around the lossy encoding in AvatarData. Preseve the old functions to avoid changing the behavior for ROBUST services. AvatarAppearance -- major refactor, moved the various encoding methods used by AgentCircuitData, ClientAgentUpdate and ScenePresence into one location. Changed initialization. AvatarAttachments -- added a class specifically to handle attachments in preparation for additional functionality that will be needed for viewer 2. AvatarFactory -- removed a number of unused or methods duplicated in other locations. Moved in all appearance event handling from ScenePresence. Required a change to IClientAPI that propogated throughout all the IClientAPI implementations.
* Deleted verbose debug messages that are bringing sims to an halt. Increased ↵Diva Canto2010-10-191-2/+2
| | | | the user cache expiration period to 33 hours.
* Add linden prim renderer and update libOMVMelanie2010-10-041-2/+2
|
* Attempt at fixing mantis #5057 -- CPU pinned high with HGAssetBroker.Diva Canto2010-10-021-21/+34
|
* Cleanup: Removed an unreferenced variable from ActivityDetector.csJohn Hurliman2010-09-291-11/+1
|
* Part two of the previous commit, making IGridUserService.LoggedOut() more ↵John Hurliman2010-09-293-5/+5
| | | | flexible without changing current behavior
* Made IGridUserService.SetLastPosition() more flexible to allow different ↵John Hurliman2010-09-293-6/+11
| | | | possible implementations. This doesn't change any behavior or any Robust code, but it simplifies the SimianGrid connector by using the standard OpenSim interface for setting last position now
* Formatting cleanup.Jeff Ames2010-09-123-3/+3
|
* Made the HG asset and inventory brokers use the Helo service in order to ↵Diva Canto2010-09-081-6/+9
| | | | instantiate the right network connectors. Tested on Robust only.
* Rolling back the recent libomv update but keeping the ExpiringCache cleanups ↵John Hurliman2010-09-071-2/+2
| | | | (as much as is possible). There was a report of non-finite avatar positions after the update
* * Cache null account responses in the SimianUserAccountServiceConnector to ↵John Hurliman2010-09-071-2/+4
| | | | | | avoid repeated requests for missing avatar IDs * Updated to OpenMetaverse r3442 to fix a timezone issue with ExpiringCache
* Move code that allows llGiveInvetory() to move item into appropriate system ↵Justin Clark-Casey (justincc)2010-09-042-53/+1
| | | | | | | folder up from connectors into Scene.Inventory.cs This fixes the problem for all architectures (hg as well as local and grid) and means we don't have to dupe code between connectors. Not ideal in that it becomes non-modular, but methods in Scene.Inventory.cs should eventually be modularized anyway.
* Create Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item)Justin Clark-Casey (justincc)2010-09-041-3/+3
| | | | The agentID in AddInventoryItem(UUID agentID, InventoryItemBase item) is redundant since it's contained in item.Owner, and it doesn't make sense for agentID != item.Owner, hence the method is deprecated.
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-09-031-1/+1
|
* Add automated test at the opensim 'api' level to check that a given item ↵Justin Clark-Casey (justincc)2010-08-242-3/+21
| | | | | | goes to the correct directory Also removes some mono compiler warnings
* Add system lookup folder fix to the RemoveXInventoryServiceConnector as well ↵Justin Clark-Casey (justincc)2010-08-231-0/+17
| | | | since this presumably suffers from the same problem.
* Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)2010-08-232-9/+18
| | | | | This was a regression - the code to look up the correct type folder was no longer being called if items were added without a parent folder set This may have been broken since commit bd49985a on 2010-05-02
* Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2010-08-234-5/+11
|
* Forward-port a small improvement to the land out connectorMelanie Thielker2010-08-211-1/+2
|
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-132-6/+4
|
* This file wants to be committedDiva Canto2010-08-101-37/+37
|
* Tests for distance-sorted fallback regions.Marck2010-08-081-7/+57
| | | | With some extensions to existing grid service tests.
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-08-072-0/+10
|\
| * Added Check4096 config var under [GridService], at the request of many. ↵Diva Canto2010-08-062-7/+7
| | | | | | | | | | | | Changed the iteration that Marck had on the Hyperlinker. ATTENTION! CONFIGURATION CHANGE AFFECTING Robust.HG.ini.example and StandaloneCommon.ini.example.
| * Allow creation of link regions if there is an existing region within a 4096 ↵Marck2010-08-062-0/+10
| | | | | | | | | | | | range. Also add GetHyperlinks() to the grid service.
* | Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker2010-08-072-4/+6
| | | | | | | | | | in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity.
* | Make the landmark properties work againMelanie Thielker2010-08-071-1/+1
|/
* Removed some more debug messages.Diva Canto2010-07-141-18/+16
|
* Fixes additional bug reported in mantis #4841.Diva Canto2010-07-051-6/+6
|
* Got rid of all hyperassets references. Also fixed accessing textures in ↵Diva Canto2010-07-041-2/+1
| | | | user's inventory in foreign grids.
* Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ↵Diva Canto2010-06-134-25/+6
| | | | neighbours.
* Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵Diva Canto2010-06-041-3/+1
| | | | avies are in different sims.
* Removed sessionID from GridUserservice again. Removed parcel crossing ↵Diva Canto2010-05-203-13/+5
| | | | detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface.
* * Added sessionID to IGridUserService.SetLastPosition(), as some connectors ↵unknown2010-05-203-6/+6
| | | | | | will want to track position against sessionID instead of userID * Updated SimianPresenceServiceConnector to use the new LoggedOut/SetHome/etc methods and only update session position on parcel crossing
* * Fixed spamming the assets table with map tiles. The tile image ID is now ↵Diva Canto2010-05-091-1/+3
| | | | | | stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. * Fixed small bug with map search where the local sim regions weren't found.
* Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete ↵Diva Canto2010-05-071-3/+1
| | | | fields.
* These files are part of the GridUserService write-up.Diva Canto2010-05-072-0/+269
|
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-075-44/+71
| | | | | | home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
* Assorted bug fixes in hypergrid linking.Diva Canto2010-05-031-0/+5
|
* Renamed HGInventoryBroker2 to HGInventoryBroker.Diva Canto2010-05-021-2/+2
|
* Deleted HGInventoryBroker, so that the new one can take its name.Diva Canto2010-05-021-540/+0
|
* Switched everything to XInventory by default. The old Inventory is still ↵Diva Canto2010-05-021-83/+28
| | | | there for now, in case bugs pop up with XInventory.
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-04-303-143/+79
|\
| * * XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto2010-04-303-143/+79
| | | | | | | | * Removed a few buglets and added better exception handling.
* | Fix a null ref from trying to access a dictionary that was never initialized.Melanie2010-04-301-1/+2
|/
* Simplified RemoteXInventoryServiceConnector and HGBroker (2) by a lot.Diva Canto2010-04-292-279/+282
|
* Started redoing HGInventoryBroker for XInventory and with multi-protocol in ↵Diva Canto2010-04-293-0/+645
| | | | mind. Unfinished.
* XInventory connector/handler showing signs of life. Tested, but needs more ↵Diva Canto2010-04-271-0/+2
| | | | testing.