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-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
2009-08-11
Do new inventory module setup, which is why the test was failing (not the ori...
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-08-11
Re-enable TestReplicateArchivePathToUserInventory() but stop it failing on th...
Justin Clark-Casey (justincc)
2
-10
/
+26
2009-08-11
Apply http://opensimulator.org/mantis/view.php?id=1448
Justin Clark-Casey (justincc)
1
-1
/
+2
2009-08-11
Disable test again. Ho hum.
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-08-11
re-enable just TestReplicateArchivePathToUserInventory() for now to find out ...
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-08-11
Establish CachedUserInfo.OnInventoryReceived event so that region/test invent...
Justin Clark-Casey (justincc)
1
-10
/
+36
2009-08-11
* Improves SceneSetupHelper to allow the tester to choose a real or mock, inv...
Arthur Valadares
1
-2
/
+2
2009-08-10
Replace the Replaceable modules name
Melanie
1
-1
/
+1
2009-08-06
Disable all IAR tests for now due to possible failure-causing race condition
Justin Clark-Casey (justincc)
1
-3
/
+3
2009-08-05
Disable TestReplicateArchivePathToUserInventory() pending more investigation
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-08-05
Reinstate TestLoadIarV0_1ExistingUsers(), removing unnecessary wait
Justin Clark-Casey (justincc)
1
-11
/
+12
2009-08-05
insert a little more debug info for TestReplicateArchivePathToUserInventory()
Justin Clark-Casey (justincc)
1
-1
/
+6
2009-08-05
Remove waiting in TestReplicateArchivePathToUserInventory() since local inven...
Justin Clark-Casey (justincc)
1
-2
/
+5
2009-08-05
Recomment TestReplicateArchivePathToUserInventory() for now due to occasional...
Justin Clark-Casey (justincc)
1
-6
/
+11
2009-08-05
reinstate TestSaveIarV0_1()
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-08-05
reinstate TestReplicateArchivePathToUserInventory()
Justin Clark-Casey
1
-1
/
+1
2009-07-25
* Updates libOMV to version 0.7.0
Teravus Ovares
1
-1
/
+1
2009-07-13
Attempt to make it so items rezzed from inventory aren't half in the ground o...
MW
1
-1
/
+1
2009-07-10
Committing the interface change and the addition to the modules to get
Melanie Thielker
1
-0
/
+5
2009-07-10
Remove all references to HttpServer from CommsManager (all incarnations)
Melanie Thielker
2
-3
/
+3
2009-07-02
Restore some lost functionality tot he combat module. Code that used to
Melanie Thielker
1
-1
/
+16
2009-06-29
From: Chris Yeoh <yeohc@au1.ibm.com>
Sean Dague
1
-0
/
+5
2009-06-25
- fixes a "collection out of sync" exception in the ODE physics
Dr Scofield
1
-2
/
+2
2009-06-21
Suppress exception dump when informing friends in another region about login
Melanie Thielker
1
-0
/
+9
2009-06-19
When a shared module hooks OnClientClosed, it has no way of finding
Melanie Thielker
3
-3
/
+3
2009-06-18
* Corrected CAPS namespaces
Arthur Valadares
1
-1
/
+1
2009-06-11
* Fixed a few more async calls. Still not uncommented, some asserts still fai...
Arthur Valadares
2
-3
/
+40
2009-06-11
Small improvement in the IAR tests, but these tests are still showing random ...
diva
1
-1
/
+4
[next]