aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-01Get osNpcCreate appearance working with avatars that are currently in the scene.Justin Clark-Casey (justincc)1-1/+5
2011-07-31In the packetpool, if we encounter a data block that somehow wasn't retrieved...Justin Clark-Casey (justincc)1-6/+11
2011-07-29For all Util.FireAndForget invocations, set thread to en_US before continuing...Justin Clark-Casey (justincc)1-5/+10
2011-07-23Fix LLTextBox to work with the updated libOMVMelanie1-1/+1
2011-07-23Pass the first name and last name from the agent circuit data to the authoriz...Justin Clark-Casey (justincc)1-1/+1
2011-07-23Remove manually permissions settings on all current library items so that the...Justin Clark-Casey (justincc)1-1/+7
2011-07-23Revert "Don't load current/next/everyone/base permissions from the library it...Justin Clark-Casey (justincc)1-7/+1
2011-07-23Don't load current/next/everyone/base permissions from the library item xml f...Justin Clark-Casey (justincc)1-1/+7
2011-07-22Thank you, Michelle Argus, for a patch that adds reading the agent limitMelanie1-1/+4
2011-07-21Fixed updating avatar appearanceOren Hurvitz1-1/+3
2011-07-18use standard sdk stack in terrain model rather than OpenSim.Framework.UndoStack.Justin Clark-Casey (justincc)1-152/+0
2011-07-18Use a standard generic system stack for the undo/redo stacks instead of our o...Justin Clark-Casey (justincc)1-1/+39
2011-07-13minor: remove whitespaceJustin Clark-Casey (justincc)1-1/+0
2011-07-13Remove an unused 404 checker since on a 404, GetResponse() throws a WebExcept...Justin Clark-Casey (justincc)1-3/+0
2011-07-13if a SynchronousRestObjectRequester request fails, then unless it's due to a ...Justin Clark-Casey (justincc)1-0/+11
2011-07-13Remove the obsoleted SynchronousRestObjectPosterJustin Clark-Casey (justincc)1-9/+0
2011-07-09Rename SetSculptData() to SetSculptProperties(), since this is what it does (...Justin Clark-Casey (justincc)1-1/+1
2011-07-09minor: code tidy and inserted log lines for future use.Justin Clark-Casey (justincc)1-15/+31
2011-07-08When loading library asset set, only store an asset if it's different from an...Justin Clark-Casey (justincc)1-3/+13
2011-07-08Fix interpretation of physics mesh proxies from mesh dataJustin Clark-Casey (justincc)1-2/+17
2011-07-04Add basic flotsam asset cache test for retrieved cached asset.Justin Clark-Casey (justincc)1-0/+1
2011-07-01Make default serverside_object_permissions = true since this better matches u...Justin Clark-Casey (justincc)1-11/+0
2011-07-01If OpenSim has been built from a git tree, then include version information a...Justin Clark-Casey (justincc)1-4/+39
2011-07-01refactor: rename gitCommitFileName to manualVersionFileName since bin/.versio...Justin Clark-Casey (justincc)1-5/+4
2011-07-01Add an async inventory details sender to respond to FetchInventory packets.Justin Clark-Casey (justincc)1-1/+1
2011-06-12First pass at making the V2 map work. Standalones only for now. There are som...Diva Canto1-2/+2
2011-06-10Save the sun's position in OARsOren Hurvitz1-2/+6
2011-06-03HG Landmarks now working.Diva Canto2-1/+4
2011-05-31Fill in the new OwnerData field in the LLUDP ScriptDialog message.Justin Clark-Casey (justincc)1-1/+13
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto1-2/+4
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)1-1/+0
2011-05-19HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto3-0/+68
2011-05-14Changed yet more Warns to Debugs.Diva Canto1-4/+4
2011-05-14Also changed a couple of messages in WebUtil from Wanr/Info to Debug.Diva Canto1-2/+2
2011-05-14Stop spamming Nebadon's console when assets aren't found in the asset server.Diva Canto1-1/+4
2011-05-14refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() inst...Justin Clark-Casey (justincc)1-2/+2
2011-05-12Hopefully this fixes offline messages. The problem was: the server is not set...Diva Canto1-7/+2
2011-05-12One more thing printed out. #OfflineIMDiva Canto1-4/+1
2011-05-12Instrument the heck out of offline messages. THIS IS VERY VERBOSE.Diva Canto1-0/+16
2011-05-12One more debug message for offline IMs.Diva Canto1-1/+2
2011-05-12Sequencing the using and try clauses as they were before, but this shows that...Diva Canto1-7/+7
2011-05-12Bummer, can't print the data I wanted to see. Printing just the context.Diva Canto1-9/+1
2011-05-12Tracking a problem with offline IMs coming in as null list.Diva Canto1-6/+19
2011-05-11This makes compression of fatpacks actually work. Previously they always fail...Diva Canto1-7/+7
2011-05-08The map is seriously broken. This doesn't fix it, but at least provides one m...Diva Canto1-1/+1
2011-05-08Fix content-type to be application/x-www-form-urlencodedDiva Canto1-1/+1
2011-05-08Also compress the actual fatpacksMelanie1-0/+5
2011-05-08Enable compressed (gzip) fatpack transfers.Melanie1-8/+35
2011-05-06Removed SimpleRegionInfo, which was obsolete and not used anywhere.Diva Canto1-245/+0
2011-05-06refactor: simplify ConfigSettingsJustin Clark-Casey (justincc)1-59/+7