aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman3-9/+9
2009-10-01* Rewrote LLImageManager to use a real priority queue and hold minimal stateJohn Hurliman1-1/+0
2009-09-30Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman2-529/+161
2009-09-30Revert "Attempting to improve the robustness of texture decoding by always ig...Melanie1-68/+168
2009-09-30Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman1-168/+68
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-16updated the IAuthorizationService interface so that a message is passed back ...Rob Smart2-4/+5
2009-09-16 Stop a loaded OAR from generating on_rez events. This bringsAlan M Webb1-1/+1
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-14Apply http://opensimulator.org/mantis/view.php?id=4142Justin Clark-Casey (justincc)1-1/+1
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-13* Add the RegionCombinerModule backTeravus Ovares (Dan Olivares)9-0/+1719
2009-09-13Temporarily removing the RegionCombinerModule to debug a mono assert on linuxTeravus Ovares (Dan Olivares)9-1719/+0
2009-09-13* Move nested classes from the RegionCombinerModule into their own file.Teravus Ovares (Dan Olivares)8-563/+804
2009-09-13* More comments in the RegionCombinerModuleTeravus Ovares (Dan Olivares)1-14/+116
2009-09-13Formatting cleanup.Jeff Ames1-1/+1
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-11Minor indentation cleanup.Diva Canto1-2/+3
2009-09-11Changed RemoteAuthorizationServiceConnector so that it implements the IAuthor...Rob Smart1-4/+45
2009-09-10Changed the interface of IAuthorizationService to get less data.Diva Canto1-3/+3
2009-09-10adding in working functionality for the remote connectorRob Smart1-1/+1
2009-09-10The stubs for an authorization service, at the moment the service will always...Rob Smart3-0/+256
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-10Formatting cleanup.Jeff Ames1-59/+24
2009-09-10* Another Timer lockTeravus Ovares (Dan Olivares)1-1/+4
2009-09-09* Lock timers when Calling Start() and Stop() when the Thread Context is murk...Teravus Ovares (Dan Olivares)1-1/+4
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-08Thank you, mcortez, for a patch to fix errors in FlotsamCache and expandMelanie1-28/+130
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-08minor: remove warningJustin Clark-Casey (justincc)1-2/+1
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-07make oar module logging a little less noisyJustin Clark-Casey (justincc)1-2/+2
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-06Revising the user account data interfaces. No user functionality yetMelanie2-5/+5
2009-09-05* Moves ScenePresence SendCourseLocations to a delegate and provide a method ...Teravus Ovares (Dan Olivares)1-6/+165