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
/
Capabilities
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-11-25
Allow GetMesh capability to be served directly by a server like GetTexture
Justin Clark-Casey (justincc)
2
-40
/
+31
2014-11-25
refactor: consistently put all test classes in the OpenSim.Tests.Common packa...
Justin Clark-Casey (justincc)
1
-1
/
+0
2014-07-26
Fix issue with TestTextureNotFound in previous commit 1e3027a
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-07-21
Revert "Removed unused files: Texture/Mesh server connectors"
root
2
-0
/
+150
2014-07-21
Removed unused files: Texture/Mesh server connectors
Oren Hurvitz
2
-150
/
+0
2014-07-21
Close streams immediately when we finish using them
Oren Hurvitz
1
-12
/
+17
2014-06-17
Change assembly versions to 0.8.1
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-05-08
Fix test breakage
Diva Canto
1
-1
/
+1
2014-05-08
Make the URL for texture redirects match the path of the resource that we use...
Diva Canto
1
-1
/
+1
2014-05-07
Finished implementing redirects in GetTexture.
Diva Canto
3
-6
/
+12
2014-03-17
Add regression test for http inventory fetch.
Justin Clark-Casey (justincc)
1
-2
/
+5
2014-02-20
If GetFolderContent called by WebFetchInvDescHandler.Fetch() fails for some r...
Justin Clark-Casey (justincc)
1
-1
/
+9
2013-11-15
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-10-04
Bump OPenSimulator version and assembly versions up to 0.8.0 Dev
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-07-15
Add request received/handling stats for caps which are served by http poll ha...
Justin Clark-Casey (justincc)
1
-6
/
+87
2013-07-13
Added UploadBakedTexture/UploadBakedTextureServerConnector, so that this can ...
Diva Canto
1
-0
/
+76
2013-07-08
minor: Add back commented out logging message in Caps.RegisterHandler() that ...
Justin Clark-Casey (justincc)
1
-0
/
+1
2013-07-08
For stat purposes, add names to capability request handlers where these were ...
Justin Clark-Casey (justincc)
1
-1
/
+0
2013-07-08
Add "show caps stats by user" and "show caps stats by cap" console commands t...
Justin Clark-Casey (justincc)
4
-5
/
+17
2013-06-30
Revert "A little more debug for the Unknown User problem mantis #6625"
Diva Canto
1
-3
/
+0
2013-06-29
A little more debug for the Unknown User problem mantis #6625
Diva Canto
1
-0
/
+3
2013-06-20
minor: fix mono compiler warning in FetchInventory2Handler
Justin Clark-Casey (justincc)
1
-2
/
+2
2013-06-10
Remove Temporary from use to shortcut asset stores. The Local property
Mic Bowman
1
-0
/
+1
2013-05-07
Added AvatarPickerSearch capability handler.
Diva Canto
2
-0
/
+167
2013-04-30
Fix CAPS to work like they should - do not send caps to the viewer if they're...
Melanie
1
-2
/
+5
2013-02-19
Deleted all AssemblyFileVersion directives
Diva Canto
1
-1
/
+1
2013-02-05
Bump version and assembly version numbers from 0.7.5 to 0.7.6
Justin Clark-Casey (justincc)
2
-2
/
+2
2013-02-01
Revert "Update assembly version numbers"
BlueWall
2
-2
/
+2
2013-02-01
Update assembly version numbers
BlueWall
2
-2
/
+2
2012-12-06
minor: change method doc on GetTextureHandler.TryParseRange(), mainly to trig...
Justin Clark-Casey (justincc)
1
-2
/
+2
2012-12-06
Allow GetTexture calls with no second value in the range header (e.g. just 53...
Justin Clark-Casey (justincc)
1
-1
/
+34
2012-11-24
Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-11-13
Added a few more AssemblyInfos. (Plus added the one in OptionalModules, which...
Diva Canto
2
-0
/
+66
2012-10-12
minor: Comment out "Client requested range for texture ... but" message. Thi...
Justin Clark-Casey (justincc)
1
-3
/
+3
2012-09-06
If the GetTexture capability receives a request for a range of data beyond th...
Justin Clark-Casey (justincc)
1
-5
/
+29
2012-07-13
Rather than instantiating a UTF8 encoding everywhere when we want to supress ...
Justin Clark-Casey (justincc)
1
-3
/
+1
2012-06-29
If a link points to a non-existing item in FetchInventory caps, then don't tr...
Justin Clark-Casey (justincc)
1
-1
/
+2
2012-06-20
As with LLSDInventoryItem from commit 01a2b0b, send type values in LLSDInvent...
Justin Clark-Casey (justincc)
2
-8
/
+4
2012-06-13
Don't include time to transmit response back to requester when assessing slow...
Justin Clark-Casey (justincc)
1
-2
/
+0
2012-06-02
Fix build break whree accidentally did inv.Folders rather than inv.Folders.Co...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-06-02
minor: tidy up some comments
Justin Clark-Casey (justincc)
1
-4
/
+2
2012-06-02
Fix various issues with http inventory
Justin Clark-Casey (justincc)
3
-77
/
+84
2012-05-23
Environment Module - allows Environment settings for Viewer3 warning: include...
PixelTomsen
1
-0
/
+68
2012-05-03
Implement optional name and description on http stream handlers so that we ca...
Justin Clark-Casey (justincc)
8
-18
/
+30
2012-04-27
Add regression test for teleporting an agent between separated regions on the...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-04-06
Guard against null inventory contents.
Diva Canto
1
-2
/
+2
2012-01-06
Implement the FetchInventory2 capability. This accompanies the existing Fetc...
Justin Clark-Casey (justincc)
4
-2
/
+227
2012-01-02
Adding commented out log messages and some minor formatting for future bug hu...
Justin Clark-Casey (justincc)
1
-71
/
+77
2011-12-19
Migrate detailed "appearance show" report generation up to AvatarFactoryModul...
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-12-09
Add commented log lines to FetchInventoryDescendents2 path for future use.
Justin Clark-Casey (justincc)
2
-4
/
+93
[next]