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
2009-09-16
on iar save/load, let the user know if they put in the wrong password
Justin Clark-Casey (justincc)
1
-22
/
+17
2009-09-15
And another go
Melanie
1
-2
/
+2
2009-09-15
Attempt to fix the tests
Melanie
1
-2
/
+2
2009-09-15
Some OSGrid specific changes, please use this or later for OSGrid use
Melanie
2
-21
/
+42
2009-09-14
label load and save iar commands as experimental.
Justin Clark-Casey (justincc)
1
-2
/
+6
2009-09-14
re-enable load and save iar commands
Justin Clark-Casey (justincc)
1
-8
/
+0
2009-09-11
Disable non-user ready load/save iar for now pending possible format change
Justin Clark-Casey (justincc)
1
-2
/
+10
2009-09-11
Remove bug where iar created folders could not be deleted after relog
Justin Clark-Casey (justincc)
2
-3
/
+7
2009-09-10
refactor: Replace some iar item name generation in tests with helper function
Justin Clark-Casey (justincc)
1
-6
/
+3
2009-09-10
fix spurious loading... messages on iar load by creating folders as version 1...
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-09-09
Add test to check behaviour if an iar is loaded where no user profile exists ...
Justin Clark-Casey (justincc)
2
-3
/
+78
2009-09-08
extend load iar test to loading into a deeply nested directory
Justin Clark-Casey (justincc)
3
-10
/
+27
2009-09-08
refactor: change method argument name
Justin Clark-Casey (justincc)
1
-22
/
+24
2009-09-08
refactor iar name generation
Justin Clark-Casey (justincc)
2
-27
/
+71
2009-09-07
Only allow iar load/save if user is logged in to the region simulator
Justin Clark-Casey (justincc)
2
-28
/
+110
2009-09-07
change default iar filename
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-09-06
change iar load to make discrete inventory service requests rather than the c...
Justin Clark-Casey (justincc)
2
-34
/
+52
2009-09-06
Add convenience functions to InventoryArchiveUtils for locating folders by as...
Justin Clark-Casey (justincc)
2
-5
/
+69
2009-09-06
change load iar test to use non-cache find item by path function
Justin Clark-Casey (justincc)
1
-1
/
+4
2009-09-06
remove now unnecessary parts of save iar test
Justin Clark-Casey (justincc)
1
-17
/
+4
2009-09-06
Convert iar write request to use inventory service requests rather than cache
Justin Clark-Casey (justincc)
2
-12
/
+164
2009-09-06
refactor: use direct scene reference in inventory archive read request
Justin Clark-Casey (justincc)
4
-30
/
+21
2009-09-06
refactor: replace some uses of iar module reference with scene instead
Justin Clark-Casey (justincc)
2
-8
/
+18
2009-09-06
Temporarily re-enable save iar test by manually insert the item into the old ...
Justin Clark-Casey (justincc)
2
-5
/
+17
2009-09-04
Add ids to iar requests
Justin Clark-Casey (justincc)
3
-25
/
+51
2009-09-04
If running tests manually, fail immediately on error
Justin Clark-Casey (justincc)
1
-2
/
+0
2009-09-03
If a test dll fails, stop immediately rather than trying all the other test dlls
Justin Clark-Casey (justincc)
2
-26
/
+30
2009-09-02
warnings safari.
dr scofield (aka dirk husemann)
1
-4
/
+3
2009-08-28
Pull out distinct cache system folders and drop cache methods in InventoryCache
Justin Clark-Casey (justincc)
1
-2
/
+12
2009-08-28
Correct build break
Justin Clark-Casey (justincc)
1
-2
/
+2
2009-08-28
minor: formatting and comments
Justin Clark-Casey (justincc)
1
-1
/
+2
2009-08-28
minor: remove some commented out iar test code
Justin Clark-Casey (justincc)
1
-13
/
+0
2009-08-21
Add copyright header. Formatting cleanup.
Jeff Ames
1
-1
/
+28
2009-08-21
* Fleshes more of NPCModule out.
Adam Frisby
1
-0
/
+13
2009-08-20
Remove a load-order dependency in inventory transfer that was biting
Melanie
1
-7
/
+6
2009-08-20
Add some output (at DEBUG level) to the message transfer module to aid
Melanie
1
-0
/
+4
2009-08-19
A better purge of trash folder.
Diva Canto
1
-1
/
+3
2009-08-18
jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024
Diva Canto
3
-10
/
+12
2009-08-17
Commented out one IAR test, because it's failing and needs attention from jus...
Diva Canto
1
-5
/
+7
2009-08-17
Did I say that i don't like git? Remove some stuff that shouldn't have
Melanie
1
-13
/
+0
2009-08-17
Add System.Xml reference to the console project
Melanie
1
-0
/
+13
2009-08-14
* Re-enable TestLoadIarV0_1ExistingUsers()
Justin Clark-Casey (justincc)
1
-12
/
+3
2009-08-14
Re-enable TestSaveIarV0_1()
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-08-14
Add standard doc and standard doc formatting to IAssetService
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-08-14
Remove NRE catching on TestReplicateArchivePathToUserInventory() since race f...
Justin Clark-Casey (justincc)
1
-27
/
+9
2009-08-13
Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...
Diva Canto
3
-7
/
+7
2009-08-13
Inventory redirects from CachedUserInfo to InventoryService COMPLETE!
Diva Canto
1
-30
/
+15
2009-08-13
Some small fixes
Melanie
1
-1
/
+2
2009-08-13
Add reference to the profile module in the avatar profiles handler, plus
Melanie
1
-0
/
+8
2009-08-12
Redirected all calls to CachedUserProfile methods to the inventory service. R...
Diva Canto
3
-104
/
+83
[next]