aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World/NPC/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-4/+4
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-19/+135
* minor: Call down to base OpenSimTestCase.SetUp() in NPCModuleTests to disable...Justin Clark-Casey (justincc)2013-01-261-0/+2
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* Fix memory leak where removing an NPC did not remove its circuits.Justin Clark-Casey (justincc)2012-10-291-0/+11
* Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2012-07-051-2/+2
* remove default values from prior commit since mono cant deal with themdahlia2012-05-071-2/+2
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-1/+1
* Move frame loop entirely within Scene.Update() for better future performance ...Justin Clark-Casey (justincc)2012-03-201-7/+5
* Simplify NPCModuleTests code by putting the NPCModule in an instance variable...Justin Clark-Casey (justincc)2012-03-061-61/+56
* Go back to setting appearance directly in NPCModule.SetAppearance() to fix ma...Justin Clark-Casey (justincc)2012-03-061-1/+45
* Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().Justin Clark-Casey (justincc)2012-01-281-6/+6
* Add remove test for unowned avatarsJustin Clark-Casey (justincc)2012-01-121-0/+20
* Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie2012-01-061-5/+5
* Cleaned up ScenePresence parameters for Flying, WasFlying, FlyingOld and IsCo...Dan Lake2011-12-121-1/+1
* Correct test failure in sit position check of TestSitAndStandWithNoTarget()Justin Clark-Casey (justincc)2011-11-071-1/+3
* That such a trivial change can be so difficult to get right. Fix it this time.Melanie2011-11-071-1/+1
* Fix build breakMelanie2011-11-071-1/+1
* Fix up failing test to compensate for changed sit target offsetMelanie2011-11-061-2/+2
* Fix NPC sitting for prims without a sit target.Justin Clark-Casey (justincc)2011-11-051-2/+39
* refactor: rename some AssetHelpers.CreateAsset() methods to CreateNotecardAss...Justin Clark-Casey (justincc)2011-10-221-1/+1
* Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of ...Dan Lake2011-10-191-1/+1
* Implement osNpcStand(<npc-id>)Justin Clark-Casey (justincc)2011-10-171-2/+6
* Implement osNpcSit(). This is still in development so don't trust itJustin Clark-Casey (justincc)2011-10-171-0/+24
* Removed redundant code in AttachmentsModule and simplified interfaces which c...Dan Lake2011-10-031-4/+2
* When calling osNpcMoveTo(), rotate the avatar in the direction of travel.Justin Clark-Casey (justincc)2011-09-211-4/+12
* Fix test failure. Oversight in setting up the tests themselves.Justin Clark-Casey (justincc)2011-09-081-1/+2
* Centralize module setup for NPC tests.Justin Clark-Casey (justincc)2011-09-081-41/+21
* Remember to set and unset the fire and forget method at the top of the attach...Justin Clark-Casey (justincc)2011-09-081-2/+10
* Use scene presence agent id for rezzed object ownership rather than item owner.Justin Clark-Casey (justincc)2011-09-081-0/+77
* Stop NPC's getting hypergrid like names in some circumstances.Justin Clark-Casey (justincc)2011-08-191-1/+5
* add regression test for osNpcCreate when cloning an in-region avatarJustin Clark-Casey (justincc)2011-08-111-5/+5
* Get NPCs to revert to the correct 'resting' animation (e.g. stand or hover) a...Justin Clark-Casey (justincc)2011-08-111-0/+1
* Add a OS_NPC_LAND_AT_TARGET option to osMoveToTarget()Justin Clark-Casey (justincc)2011-08-101-2/+2
* early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)2011-08-101-2/+2
* Implement first draft functions for saving and loading NPC appearance from st...Justin Clark-Casey (justincc)2011-08-091-1/+1
* refactor: Change SceneHelpers.AddClient() to AddScenePresence().Justin Clark-Casey (justincc)2011-08-061-2/+2
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-5/+5
* rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-6/+6
* When the NPC reaches within the SIGNIFICANT_CLIENT_MOVEMENT distance of the t...Justin Clark-Casey (justincc)2011-08-041-0/+2
* extend npc move test to check a second movementJustin Clark-Casey (justincc)2011-08-041-2/+21
* remove move to duck walk compensation - no longer required.Justin Clark-Casey (justincc)2011-08-031-1/+5
* rename NPC.Autopilot to NPC.MoveToTarget internally. Add method doc to INPCM...Justin Clark-Casey (justincc)2011-08-031-1/+1
* extend move test to check avatar is moving in the right direction after setti...Justin Clark-Casey (justincc)2011-08-031-0/+13
* extend move test to check one beat of the simulator without actually asking t...Justin Clark-Casey (justincc)2011-08-031-1/+7
* Add passing but incomplete NPC move regression testJustin Clark-Casey (justincc)2011-08-031-47/+25
* stop avatar service being set up in NPC TestCreate() - it's no longer usedJustin Clark-Casey (justincc)2011-08-031-6/+48
* enable the NPC module for its regression testJustin Clark-Casey (justincc)2011-08-031-0/+2
* Get osNpcCreate appearance working with avatars that are currently in the scene.Justin Clark-Casey (justincc)2011-08-011-2/+21
* Create a very basic initial test which just creates an 'npc' and tests that t...Justin Clark-Casey (justincc)2011-07-021-0/+71