index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
OptionalModules
/
World
/
NPC
/
Tests
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-07
remove default values from prior commit since mono cant deal with them
dahlia
1
-2
/
+2
2012-04-27
Add regression test for teleporting an agent between separated regions on the...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-03-20
Move frame loop entirely within Scene.Update() for better future performance ...
Justin Clark-Casey (justincc)
1
-7
/
+5
2012-03-06
Simplify NPCModuleTests code by putting the NPCModule in an instance variable...
Justin Clark-Casey (justincc)
1
-61
/
+56
2012-03-06
Go back to setting appearance directly in NPCModule.SetAppearance() to fix ma...
Justin Clark-Casey (justincc)
1
-1
/
+45
2012-01-28
Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().
Justin Clark-Casey (justincc)
1
-6
/
+6
2012-01-12
Add remove test for unowned avatars
Justin Clark-Casey (justincc)
1
-0
/
+20
2012-01-06
Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...
Melanie
1
-5
/
+5
2011-12-12
Cleaned up ScenePresence parameters for Flying, WasFlying, FlyingOld and IsCo...
Dan Lake
1
-1
/
+1
2011-11-07
Correct test failure in sit position check of TestSitAndStandWithNoTarget()
Justin Clark-Casey (justincc)
1
-1
/
+3
2011-11-07
That such a trivial change can be so difficult to get right. Fix it this time.
Melanie
1
-1
/
+1
2011-11-07
Fix build break
Melanie
1
-1
/
+1
2011-11-06
Fix up failing test to compensate for changed sit target offset
Melanie
1
-2
/
+2
2011-11-05
Fix NPC sitting for prims without a sit target.
Justin Clark-Casey (justincc)
1
-2
/
+39
2011-10-22
refactor: rename some AssetHelpers.CreateAsset() methods to CreateNotecardAss...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-10-19
Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of ...
Dan Lake
1
-1
/
+1
2011-10-17
Implement osNpcStand(<npc-id>)
Justin Clark-Casey (justincc)
1
-2
/
+6
2011-10-17
Implement osNpcSit(). This is still in development so don't trust it
Justin Clark-Casey (justincc)
1
-0
/
+24
2011-10-03
Removed redundant code in AttachmentsModule and simplified interfaces which c...
Dan Lake
1
-4
/
+2
2011-09-21
When calling osNpcMoveTo(), rotate the avatar in the direction of travel.
Justin Clark-Casey (justincc)
1
-4
/
+12
2011-09-08
Fix test failure. Oversight in setting up the tests themselves.
Justin Clark-Casey (justincc)
1
-1
/
+2
2011-09-08
Centralize module setup for NPC tests.
Justin Clark-Casey (justincc)
1
-41
/
+21
2011-09-08
Remember to set and unset the fire and forget method at the top of the attach...
Justin Clark-Casey (justincc)
1
-2
/
+10
2011-09-08
Use scene presence agent id for rezzed object ownership rather than item owner.
Justin Clark-Casey (justincc)
1
-0
/
+77
2011-08-19
Stop NPC's getting hypergrid like names in some circumstances.
Justin Clark-Casey (justincc)
1
-1
/
+5
2011-08-11
add regression test for osNpcCreate when cloning an in-region avatar
Justin Clark-Casey (justincc)
1
-5
/
+5
2011-08-11
Get NPCs to revert to the correct 'resting' animation (e.g. stand or hover) a...
Justin Clark-Casey (justincc)
1
-0
/
+1
2011-08-10
Add a OS_NPC_LAND_AT_TARGET option to osMoveToTarget()
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-08-10
early code to allow scripts to force npcs not to fly when moving to target
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-08-09
Implement first draft functions for saving and loading NPC appearance from st...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-08-06
refactor: Change SceneHelpers.AddClient() to AddScenePresence().
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-08-06
rename TestHelper => TestHelpers for consistency
Justin Clark-Casey (justincc)
1
-5
/
+5
2011-08-06
rename test SceneSetupHelpers -> SceneHelpers for consistency
Justin Clark-Casey (justincc)
1
-6
/
+6
2011-08-04
When the NPC reaches within the SIGNIFICANT_CLIENT_MOVEMENT distance of the t...
Justin Clark-Casey (justincc)
1
-0
/
+2
2011-08-04
extend npc move test to check a second movement
Justin Clark-Casey (justincc)
1
-2
/
+21
2011-08-03
remove move to duck walk compensation - no longer required.
Justin Clark-Casey (justincc)
1
-1
/
+5
2011-08-03
rename NPC.Autopilot to NPC.MoveToTarget internally. Add method doc to INPCM...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-08-03
extend move test to check avatar is moving in the right direction after setti...
Justin Clark-Casey (justincc)
1
-0
/
+13
2011-08-03
extend move test to check one beat of the simulator without actually asking t...
Justin Clark-Casey (justincc)
1
-1
/
+7
2011-08-03
Add passing but incomplete NPC move regression test
Justin Clark-Casey (justincc)
1
-47
/
+25
2011-08-03
stop avatar service being set up in NPC TestCreate() - it's no longer used
Justin Clark-Casey (justincc)
1
-6
/
+48
2011-08-03
enable the NPC module for its regression test
Justin Clark-Casey (justincc)
1
-0
/
+2
2011-08-01
Get osNpcCreate appearance working with avatars that are currently in the scene.
Justin Clark-Casey (justincc)
1
-2
/
+21
2011-07-02
Create a very basic initial test which just creates an 'npc' and tests that t...
Justin Clark-Casey (justincc)
1
-0
/
+71