| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | improve locking of m_streamHandlers in BaseHttpServer | Justin Clark-Casey (justincc) | 2011-08-22 | 1 | -2/+4 |
* | remove necessity to catch a KeyNotFoundException in BaseHttpServer.RemoveLLSD... | Justin Clark-Casey (justincc) | 2011-08-22 | 1 | -11/+6 |
* | improve locking of m_llsdHandlers in BaseHttpServer | Justin Clark-Casey (justincc) | 2011-08-22 | 1 | -30/+32 |
* | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2011-08-22 | 1 | -3/+3 |
* | improve locking of m_rpcHandlers in BaseHttpServer | Justin Clark-Casey (justincc) | 2011-08-22 | 1 | -1/+2 |
* | Don't try to save changed attachment states when an NPC with attachments is r... | Justin Clark-Casey (justincc) | 2011-08-18 | 2 | -3/+43 |
* | Add new FireAndForgetMethod.None. | Justin Clark-Casey (justincc) | 2011-08-16 | 2 | -3/+20 |
* | early code to allow scripts to force npcs not to fly when moving to target | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -1/+1 |
* | Stop trying to deregister caps or close child agents when an NPC is removed | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -1/+12 |
* | When an NPC is created, stop telling neighbouring regions to expect a child a... | Justin Clark-Casey (justincc) | 2011-08-09 | 1 | -1/+1 |
* | Implement first draft functions for saving and loading NPC appearance from st... | Justin Clark-Casey (justincc) | 2011-08-09 | 1 | -1/+1 |
* | rename TestHelper => TestHelpers for consistency | Justin Clark-Casey (justincc) | 2011-08-06 | 1 | -4/+4 |
* | get rid of vestigal move to parameters | Justin Clark-Casey (justincc) | 2011-08-03 | 1 | -1/+1 |
* | Get rid of AvatarAppearance.Owner to simplify the code. | Justin Clark-Casey (justincc) | 2011-08-02 | 5 | -33/+19 |
* | Get osNpcCreate appearance working with avatars that are currently in the scene. | Justin Clark-Casey (justincc) | 2011-08-01 | 1 | -1/+5 |
* | In the packetpool, if we encounter a data block that somehow wasn't retrieved... | Justin Clark-Casey (justincc) | 2011-07-31 | 1 | -6/+11 |
* | For all Util.FireAndForget invocations, set thread to en_US before continuing... | Justin Clark-Casey (justincc) | 2011-07-29 | 1 | -5/+10 |
* | Fix LLTextBox to work with the updated libOMV | Melanie | 2011-07-23 | 1 | -1/+1 |
* | Pass the first name and last name from the agent circuit data to the authoriz... | Justin Clark-Casey (justincc) | 2011-07-23 | 1 | -1/+1 |
* | Remove manually permissions settings on all current library items so that the... | Justin Clark-Casey (justincc) | 2011-07-23 | 1 | -1/+7 |
* | Revert "Don't load current/next/everyone/base permissions from the library it... | Justin Clark-Casey (justincc) | 2011-07-23 | 1 | -7/+1 |
* | Don't load current/next/everyone/base permissions from the library item xml f... | Justin Clark-Casey (justincc) | 2011-07-23 | 1 | -1/+7 |
* | Thank you, Michelle Argus, for a patch that adds reading the agent limit | Melanie | 2011-07-22 | 1 | -1/+4 |
* | Fixed updating avatar appearance | Oren Hurvitz | 2011-07-21 | 1 | -1/+3 |
* | use standard sdk stack in terrain model rather than OpenSim.Framework.UndoStack. | Justin Clark-Casey (justincc) | 2011-07-18 | 1 | -152/+0 |
* | Use a standard generic system stack for the undo/redo stacks instead of our o... | Justin Clark-Casey (justincc) | 2011-07-18 | 1 | -1/+39 |
* | minor: remove whitespace | Justin Clark-Casey (justincc) | 2011-07-13 | 1 | -1/+0 |
* | Remove an unused 404 checker since on a 404, GetResponse() throws a WebExcept... | Justin Clark-Casey (justincc) | 2011-07-13 | 1 | -3/+0 |
* | if a SynchronousRestObjectRequester request fails, then unless it's due to a ... | Justin Clark-Casey (justincc) | 2011-07-13 | 1 | -0/+11 |
* | Remove the obsoleted SynchronousRestObjectPoster | Justin Clark-Casey (justincc) | 2011-07-13 | 1 | -9/+0 |
* | Rename SetSculptData() to SetSculptProperties(), since this is what it does (... | Justin Clark-Casey (justincc) | 2011-07-09 | 1 | -1/+1 |
* | minor: code tidy and inserted log lines for future use. | Justin Clark-Casey (justincc) | 2011-07-09 | 1 | -15/+31 |
* | When loading library asset set, only store an asset if it's different from an... | Justin Clark-Casey (justincc) | 2011-07-08 | 1 | -3/+13 |
* | Fix interpretation of physics mesh proxies from mesh data | Justin Clark-Casey (justincc) | 2011-07-08 | 1 | -2/+17 |
* | Add basic flotsam asset cache test for retrieved cached asset. | Justin Clark-Casey (justincc) | 2011-07-04 | 1 | -0/+1 |
* | Make default serverside_object_permissions = true since this better matches u... | Justin Clark-Casey (justincc) | 2011-07-01 | 1 | -11/+0 |
* | If OpenSim has been built from a git tree, then include version information a... | Justin Clark-Casey (justincc) | 2011-07-01 | 1 | -4/+39 |
* | refactor: rename gitCommitFileName to manualVersionFileName since bin/.versio... | Justin Clark-Casey (justincc) | 2011-07-01 | 1 | -5/+4 |
* | Add an async inventory details sender to respond to FetchInventory packets. | Justin Clark-Casey (justincc) | 2011-07-01 | 1 | -1/+1 |
* | First pass at making the V2 map work. Standalones only for now. There are som... | Diva Canto | 2011-06-12 | 1 | -2/+2 |
* | Save the sun's position in OARs | Oren Hurvitz | 2011-06-10 | 1 | -2/+6 |
* | HG Landmarks now working. | Diva Canto | 2011-06-03 | 2 | -1/+4 |
* | Fill in the new OwnerData field in the LLUDP ScriptDialog message. | Justin Clark-Casey (justincc) | 2011-05-31 | 1 | -1/+13 |
* | More on HG Friends. Added Delete(string, string) across the board. Added secu... | Diva Canto | 2011-05-22 | 1 | -2/+4 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2011-05-21 | 1 | -1/+0 |
|\ |
|
| * | Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te... | Justin Clark-Casey (justincc) | 2011-05-21 | 1 | -1/+0 |
* | | HG Friends working to some extent: friendships offered and accepted correctly... | Diva Canto | 2011-05-19 | 3 | -0/+68 |
|/ |
|
* | Changed yet more Warns to Debugs. | Diva Canto | 2011-05-14 | 1 | -4/+4 |
* | Also changed a couple of messages in WebUtil from Wanr/Info to Debug. | Diva Canto | 2011-05-14 | 1 | -2/+2 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2011-05-14 | 1 | -2/+2 |
|\ |
|