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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-05-21
Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...
Justin Clark-Casey (justincc)
3
-3
/
+0
2011-05-21
rename UserInventoryTestsUtils -> UserInventoryHelpers for consistency
Justin Clark-Casey (justincc)
1
-4
/
+4
2011-05-21
rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...
Justin Clark-Casey (justincc)
3
-15
/
+15
2011-05-12
Instrument the heck out of offline messages. THIS IS VERY VERBOSE.
Diva Canto
1
-0
/
+3
2011-05-07
Add module with "appearance show" command.
Justin Clark-Casey (justincc)
1
-3
/
+3
2011-04-30
Moved several cap-based-service-providing modules from where they were into a...
Diva Canto
5
-1632
/
+0
2011-04-28
Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...
Diva Canto
1
-7
/
+6
2011-04-21
some mesh config asthetics
BlueWall
2
-2
/
+2
2011-04-18
Move mesh on/off swtich from [Startup] to [Mesh] in anticipation of future co...
Justin Clark-Casey (justincc)
3
-8
/
+12
2011-04-18
bump default IAR version to 0.2 and 1.1 for the --profile version.
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-04-18
Add regression test to check that OARs start with the control file.
Justin Clark-Casey (justincc)
1
-0
/
+3
2011-04-18
add test to ensure that an IAR starts with the control file
Justin Clark-Casey (justincc)
2
-11
/
+39
2011-04-14
Add ColladaMesh switch
BlueWall
2
-3
/
+21
2011-04-15
get rid of all traces of the now used mock service infrastructure
Justin Clark-Casey (justincc)
3
-9
/
+9
2011-04-15
extend TestLoadCoalesecedItem() to check loaded object ids and positions
Justin Clark-Casey (justincc)
1
-1
/
+7
2011-04-15
Make all the objects in a coalescence reappears after being loaded from an IA...
Justin Clark-Casey (justincc)
3
-26
/
+47
2011-04-14
implement stub TestLoadCoalesecedItem(). Doesn't do what it's meant to do yet.
Justin Clark-Casey (justincc)
2
-4
/
+48
2011-04-14
simplify InventoryArchiveTestCase setup
Justin Clark-Casey (justincc)
1
-18
/
+2
2011-04-14
simplify TestSaveItemToIarV0_1()
Justin Clark-Casey (justincc)
1
-18
/
+2
2011-04-13
Add ColladaMesh switch
BlueWall
2
-3
/
+21
2011-04-12
Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...
Diva Canto
2
-2
/
+1
2011-03-31
suspend check that IAR control file is loaded for now
Justin Clark-Casey (justincc)
1
-1
/
+6
2011-03-25
Start using IPrimCounts populated by PrimCountModule instead of LandData coun...
Justin Clark-Casey (justincc)
1
-0
/
+1
2011-03-23
Remove a spammy debug
Melanie
1
-2
/
+2
2011-03-23
Raise the position for lures by 2m to prevent the target avatar getting stuck
Melanie
1
-1
/
+1
2011-03-12
factor inventory file loading into its own method
Justin Clark-Casey (justincc)
1
-57
/
+80
2011-03-12
factor out iar asset load code into its own method
Justin Clark-Casey (justincc)
1
-29
/
+40
2011-03-12
refactor: make boolean load indicators on load iars instance fields
Justin Clark-Casey (justincc)
1
-8
/
+11
2011-03-12
introduce iar load checks which make sure archive.xml comes first, then inven...
Justin Clark-Casey (justincc)
1
-1
/
+32
2011-03-10
Add test for simple case where creator account with appropriate uuid exists o...
Justin Clark-Casey (justincc)
1
-0
/
+32
2011-03-10
refactor: rename test user account fields
Justin Clark-Casey (justincc)
3
-35
/
+35
2011-03-10
factor out common scene setup code in InventoryArchiveTestCase
Justin Clark-Casey (justincc)
2
-41
/
+33
2011-03-10
extend TestLoadIarV0_1AbsentCreator() to check serialized object CreatorId as...
Justin Clark-Casey (justincc)
1
-0
/
+6
2011-03-10
re-enable item.CreatorId check in TestLoadIarV0_1AbsentCreator()
Justin Clark-Casey (justincc)
2
-5
/
+6
2011-03-10
For objects loaded from an IAR, make sure the CreatorID points towards the OS...
Justin Clark-Casey (justincc)
2
-8
/
+42
2011-03-10
When setting up default iar for testing, use iar archiving code rather than c...
Justin Clark-Casey (justincc)
3
-13
/
+17
2011-03-10
Change existing users load iar test so that it fulfills it's original intenti...
Justin Clark-Casey (justincc)
2
-11
/
+15
2011-03-10
Split the inventory path testing parts of TestLoadIarV0_1ExistingUsers() into...
Justin Clark-Casey (justincc)
2
-23
/
+46
2011-03-09
Make the item created in the default test iar an object rather than a script
Justin Clark-Casey (justincc)
1
-2
/
+27
2011-03-09
minor: change the order of some default iar setup in test case
Justin Clark-Casey (justincc)
1
-5
/
+7
2011-03-09
Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.
Justin Clark-Casey (justincc)
3
-3
/
+0
2011-03-09
Split out path tests from InventoryArchiveTests. Factor common code into tes...
Justin Clark-Casey (justincc)
3
-531
/
+562
2011-03-09
Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make sta...
Justin Clark-Casey (justincc)
2
-50
/
+17
2011-03-08
Make -m shortcut option for --merge on load iar specific. Correct some log m...
Justin Clark-Casey (justincc)
1
-7
/
+7
2011-03-05
Construct test load iar only once and reuse for each test, rather than recrea...
Justin Clark-Casey (justincc)
1
-8
/
+18
2011-02-25
change some log messages from info to debug
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-02-21
Prevent attaching things you don't own from inworld. Simple solution for a
Melanie
1
-0
/
+7
2011-02-20
throttle group notices to max of 4 threads at a time
Mike Rieker
1
-14
/
+50
2011-02-16
Changed console command "alert" and added new command "alert-user".
Marck
1
-42
/
+18
2011-02-07
Fix merge issues
Melanie
1
-6
/
+0
[next]