aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* flip rc2 to releaseJustin Clark-Casey (justincc)2011-10-071-1/+1
* bump version up to 0.7.2-rc2Justin Clark-Casey (justincc)2011-09-231-1/+1
* oops, reinstate the try catching of async_call_method but leave the logging d...Justin Clark-Casey (justincc)2011-09-231-6/+6
* Catch but don't print out exceptions that make it to the top of the async_cal...Justin Clark-Casey (justincc)2011-09-231-9/+9
* Merge branch 'master' into 0.7.2-post-fixesJustin Clark-Casey (justincc)2011-09-236-127/+192
|\
| * Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)2011-09-232-0/+3
| * Reinstate option to land an npc when it reaches a target.Justin Clark-Casey (justincc)2011-09-221-1/+1
| * Updated some variables to be closer to the coding standards (and easier to un...Kevin Houlihan2011-09-161-91/+88
| * Passwords could be revealed in console by pressing backspace.Kevin Houlihan2011-09-161-1/+4
| * In an object return message, send a null-terminated empty string in binary bu...Justin Clark-Casey (justincc)2011-09-131-2/+40
| * lock AvatarAppearance.m_attachments when we use itJustin Clark-Casey (justincc)2011-09-121-33/+58
| * lock attachments when enumerating through them in ScenePresence.CopyTo().Justin Clark-Casey (justincc)2011-09-101-1/+0
* | change version to rc1Justin Clark-Casey (justincc)2011-09-081-1/+1
|/
* In SetAttachment, if the existing attachment has no asset id then carry on ra...Justin Clark-Casey (justincc)2011-09-062-3/+34
* Stop the pointless double setting of every attachment in AvatarAppearance.Justin Clark-Casey (justincc)2011-09-061-4/+10
* Stop NPCs losing attachments when the source avatar takes them off.Justin Clark-Casey (justincc)2011-09-032-3/+14
* If a FireAndForget thread terminates with an exception, then catch and log ra...Justin Clark-Casey (justincc)2011-08-311-1/+15
* add Name property to ISceneEntityJustin Clark-Casey (justincc)2011-08-301-0/+1
* refactor: migrate DropObject handling fully into AttachmentsModule from SceneJustin Clark-Casey (justincc)2011-08-301-1/+1
* Fix bug where attachments were remaining on the avatar after being dropped.Justin Clark-Casey (justincc)2011-08-301-2/+5
* Move GetMeshKey from buried inside Meshmerizer to a public method on Primitiv...Robert Adams2011-08-281-0/+61
* read m_rpcHandlersKeepAlive under appropriate lockJustin Clark-Casey (justincc)2011-08-221-2/+4
* oops, fix build break from last commitJustin Clark-Casey (justincc)2011-08-221-12/+8
* improve locking of m_agentHandlers in BaseHttpServerJustin Clark-Casey (justincc)2011-08-221-10/+10
* improve locking of m_HTTPHandlers in BaseHttpServerJustin Clark-Casey (justincc)2011-08-221-2/+2
* improve locking of m_streamHandlers in BaseHttpServerJustin Clark-Casey (justincc)2011-08-221-2/+4
* remove necessity to catch a KeyNotFoundException in BaseHttpServer.RemoveLLSD...Justin Clark-Casey (justincc)2011-08-221-11/+6
* improve locking of m_llsdHandlers in BaseHttpServerJustin Clark-Casey (justincc)2011-08-221-30/+32
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-08-221-3/+3
* improve locking of m_rpcHandlers in BaseHttpServerJustin Clark-Casey (justincc)2011-08-221-1/+2
* Don't try to save changed attachment states when an NPC with attachments is r...Justin Clark-Casey (justincc)2011-08-182-3/+43
* Add new FireAndForgetMethod.None.Justin Clark-Casey (justincc)2011-08-162-3/+20
* early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)2011-08-101-1/+1
* Stop trying to deregister caps or close child agents when an NPC is removedJustin Clark-Casey (justincc)2011-08-101-1/+12
* When an NPC is created, stop telling neighbouring regions to expect a child a...Justin Clark-Casey (justincc)2011-08-091-1/+1
* Implement first draft functions for saving and loading NPC appearance from st...Justin Clark-Casey (justincc)2011-08-091-1/+1
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-4/+4
* get rid of vestigal move to parametersJustin Clark-Casey (justincc)2011-08-031-1/+1
* Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)2011-08-025-33/+19
* Get osNpcCreate appearance working with avatars that are currently in the scene.Justin Clark-Casey (justincc)2011-08-011-1/+5
* In the packetpool, if we encounter a data block that somehow wasn't retrieved...Justin Clark-Casey (justincc)2011-07-311-6/+11
* For all Util.FireAndForget invocations, set thread to en_US before continuing...Justin Clark-Casey (justincc)2011-07-291-5/+10
* Fix LLTextBox to work with the updated libOMVMelanie2011-07-231-1/+1
* Pass the first name and last name from the agent circuit data to the authoriz...Justin Clark-Casey (justincc)2011-07-231-1/+1
* Remove manually permissions settings on all current library items so that the...Justin Clark-Casey (justincc)2011-07-231-1/+7
* Revert "Don't load current/next/everyone/base permissions from the library it...Justin Clark-Casey (justincc)2011-07-231-7/+1
* Don't load current/next/everyone/base permissions from the library item xml f...Justin Clark-Casey (justincc)2011-07-231-1/+7
* Thank you, Michelle Argus, for a patch that adds reading the agent limitMelanie2011-07-221-1/+4
* Fixed updating avatar appearanceOren Hurvitz2011-07-211-1/+3
* use standard sdk stack in terrain model rather than OpenSim.Framework.UndoStack.Justin Clark-Casey (justincc)2011-07-181-152/+0