Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -2/+2 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -2/+2 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -1/+1 | |
2015-09-04 | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 1 | -1/+1 | |
OpenSim.Framework. | |||||
2012-07-09 | Do not allow a script to attach a prim if its being sat upon. | Justin Clark-Casey (justincc) | 1 | -0/+9 | |
This prevents a stack overflow where a get position on the avatar will refer to the attachment which will in turn refer back to the avatar. This required recording of all sitting avatars on a prim which is done separately from recording the sit target avatar. Recording HashSet is null if there are no sitting avatars in order to save memory. | |||||
2012-06-26 | refactor: Remove unnecessary AttachmentModuleTests.m_userId in favour of ↵ | Justin Clark-Casey (justincc) | 1 | -0/+5 | |
local variables | |||||
2011-08-17 | Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple ↵ | Justin Clark-Casey (justincc) | 1 | -5/+3 | |
attachments check | |||||
2011-06-04 | Fix give inventory tests to use different users rather than (accidentally) ↵ | Justin Clark-Casey (justincc) | 1 | -4/+7 | |
the same user. Extend TestGiveInventoryItem() to test giving back the same item. | |||||
2011-05-21 | Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
OpenSim.Tests.Common instead | |||||
2011-05-21 | rename test helpers enclosing package from Setup to Helpers | Justin Clark-Casey (justincc) | 1 | -0/+0 | |
2011-05-21 | rename UserProfileTestUtils to UserAccountHelpers to be consistent with ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
other test helper names | |||||
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -4/+4 | |
2010-08-27 | refactor: Make IAR tests set up standard iar for loading | Justin Clark-Casey (justincc) | 1 | -4/+11 | |
2010-06-04 | get TestSaveIarV0_1() working again by setting up an ↵ | Justin Clark-Casey (justincc) | 1 | -1/+4 | |
OpenSim.Data.Null.UserAuthenticationData plugin additional tweaks to get this working properly | |||||
2010-05-28 | get TestSaveIarV0_1() uncommented but not running as a test yet since I ↵ | Justin Clark-Casey (justincc) | 1 | -3/+10 | |
didn't get the authentication server to work and my brain is about to fizzle out my ears | |||||
2010-05-28 | restore InventoryArchiverTests.TestReplicateArchivePathToUserInventory() to ↵ | Justin Clark-Casey (justincc) | 1 | -1/+12 | |
work with the new UserAccountService/InventoryService | |||||
2010-05-28 | fission UserAccountService.HandleCreateUser() into two methods, one which ↵ | Justin Clark-Casey (justincc) | 1 | -81/+78 | |
handles user command parsing and another which actually does the work | |||||
2010-01-11 | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 1 | -1/+1 | |
2010-01-10 | NetworkServersInfo removed from CommsManager. | Diva Canto | 1 | -1/+0 | |
2010-01-10 | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 1 | -72/+75 | |
* HG is seriously broken here * Compiles. Untested. | |||||
2009-11-23 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-11-05 | add unit test for iar & escaping | Justin Clark-Casey (justincc) | 1 | -2/+22 | |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -7/+7 | |
2009-09-08 | extend load iar test to loading into a deeply nested directory | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
correct bug associated with this | |||||
2009-08-11 | Establish CachedUserInfo.OnInventoryReceived event so that region/test ↵ | Justin Clark-Casey (justincc) | 1 | -6/+36 | |
inventory code can be written with the async inventory fetch | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-04-24 | * minor: move user profile test utils to test/common/setup for future reuse | Justin Clarke Casey | 1 | -1/+2 | |
2009-04-17 | * Extend get user profile test to cover retrieval by name | Justin Clarke Casey | 1 | -2/+1 | |
2009-02-12 | * refactor: Move RequestInventoryForUser() from service to CachedUserInfo | Justin Clarke Casey | 1 | -2/+3 | |
* This simplifies callers in most cases - CachedUserInfo is already handling the rest of the fetch inventory work anyway | |||||
2009-02-12 | * optimized usings. | lbsa71 | 1 | -2/+0 | |
2009-01-05 | * Simplify test code by always setting up mock 'in memory' user and ↵ | Justin Clarke Casey | 1 | -27/+1 | |
inventory data plugins for every TestCommunicationsManager * imo the gain in simplcity of test code outweighs the very small cost of setting up some stuff that some tests will never use | |||||
2008-12-12 | * Add file missing from last commit | Justin Clarke Casey | 1 | -0/+95 | |