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
2013-05-31
Fix multi-wear of alpha and tattoo layers.
Melanie
2
-2
/
+2
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-18
Fix an issue where the viewer would request the seed cap before
Melanie
1
-0
/
+13
2013-02-06
Move SoubleQueu to Util. Change HTTP inv to prioritize COF. Determine COF for SP
Melanie
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
2013-01-21
* A better way to handle the last fix (This is in case the viewer provides a ...
teravus
1
-10
/
+16
2013-01-21
* The fallthrough of FetchTexture was no longer resulting in a 404 response o...
teravus
1
-1
/
+10
2012-12-29
* This finishes the implementation of AgentCachedTexture. Requires the XBak...
teravus
1
-3
/
+10
2012-12-21
* Partial Commit for Avatar Appearance to include the functionality of Cached...
teravus
1
-1
/
+1
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
* Fix a null ref error in /..../OpenSim/Region/ClientStack/Linden/Caps/GetMes...
teravus
1
-0
/
+3
2012-11-24
* Fix a null ref error in /..../OpenSim/Region/ClientStack/Linden/Caps/GetMes...
teravus
1
-0
/
+2
2012-11-24
Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-11-17
* Plumbing and basic setting of the GetMesh Cap Throttler.
teravus
1
-1
/
+20
2012-11-15
Revert "Merge master into teravuswork", it should have been avination, not ma...
teravus
1
-16
/
+2
2012-11-15
* Fixes mesh loading issues in last commit.
teravus
1
-0
/
+9
2012-11-13
Added a few more AssemblyInfos. (Plus added the one in OptionalModules, which...
Diva Canto
2
-0
/
+66
2012-11-09
* Prep work switching the GetMeshModule over to a poll service.
teravus
1
-5
/
+126
2012-11-05
Another step in the chain. Pipe the throttle update to the appropriate PollS...
teravus
1
-1
/
+5
2012-10-12
minor: Comment out "Client requested range for texture ... but" message. Thi...
Justin Clark-Casey (justincc)
1
-3
/
+3
2012-09-26
don't send a partial contents report if we are sending all data
UbitUmarov
1
-10
/
+15
2012-09-26
fix GetTextureHandler range
UbitUmarov
1
-1
/
+5
2012-09-23
try to allow free uploads for testing, if users prefix names with "TEST-". Let
UbitUmarov
1
-0
/
+1
2012-09-22
report asset upload errors the right away
UbitUmarov
2
-0
/
+12
2012-09-22
removed AssetUploaderWithCost, fixing AssetUploader. add parsing of some
UbitUmarov
1
-0
/
+4
2012-09-14
Revamp the HTTP textures handler to allow a maximum of four fetches
Melanie
3
-97
/
+80
2012-09-11
report mesh upload costs ( fake values)
UbitUmarov
1
-1
/
+22
2012-09-11
let LLSDAssetUploadRequest include asset_resources information plus let
UbitUmarov
1
-1
/
+10
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-07-06
Changed GetTexture error code RequestedRangeNotSatisfiable to NotFound, since...
UbitUmarov
1
-1
/
+3
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
2011-12-08
Revert "Revert "Stop performing the asset save part of baked texture uploadin...
Justin Clark-Casey (justincc)
1
-5
/
+9
[next]