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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Fix a null ref error in /..../OpenSim/Region/ClientStack/Linden/Caps/GetMes...
teravus
2012-11-24
1
-0
/
+3
*
Merge branch 'avination' into careminster
Melanie
2012-11-20
1
-1
/
+20
|
\
|
*
* Plumbing and basic setting of the GetMesh Cap Throttler.
teravus
2012-11-17
1
-1
/
+20
|
*
Revert "Merge master into teravuswork", it should have been avination, not ma...
teravus
2012-11-15
1
-16
/
+2
|
*
Merge master into teravuswork
teravus
2012-11-15
1
-2
/
+16
|
|
\
*
|
\
Merge commit '619c39e5144f15aca129d6d999bcc5c34133ee64' into careminster
Melanie
2012-11-20
1
-5
/
+135
|
\
\
\
|
|
/
/
|
*
|
* Fixes mesh loading issues in last commit.
teravus
2012-11-15
1
-0
/
+9
|
*
|
* Prep work switching the GetMeshModule over to a poll service.
teravus
2012-11-09
1
-5
/
+126
*
|
|
Merge branch 'avination' into careminster
Melanie
2012-11-17
1
-1
/
+5
|
\
\
\
|
|
/
/
|
*
|
Another step in the chain. Pipe the throttle update to the appropriate PollS...
teravus
2012-11-05
1
-1
/
+5
*
|
|
Merge branch 'master' into careminster
Melanie
2012-11-15
2
-0
/
+66
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Added a few more AssemblyInfos. (Plus added the one in OptionalModules, which...
Diva Canto
2012-11-13
2
-0
/
+66
|
*
|
minor: Comment out "Client requested range for texture ... but" message. Thi...
Justin Clark-Casey (justincc)
2012-10-12
1
-3
/
+3
*
|
|
Merge branch 'avination' into careminster
Melanie
2012-09-27
4
-11
/
+37
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
don't send a partial contents report if we are sending all data
UbitUmarov
2012-09-26
1
-10
/
+15
|
*
|
fix GetTextureHandler range
UbitUmarov
2012-09-26
1
-1
/
+5
|
*
|
try to allow free uploads for testing, if users prefix names with "TEST-". Let
UbitUmarov
2012-09-23
1
-0
/
+1
|
*
|
report asset upload errors the right away
UbitUmarov
2012-09-22
2
-0
/
+12
|
*
|
removed AssetUploaderWithCost, fixing AssetUploader. add parsing of some
UbitUmarov
2012-09-22
1
-0
/
+4
*
|
|
Merge branch 'avination' into careminster
Melanie
2012-09-16
5
-107
/
+112
|
\
\
\
|
|
/
/
|
*
|
Revamp the HTTP textures handler to allow a maximum of four fetches
Melanie
2012-09-14
3
-97
/
+80
|
*
|
report mesh upload costs ( fake values)
UbitUmarov
2012-09-11
1
-1
/
+22
|
*
|
let LLSDAssetUploadRequest include asset_resources information plus let
UbitUmarov
2012-09-11
1
-1
/
+10
*
|
|
Merge branch 'master' into careminster
Melanie
2012-09-07
1
-7
/
+29
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
If the GetTexture capability receives a request for a range of data beyond th...
Justin Clark-Casey (justincc)
2012-09-06
1
-5
/
+29
*
|
Merge branch 'master' into careminster
Melanie
2012-07-13
1
-3
/
+1
|
\
\
|
|
/
|
*
Rather than instantiating a UTF8 encoding everywhere when we want to supress ...
Justin Clark-Casey (justincc)
2012-07-13
1
-3
/
+1
*
|
Merge branch 'avination' into careminster
Melanie
2012-07-06
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Changed GetTexture error code RequestedRangeNotSatisfiable to NotFound, since...
UbitUmarov
2012-07-06
1
-1
/
+3
*
|
If a link points to a non-existing item in FetchInventory caps, then don't tr...
Justin Clark-Casey (justincc)
2012-06-29
1
-1
/
+2
*
|
As with LLSDInventoryItem from commit 01a2b0b, send type values in LLSDInvent...
Justin Clark-Casey (justincc)
2012-06-20
2
-8
/
+4
*
|
Don't include time to transmit response back to requester when assessing slow...
Justin Clark-Casey (justincc)
2012-06-13
1
-2
/
+0
*
|
Fix build break whree accidentally did inv.Folders rather than inv.Folders.Co...
Justin Clark-Casey (justincc)
2012-06-02
1
-1
/
+1
*
|
minor: tidy up some comments
Justin Clark-Casey (justincc)
2012-06-02
1
-4
/
+2
*
|
Fix various issues with http inventory
Justin Clark-Casey (justincc)
2012-06-02
3
-77
/
+84
*
|
Environment Module - allows Environment settings for Viewer3 warning: include...
PixelTomsen
2012-05-23
1
-0
/
+68
*
|
Implement optional name and description on http stream handlers so that we ca...
Justin Clark-Casey (justincc)
2012-05-03
8
-18
/
+30
*
|
Add regression test for teleporting an agent between separated regions on the...
Justin Clark-Casey (justincc)
2012-04-27
1
-1
/
+1
|
/
*
Guard against null inventory contents.
Diva Canto
2012-04-06
1
-2
/
+2
*
Implement the FetchInventory2 capability. This accompanies the existing Fetc...
Justin Clark-Casey (justincc)
2012-01-06
4
-2
/
+227
*
Adding commented out log messages and some minor formatting for future bug hu...
Justin Clark-Casey (justincc)
2012-01-02
1
-71
/
+77
*
Migrate detailed "appearance show" report generation up to AvatarFactoryModul...
Justin Clark-Casey (justincc)
2011-12-19
1
-2
/
+2
*
Add commented log lines to FetchInventoryDescendents2 path for future use.
Justin Clark-Casey (justincc)
2011-12-09
2
-4
/
+93
*
Revert "Revert "Stop performing the asset save part of baked texture uploadin...
Justin Clark-Casey (justincc)
2011-12-08
1
-5
/
+9
*
properly lock CapsHandlers.m_capsHandlers
Justin Clark-Casey (justincc)
2011-12-07
1
-26
/
+40
*
Stop accidentally setting up the UploadTexture caps handler with the same url...
Justin Clark-Casey (justincc)
2011-12-06
1
-2
/
+0
*
Revert "Stop performing the asset save part of baked texture uploading on the...
Justin Clark-Casey (justincc)
2011-12-06
1
-9
/
+5
*
Add test for not found response from GetTexture cap handler.
Justin Clark-Casey (justincc)
2011-12-05
1
-0
/
+63
*
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...
Justin Clark-Casey (justincc)
2011-12-05
4
-6
/
+6
*
For the GetTexture capability, if a data range is requested that covers the w...
Justin Clark-Casey (justincc)
2011-12-05
1
-14
/
+25
[next]