| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove IRegionModule support from the test setup helper | Melanie | 2012-11-12 | 1 | -23/+5 |
* | Fix issues with the DynamicTextureModule and corresponding unit tests. | Diva Canto | 2012-11-11 | 1 | -5/+5 |
* | One more module converted: GodsModule. | Diva Canto | 2012-11-10 | 1 | -3/+3 |
* | Fix Unit tests -- the module contract was not being honored in the set up of ... | Diva Canto | 2012-11-10 | 1 | -6/+6 |
* | Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder... | Justin Clark-Casey (justincc) | 2012-08-29 | 2 | -2/+4 |
* | extend regression TestDetachScriptedAttachementToInventory() to check correct... | Justin Clark-Casey (justincc) | 2012-07-24 | 1 | -2/+20 |
* | Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled... | Justin Clark-Casey (justincc) | 2012-07-19 | 1 | -1/+1 |
* | Add regression TestDetachScriptedAttachmentToInventory() | Justin Clark-Casey (justincc) | 2012-07-11 | 1 | -1/+1 |
* | Add regression TestRezScriptedAttachmentsFromInventory() though this currentl... | Justin Clark-Casey (justincc) | 2012-07-11 | 2 | -22/+59 |
* | Do not allow a script to attach a prim if its being sat upon. | Justin Clark-Casey (justincc) | 2012-07-09 | 2 | -17/+67 |
* | Remove redundant SetScene() function in Scene.AddSceneObject() | Justin Clark-Casey (justincc) | 2012-07-07 | 1 | -3/+20 |
* | Add OSSL function osForceAttachToAvatarFromInventory() | Justin Clark-Casey (justincc) | 2012-07-05 | 2 | -10/+47 |
* | refactor: Remove unnecessary AttachmentModuleTests.m_userId in favour of loca... | Justin Clark-Casey (justincc) | 2012-06-26 | 1 | -0/+5 |
* | Fix bug where an avatar that had an object they owned attached through llAtta... | Justin Clark-Casey (justincc) | 2012-05-23 | 1 | -3/+4 |
* | Fix issue where loading OARs could sometimes result in link numbers being reo... | Justin Clark-Casey (justincc) | 2012-05-15 | 1 | -4/+4 |
* | Fix mono compiler warning. | Justin Clark-Casey (justincc) | 2012-05-12 | 1 | -1/+1 |
* | Add regression test for teleporting between neighbouring regions on the same ... | Justin Clark-Casey (justincc) | 2012-05-01 | 1 | -4/+68 |
* | Add regression test for teleporting an agent between separated regions on the... | Justin Clark-Casey (justincc) | 2012-04-27 | 1 | -90/+128 |
* | Add TestSetPhysics() to SOP status tests | Justin Clark-Casey (justincc) | 2012-04-21 | 1 | -1/+1 |
* | Add simple login test with online friends. Add IFriendsModule.GrantRights() ... | Justin Clark-Casey (justincc) | 2012-03-30 | 1 | -3/+9 |
* | Stop individually deleting objects at the end of each ObjectTortureTest. | Justin Clark-Casey (justincc) | 2012-03-07 | 1 | -1/+1 |
* | Use a fully stubbed out MockConsole for unit tests rather than inheriting fro... | Justin Clark-Casey (justincc) | 2012-03-01 | 1 | -1/+1 |
* | Add TestAddTaskInventoryItem() | Justin Clark-Casey (justincc) | 2012-02-07 | 1 | -3/+9 |
* | Add a regression test to compile and start a script. Remove Path.GetDirector... | Justin Clark-Casey (justincc) | 2012-02-07 | 1 | -3/+20 |
* | Split up test SceneHelpers to provide an AddChildScenePresence() call | Justin Clark-Casey (justincc) | 2011-12-03 | 1 | -10/+25 |
* | Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence() | Justin Clark-Casey (justincc) | 2011-12-03 | 1 | -0/+3 |
* | Get UUIDGatherer to scan notecards in the graph for asset uuids. | Justin Clark-Casey (justincc) | 2011-10-22 | 1 | -3/+14 |
* | redirect UserInventoryHelpers to use a different CreateNotecardAsset() so we ... | Justin Clark-Casey (justincc) | 2011-10-22 | 2 | -12/+19 |
* | correct misleading method doc on CreateNotecardAsset() | Justin Clark-Casey (justincc) | 2011-10-22 | 1 | -1/+1 |
* | in AssetHelpers, store the actual text passed in to the method, not the strin... | Justin Clark-Casey (justincc) | 2011-10-22 | 1 | -2/+2 |
* | encode notecard assets in proper format for tests, rather than just using wha... | Justin Clark-Casey (justincc) | 2011-10-22 | 1 | -1/+6 |
* | refactor: rename some AssetHelpers.CreateAsset() methods to CreateNotecardAss... | Justin Clark-Casey (justincc) | 2011-10-22 | 2 | -5/+5 |
* | move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with t... | Justin Clark-Casey (justincc) | 2011-10-15 | 1 | -1/+1 |
* | fetch physical_prim switch from [Startup] config from inside scene, as is don... | Justin Clark-Casey (justincc) | 2011-10-15 | 1 | -1/+1 |
* | Use scene presence agent id for rezzed object ownership rather than item owner. | Justin Clark-Casey (justincc) | 2011-09-08 | 1 | -2/+1 |
* | get rid of appearance null checks - this is never null | Justin Clark-Casey (justincc) | 2011-08-31 | 1 | -0/+1 |
* | Fix bug in persisting saved appearances for npcs | Justin Clark-Casey (justincc) | 2011-08-30 | 1 | -5/+30 |
* | Stop NPC's getting hypergrid like names in some circumstances. | Justin Clark-Casey (justincc) | 2011-08-19 | 1 | -0/+1 |
* | Don't try to save changed attachment states when an NPC with attachments is r... | Justin Clark-Casey (justincc) | 2011-08-18 | 1 | -1/+1 |
* | Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple attachme... | Justin Clark-Casey (justincc) | 2011-08-17 | 2 | -9/+36 |
* | When an NPC is created, stop telling neighbouring regions to expect a child a... | Justin Clark-Casey (justincc) | 2011-08-09 | 1 | -1/+1 |
* | refactor: Change SceneHelpers.AddClient() to AddScenePresence(). | Justin Clark-Casey (justincc) | 2011-08-06 | 1 | -4/+4 |
* | rename test SceneSetupHelpers -> SceneHelpers for consistency | Justin Clark-Casey (justincc) | 2011-08-06 | 2 | -2/+2 |
* | Get osNpcCreate appearance working with avatars that are currently in the scene. | Justin Clark-Casey (justincc) | 2011-08-01 | 1 | -3/+3 |
* | Rename SceneSetupHelpers.AddRootAgent to AddClient() to better represent its ... | Justin Clark-Casey (justincc) | 2011-07-09 | 1 | -3/+3 |
* | Add basic flotsam asset cache test for retrieved cached asset. | Justin Clark-Casey (justincc) | 2011-07-04 | 1 | -0/+9 |
* | Extend TestGiveInventoryFolder() to test giving back the freshly received folder | Justin Clark-Casey (justincc) | 2011-06-04 | 1 | -2/+13 |
* | Fix give inventory tests to use different users rather than (accidentally) th... | Justin Clark-Casey (justincc) | 2011-06-04 | 2 | -9/+27 |
* | create TestGetInventoryItem() | Justin Clark-Casey (justincc) | 2011-06-04 | 1 | -1/+27 |
* | extend TestGiveInventoryFolder() to check for the receipt by user 2 | Justin Clark-Casey (justincc) | 2011-06-04 | 1 | -0/+21 |