Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
7 years ago |
Robert Adams
|
e5367d822b
Merge of ubitworkvarnew with opensim/master as of 20150905.
|
9 years ago |
Diva Canto
|
d00f73c3a4
Deleted OpenSim.Framework.Communications. Moved its two remaining files to OpenSim.Framework.
|
9 years ago |
UbitUmarov
|
371c9dd2af
bad merge?
|
9 years ago |
Justin Clark-Casey (justincc)
|
fc878a33ed
refactor: consistently put all test classes in the OpenSim.Tests.Common package rather than some in OpenSim.Tests.Common.Mock
|
10 years ago |
Justin Clark-Casey (justincc)
|
7d30bb13be
Fix recent minor regression where the default frame time wasn't being set if there was no startup config section.
|
10 years ago |
Justin Clark-Casey (justincc)
|
c31d93cb6f
Fix issue where only one of multiple attachments on the same attachpoint for NPCs would be seen by other viewers.
|
10 years ago |
Justin Clark-Casey (justincc)
|
2dbc18054e
Add regression test for NPC movement on a variable region.
|
10 years ago |
Justin Clark-Casey (justincc)
|
e2fbc88d98
Re-enabled NPCModuleTests.TestCreate()
|
10 years ago |
Melanie
|
e79fab91db
Intermediate commit. Sill errors.
|
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 |
Melanie
|
bf283208df
Merge branch 'master' into careminster
|
11 years ago |
Justin Clark-Casey (justincc)
|
a08f01fa83
Fix NPC regression test failures.
|
11 years ago |
Melanie
|
e28c042dce
Merge branch 'master' into careminster
|
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 |
Melanie
|
083ac92b34
Merge branch 'avination' into careminster
|
12 years ago |
teravus
|
77cc7ce399
* Partial Commit for Avatar Appearance to include the functionality of Cached Bakes.
|
12 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 |