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
/
CoreModules
/
Avatar
/
Inventory
/
Archiver
/
Tests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dump OpenSim 0.9.0.1 into it's own branch.
onefang
2019-05-19
4
-169
/
+169
*
Initial update to OpenSim 0.8.2.1 source code.
David Walter Seikel
2016-11-03
4
-288
/
+366
*
Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuid
Justin Clark-Casey (justincc)
2012-11-17
1
-2
/
+2
*
Fix "save iar" hanging permanently if the asset request phase times out.
Justin Clark-Casey (justincc)
2012-10-26
2
-9
/
+21
*
Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...
Justin Clark-Casey (justincc)
2012-08-29
1
-32
/
+32
*
Fix issue in InventoryArchiveTestCase where it didn't call down to OpenSimTes...
Justin Clark-Casey (justincc)
2012-06-27
1
-1
/
+2
*
Automatically disable log4net before each regression test so that logging is ...
Justin Clark-Casey (justincc)
2012-06-27
1
-1
/
+1
*
Add regression test for teleporting an agent between separated regions on the...
Justin Clark-Casey (justincc)
2012-04-27
3
-9
/
+9
*
rename TestHelper => TestHelpers for consistency
Justin Clark-Casey (justincc)
2011-08-06
2
-14
/
+14
*
rename test SceneSetupHelpers -> SceneHelpers for consistency
Justin Clark-Casey (justincc)
2011-08-06
3
-20
/
+20
*
Add --noassets option for "save iar"
Justin Clark-Casey (justincc)
2011-05-26
1
-2
/
+102
*
Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...
Justin Clark-Casey (justincc)
2011-05-21
3
-3
/
+0
*
rename UserInventoryTestsUtils -> UserInventoryHelpers for consistency
Justin Clark-Casey (justincc)
2011-05-21
1
-4
/
+4
*
rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...
Justin Clark-Casey (justincc)
2011-05-21
3
-15
/
+15
*
add test to ensure that an IAR starts with the control file
Justin Clark-Casey (justincc)
2011-04-18
1
-1
/
+28
*
get rid of all traces of the now used mock service infrastructure
Justin Clark-Casey (justincc)
2011-04-15
3
-9
/
+9
*
extend TestLoadCoalesecedItem() to check loaded object ids and positions
Justin Clark-Casey (justincc)
2011-04-15
1
-1
/
+7
*
Make all the objects in a coalescence reappears after being loaded from an IA...
Justin Clark-Casey (justincc)
2011-04-15
2
-19
/
+26
*
implement stub TestLoadCoalesecedItem(). Doesn't do what it's meant to do yet.
Justin Clark-Casey (justincc)
2011-04-14
2
-4
/
+48
*
simplify InventoryArchiveTestCase setup
Justin Clark-Casey (justincc)
2011-04-14
1
-18
/
+2
*
simplify TestSaveItemToIarV0_1()
Justin Clark-Casey (justincc)
2011-04-14
1
-18
/
+2
*
Add test for simple case where creator account with appropriate uuid exists o...
Justin Clark-Casey (justincc)
2011-03-10
1
-0
/
+32
*
refactor: rename test user account fields
Justin Clark-Casey (justincc)
2011-03-10
3
-35
/
+35
*
factor out common scene setup code in InventoryArchiveTestCase
Justin Clark-Casey (justincc)
2011-03-10
2
-41
/
+33
*
extend TestLoadIarV0_1AbsentCreator() to check serialized object CreatorId as...
Justin Clark-Casey (justincc)
2011-03-10
1
-0
/
+6
*
re-enable item.CreatorId check in TestLoadIarV0_1AbsentCreator()
Justin Clark-Casey (justincc)
2011-03-10
1
-3
/
+3
*
For objects loaded from an IAR, make sure the CreatorID points towards the OS...
Justin Clark-Casey (justincc)
2011-03-10
1
-5
/
+5
*
When setting up default iar for testing, use iar archiving code rather than c...
Justin Clark-Casey (justincc)
2011-03-10
3
-13
/
+17
*
Change existing users load iar test so that it fulfills it's original intenti...
Justin Clark-Casey (justincc)
2011-03-10
2
-11
/
+15
*
Split the inventory path testing parts of TestLoadIarV0_1ExistingUsers() into...
Justin Clark-Casey (justincc)
2011-03-10
2
-23
/
+46
*
Make the item created in the default test iar an object rather than a script
Justin Clark-Casey (justincc)
2011-03-09
1
-2
/
+27
*
minor: change the order of some default iar setup in test case
Justin Clark-Casey (justincc)
2011-03-09
1
-5
/
+7
*
Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.
Justin Clark-Casey (justincc)
2011-03-09
3
-3
/
+0
*
Split out path tests from InventoryArchiveTests. Factor common code into tes...
Justin Clark-Casey (justincc)
2011-03-09
3
-531
/
+562
*
Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make sta...
Justin Clark-Casey (justincc)
2011-03-09
1
-50
/
+15
*
Construct test load iar only once and reuse for each test, rather than recrea...
Justin Clark-Casey (justincc)
2011-03-05
1
-8
/
+18
*
Remove the restriction that you have to be logged in when loading/saving iars
Justin Clark-Casey (justincc)
2010-12-11
1
-7
/
+7
*
Fix unit test.
Diva Canto
2010-11-29
1
-5
/
+8
*
Preservation of creator information now also working in IARs. Cleaned up usag...
Diva Canto
2010-11-29
1
-3
/
+2
*
Formatting cleanup.
Jeff Ames
2010-09-12
1
-27
/
+27
*
Create Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item)
Justin Clark-Casey (justincc)
2010-09-04
1
-3
/
+3
*
very minor log message and var name tweaking for iar saving
Justin Clark-Casey (justincc)
2010-08-28
1
-1
/
+2
*
Improve liveness by operating on list copies of SOG.Children where appropriate
Justin Clark-Casey (justincc)
2010-08-28
1
-1
/
+1
*
allow inventory path specified in "load iar" to start with a / (e.g. /Objects...
Justin Clark-Casey (justincc)
2010-08-27
1
-0
/
+24
*
refactor: Make IAR tests set up standard iar for loading
Justin Clark-Casey (justincc)
2010-08-27
1
-44
/
+60
*
Remove old test classes that don't actually test anything not done elsewhere
Justin Clark-Casey (justincc)
2010-08-07
1
-1
/
+1
*
Merge branch 'iar-merge'
Justin Clark-Casey (justincc)
2010-08-04
1
-5
/
+45
|
\
|
*
Add --merge switch to load iar.
Justin Clark-Casey (justincc)
2010-06-30
1
-5
/
+45
*
|
Fix obvious bug in XInventoryService.GetFolderItems() which was preventing th...
Justin Clark-Casey (justincc)
2010-07-14
1
-5
/
+120
|
/
*
Fix problem where iar load would duplicate huge number of folders
Justin Clark-Casey (justincc)
2010-06-18
1
-26
/
+49
[next]