Justin Clark-Casey (justincc)
|
e2fbc88d98
Re-enabled NPCModuleTests.TestCreate()
|
10 years ago |
Justin Clark-Casey (justincc)
|
bcb8c4068e
Comment out sit position checks in TestSitAndStandWithSitTarget() in SP and NPC tests until positions are known to be stable.
|
11 years ago |
Justin Clark-Casey (justincc)
|
54cc229768
Fix TestSitAndStandWithNoSitTarget NPC and SP tests.
|
11 years ago |
Melanie
|
5b73b9c4a8
Committing the Avination Scene Presence and related texture code
|
11 years ago |
Justin Clark-Casey (justincc)
|
a08f01fa83
Fix NPC regression test failures.
|
11 years ago |
Justin Clark-Casey (justincc)
|
d6d6618f62
minor: Call down to base OpenSimTestCase.SetUp() in NPCModuleTests to disable any enabled logging from previous tests
|
11 years ago |
Justin Clark-Casey (justincc)
|
22d4c52ffc
Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests
|
12 years ago |
Justin Clark-Casey (justincc)
|
09f4e72d6a
Fix memory leak where removing an NPC did not remove its circuits.
|
12 years ago |
Justin Clark-Casey (justincc)
|
951b45b80f
Add OSSL function osForceAttachToAvatarFromInventory()
|
12 years ago |
dahlia
|
4186fa10f0
remove default values from prior commit since mono cant deal with them
|
12 years ago |
Justin Clark-Casey (justincc)
|
07e62df558
Add regression test for teleporting an agent between separated regions on the same simulator.
|
12 years ago |
Justin Clark-Casey (justincc)
|
30b2a8c778
Move frame loop entirely within Scene.Update() for better future performance analysis and stat accuracy.
|
12 years ago |
Justin Clark-Casey (justincc)
|
1dc03e5c4f
Simplify NPCModuleTests code by putting the NPCModule in an instance variable rather than making each test fetch it seperately.
|
12 years ago |
Justin Clark-Casey (justincc)
|
d44b7c486a
Go back to setting appearance directly in NPCModule.SetAppearance() to fix mantis 5914
|
12 years ago |
Justin Clark-Casey (justincc)
|
7837c611fb
Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().
|
12 years ago |
Justin Clark-Casey (justincc)
|
1ac5aa6808
Add remove test for unowned avatars
|
13 years ago |
Melanie
|
7518b075b7
Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the owner, can be destroyed only by the owner and only the owner can save their appearance. Added "NPC" as a flag to llSensor to sense NPCs and exclude them from "AGENT" results.
|
13 years ago |
Dan Lake
|
c34ab0ee66
Cleaned up ScenePresence parameters for Flying, WasFlying, FlyingOld and IsColliding
|
13 years ago |
Justin Clark-Casey (justincc)
|
39b967e214
Correct test failure in sit position check of TestSitAndStandWithNoTarget()
|
13 years ago |
Melanie
|
6d92d65140
That such a trivial change can be so difficult to get right. Fix it this time.
|
13 years ago |
Melanie
|
e775b3fc47
Fix build break
|
13 years ago |
Melanie
|
67780b00f0
Fix up failing test to compensate for changed sit target offset
|
13 years ago |
Justin Clark-Casey (justincc)
|
28c4dc9be4
Fix NPC sitting for prims without a sit target.
|
13 years ago |
Justin Clark-Casey (justincc)
|
9b3bbedeea
refactor: rename some AssetHelpers.CreateAsset() methods to CreateNotecardAsset()
|
13 years ago |
Dan Lake
|
da794f34a5
Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of scene presence by client ID.
|
13 years ago |
Justin Clark-Casey (justincc)
|
de161585c0
Implement osNpcStand(<npc-id>)
|
13 years ago |
Justin Clark-Casey (justincc)
|
0c041ce12f
Implement osNpcSit(). This is still in development so don't trust it
|
13 years ago |
Dan Lake
|
460946ad62
Removed redundant code in AttachmentsModule and simplified interfaces which converted back and forth between ScenePresence and IClientAPI. More to be done still.
|
13 years ago |
Justin Clark-Casey (justincc)
|
8159fd7110
When calling osNpcMoveTo(), rotate the avatar in the direction of travel.
|
13 years ago |
Justin Clark-Casey (justincc)
|
f5eace6781
Fix test failure. Oversight in setting up the tests themselves.
|
13 years ago |