aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-15* Removed some of the redundant broadcast functions in Scene and SceneGraph s...John Hurliman1-5/+6
2009-10-13* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman1-7/+11
2009-10-07Revert "Rewrote parts of the code that were double-locking different objects....Melanie3-37/+31
2009-10-07Revert "Merging in diva's locking fixes"Melanie3-37/+31
2009-10-06Rewrote parts of the code that were double-locking different objects. This is...Diva Canto3-31/+37
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)1-1/+1
2009-10-01Formatting cleanup.Jeff Ames3-4/+4
2009-10-01Formatting cleanup.Jeff Ames12-93/+93
2009-09-27Fixed an issue with the PresenceModule in "gridmode", introduced by my fixing...Diva Canto1-3/+0
2009-09-26Fixed MapBlocks bug, wrong order of arguments. First version that seems compl...Diva Canto1-0/+12
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto3-7/+20
2009-09-25Don't preserve full user profile details within iars for nowJustin Clark-Casey (justincc)1-1/+3
2009-09-25add control files containing version info to iarsJustin Clark-Casey (justincc)1-0/+28
2009-09-24Produce a different error message if the user service does not have the authe...Justin Clark-Casey (justincc)1-11/+18
2009-09-24Allow load/save iar password checks to be done in grid modeJustin Clark-Casey (justincc)1-16/+5
2009-09-18correct off-by-one error in save iar command handlingJustin Clark-Casey (justincc)1-1/+1
2009-09-18provide intelligble warning of why load/save iar doesn't work on grid mode, p...Justin Clark-Casey (justincc)1-0/+14
2009-09-16on iar save/load, let the user know if they put in the wrong passwordJustin Clark-Casey (justincc)1-22/+17
2009-09-15And another goMelanie1-2/+2
2009-09-15Attempt to fix the testsMelanie1-2/+2
2009-09-15Some OSGrid specific changes, please use this or later for OSGrid useMelanie2-21/+42
2009-09-14label load and save iar commands as experimental.Justin Clark-Casey (justincc)1-2/+6
2009-09-14re-enable load and save iar commandsJustin Clark-Casey (justincc)1-8/+0
2009-09-11Disable non-user ready load/save iar for now pending possible format changeJustin Clark-Casey (justincc)1-2/+10
2009-09-11Remove bug where iar created folders could not be deleted after relogJustin Clark-Casey (justincc)2-3/+7
2009-09-10refactor: Replace some iar item name generation in tests with helper functionJustin Clark-Casey (justincc)1-6/+3
2009-09-10fix spurious loading... messages on iar load by creating folders as version 1...Justin Clark-Casey (justincc)1-1/+1
2009-09-09Add test to check behaviour if an iar is loaded where no user profile exists ...Justin Clark-Casey (justincc)2-3/+78
2009-09-08extend load iar test to loading into a deeply nested directoryJustin Clark-Casey (justincc)3-10/+27
2009-09-08refactor: change method argument nameJustin Clark-Casey (justincc)1-22/+24
2009-09-08refactor iar name generationJustin Clark-Casey (justincc)2-27/+71
2009-09-07Only allow iar load/save if user is logged in to the region simulatorJustin Clark-Casey (justincc)2-28/+110
2009-09-07change default iar filenameJustin Clark-Casey (justincc)1-1/+1
2009-09-06change iar load to make discrete inventory service requests rather than the c...Justin Clark-Casey (justincc)2-34/+52
2009-09-06Add convenience functions to InventoryArchiveUtils for locating folders by as...Justin Clark-Casey (justincc)2-5/+69
2009-09-06change load iar test to use non-cache find item by path functionJustin Clark-Casey (justincc)1-1/+4
2009-09-06remove now unnecessary parts of save iar testJustin Clark-Casey (justincc)1-17/+4
2009-09-06Convert iar write request to use inventory service requests rather than cacheJustin Clark-Casey (justincc)2-12/+164
2009-09-06refactor: use direct scene reference in inventory archive read requestJustin Clark-Casey (justincc)4-30/+21
2009-09-06refactor: replace some uses of iar module reference with scene insteadJustin Clark-Casey (justincc)2-8/+18
2009-09-06Temporarily re-enable save iar test by manually insert the item into the old ...Justin Clark-Casey (justincc)2-5/+17
2009-09-04Add ids to iar requestsJustin Clark-Casey (justincc)3-25/+51
2009-09-04If running tests manually, fail immediately on errorJustin Clark-Casey (justincc)1-2/+0
2009-09-03If a test dll fails, stop immediately rather than trying all the other test dllsJustin Clark-Casey (justincc)2-26/+30
2009-09-02warnings safari.dr scofield (aka dirk husemann)1-4/+3
2009-08-28Pull out distinct cache system folders and drop cache methods in InventoryCacheJustin Clark-Casey (justincc)1-2/+12
2009-08-28Correct build breakJustin Clark-Casey (justincc)1-2/+2
2009-08-28minor: formatting and commentsJustin Clark-Casey (justincc)1-1/+2
2009-08-28minor: remove some commented out iar test codeJustin Clark-Casey (justincc)1-13/+0
2009-08-21Add copyright header. Formatting cleanup.Jeff Ames1-1/+28