aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2-3/+46
2010-10-31Removed a couple of very verbose debug messages.Diva Canto1-2/+2
2010-10-29for now, comment out some older or redundant log debug lines to make diagnost...Justin Clark-Casey (justincc)2-4/+4
2010-10-20Major refactoring of appearance handling.Master ScienceSim1-0/+11
2010-10-19Deleted verbose debug messages that are bringing sims to an halt. Increased t...Diva Canto1-2/+2
2010-10-04Revert "Add linden prim renderer and update libOMV"Melanie1-2/+2
2010-10-04Add linden prim renderer and update libOMVMelanie1-2/+2
2010-10-02Attempt at fixing mantis #5057 -- CPU pinned high with HGAssetBroker.Diva Canto1-21/+34
2010-09-29Cleanup: Removed an unreferenced variable from ActivityDetector.csJohn Hurliman1-11/+1
2010-09-29Part two of the previous commit, making IGridUserService.LoggedOut() more fle...John Hurliman3-5/+5
2010-09-29Made IGridUserService.SetLastPosition() more flexible to allow different poss...John Hurliman3-6/+11
2010-09-12Formatting cleanup.Jeff Ames3-3/+3
2010-09-08Made the HG asset and inventory brokers use the Helo service in order to inst...Diva Canto1-6/+9
2010-09-07Rolling back the recent libomv update but keeping the ExpiringCache cleanups ...John Hurliman1-2/+2
2010-09-07* Cache null account responses in the SimianUserAccountServiceConnector to av...John Hurliman1-2/+4
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)2-53/+1
2010-09-04Create Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item)Justin Clark-Casey (justincc)1-3/+3
2010-09-03minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2010-08-24Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)2-3/+21
2010-08-23Add system lookup folder fix to the RemoveXInventoryServiceConnector as well ...Justin Clark-Casey (justincc)1-0/+17
2010-08-23Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)2-9/+18
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)4-5/+11
2010-08-21Forward-port a small improvement to the land out connectorMelanie Thielker1-1/+2
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)2-6/+4
2010-08-10This file wants to be committedDiva Canto1-37/+37
2010-08-08Tests for distance-sorted fallback regions.Marck1-7/+57
2010-08-07Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker2-4/+6
2010-08-07Make the landmark properties work againMelanie Thielker1-1/+1
2010-08-06Added Check4096 config var under [GridService], at the request of many. Chang...Diva Canto2-7/+7
2010-08-06Allow creation of link regions if there is an existing region within a 4096 r...Marck2-0/+10
2010-07-14Removed some more debug messages.Diva Canto1-18/+16
2010-07-05Fixes additional bug reported in mantis #4841.Diva Canto1-6/+6
2010-07-04Got rid of all hyperassets references. Also fixed accessing textures in user'...Diva Canto1-2/+1
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto4-25/+6
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol...Justin Clark-Casey (justincc)5-33/+11
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve...Justin Clark-Casey (justincc)5-11/+33
2010-06-04Fixed a couple of buglets in Friendship offers / acceptance / decline when av...Diva Canto1-3/+1
2010-05-20Removed sessionID from GridUserservice again. Removed parcel crossing detecti...Diva Canto3-13/+5
2010-05-20* Added sessionID to IGridUserService.SetLastPosition(), as some connectors w...unknown3-6/+6
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-1/+3
2010-05-07Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete f...Diva Canto1-3/+1
2010-05-07These files are part of the GridUserService write-up.Diva Canto2-0/+269
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto5-44/+71
2010-05-03Assorted bug fixes in hypergrid linking.Diva Canto1-0/+5
2010-05-02Renamed HGInventoryBroker2 to HGInventoryBroker.Diva Canto1-2/+2
2010-05-02Deleted HGInventoryBroker, so that the new one can take its name.Diva Canto1-540/+0
2010-05-02Switched everything to XInventory by default. The old Inventory is still ther...Diva Canto1-83/+28
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto3-143/+79
2010-04-30Fix a null ref from trying to access a dictionary that was never initialized.Melanie1-1/+2
2010-04-29Simplified RemoteXInventoryServiceConnector and HGBroker (2) by a lot.Diva Canto2-279/+282