index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
/
Tests
/
OSSL_ApiAppearanceTest.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial update to OpenSim 0.8.2.1 source code.
David Walter Seikel
2016-11-03
1
-2
/
+2
*
Remove some mono warnings in script tests, chiefly where SetUp() wasn't prope...
Justin Clark-Casey (justincc)
2012-12-05
1
-1
/
+3
*
Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...
Justin Clark-Casey (justincc)
2012-11-24
1
-1
/
+1
*
Make osNpcCreate() return UUID.Zero instead of throwing an exception if notec...
Justin Clark-Casey (justincc)
2012-10-25
1
-4
/
+2
*
Add TestOsNpcLoadAppearance()
Justin Clark-Casey (justincc)
2012-10-25
1
-2
/
+4
*
Move npc creation tests involving appearance from OSSL_ApiAppearanceTest to O...
Justin Clark-Casey (justincc)
2012-10-25
1
-70
/
+0
*
Remove redundant SetScene() function in Scene.AddSceneObject()
Justin Clark-Casey (justincc)
2012-07-07
1
-7
/
+7
*
refactor: Eliminate local id parameter from api initialize.
Justin Clark-Casey (justincc)
2012-05-08
1
-4
/
+4
*
Instead of constantly looking up unchanging self item in script code, pass in...
Justin Clark-Casey (justincc)
2012-05-08
1
-4
/
+4
*
Add regression test for teleporting an agent between separated regions on the...
Justin Clark-Casey (justincc)
2012-04-27
1
-1
/
+1
*
Allow the osNpcCreate() function to accept a notecard name or asset for initi...
Justin Clark-Casey (justincc)
2011-08-12
1
-2
/
+2
*
Implement osAgentSaveAppearance() to save the appearance of an avatar in the ...
Justin Clark-Casey (justincc)
2011-08-11
1
-0
/
+41
*
add regression test for osNpcCreate when cloning an in-region avatar
Justin Clark-Casey (justincc)
2011-08-11
1
-7
/
+72
*
Split out to-be-common setup stuff from TestOsOwnerSaveAppearance()
Justin Clark-Casey (justincc)
2011-08-11
1
-15
/
+33
*
Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not yet...
Justin Clark-Casey (justincc)
2011-08-09
1
-0
/
+105