Latif Khalifa
e1df1b98f7
Merge remote-tracking branch 'aleric/master'
2013-04-28 23:35:30 +02:00
Aleric Inglewood
304e2b4958
Pass LLControlGroup* to AICurlInterface::startCurlThread instead of each Debug Setting separately.
2013-04-26 16:47:22 +02:00
Latif Khalifa
b1ffc5b349
Merge remote-tracking branch 'lirusaito/master'
2013-04-25 07:27:13 +02:00
Aleric Inglewood
45e6b7975f
First version of HTTP bandwidth throttling.
...
Adds throttling based on on average bandwidth usage per HTTP service.
Since only HTTP textures are using this, they are still starved by other
services like inventory and mesh dowloads. Also, it will be needed to
move the maximum number of connections per service the to the PerService
class, and dynamically tune them: reducing the number of connections is
the first thing to do when using too much bandwidth.
I also added a graph for HTTP texture bandwidth to the stats floater.
For some reason the average bandwidth (over 1 second) look almost like
scattered noise... weird for something that is averaged...
2013-04-24 22:04:21 +02:00
Lirusaito
b0c331266d
Merge branch 'Frosting' of git://github.com/Lirusaito/SingularityViewer
2013-04-24 14:22:35 -04:00
Lirusaito
bca8f830f2
Group Feature Request: Optionally display indicator over typing avatar's heads.
...
Adds Debug Setting UseTypingBubbles
Adds "Use overhead typing indicator bubbles" to Adv. Chat-> Chat/IM
Thanks to Firestorm for this simple addition
2013-04-24 14:15:00 -04:00
Latif Khalifa
e0077b6941
Merge remote-tracking branch 'lirusaito/master'
...
Conflicts:
indra/newview/llviewermessage.cpp
indra/newview/skins/default/xui/fr/panel_preferences_ascent_chat.xml
indra/newview/skins/default/xui/fr/panel_preferences_general.xml
2013-04-23 12:17:08 +02:00
Latif Khalifa
5396d17f2a
Merge remote-tracking branch 'aleric/master'
...
Conflicts:
indra/newview/lltexturefetch.cpp
indra/newview/llviewerwindow.cpp
2013-04-23 12:13:54 +02:00
Lirusaito
6c93dc1d82
Update LSL information (Adds new AnimationOverride)
2013-04-19 23:59:05 +02:00
Lirusaito
22435b4b91
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer into Frosting
...
Conflicts:
indra/newview/llviewerwindow.cpp
2013-04-17 21:06:57 -04:00
Lirusaito
5ac2a23b8d
Update LSL information (Adds new AnimationOverride)
2013-04-16 20:16:44 -04:00
Latif Khalifa
97809b3a22
Merge remote-tracking branch 'melanie_t/master'
2013-04-16 12:53:37 +02:00
Shyotl
fed6639e44
Renamed SHAlphaMaskMaxRMSE to SHAutoMaskMaxRMSE. Disabled alpha masking on attachments.
2013-04-15 18:16:12 -05:00
Lirusaito
d5e6f9950d
Add Allow exportation checkbox to Default Upload Permissions floater.
...
Setting is per account and defaults to false.
2013-04-13 19:55:50 +02:00
Lirusaito
8c49716eae
Merge branch 'Cupcake' of https://github.com/LightDrake/SingularityViewer into Frosting
...
Conflicts:
indra/newview/llviewerwindow.cpp - Also two compile fixes.
2013-04-10 13:26:48 -04:00
Aleric Inglewood
fce106f7e2
PerHost became PerService
...
Reflect the fact that we include port number in its name.
2013-04-09 05:06:32 +02:00
Aleric Inglewood
748d339ee6
Move decision whether or not to add new HTTP request from texture fetcher to AICurl
...
After commit things compile again :).
The HTTP bandwidth throttling is not yet implemented. I'll put a
temporary fix back the next commit that just does it the "old way"...
2013-04-08 22:46:01 +02:00
Aleric Inglewood
6c9b136d32
Removal of HTTPRequestRate and dead code.
2013-04-08 06:39:52 +02:00
Shyotl
b16bb264cc
Added an experimental new alphamask detection method(set SHUseRMSEAutoMask to TRUE to use. Adjust SHAlphaMaskMaxRMSE to tweak cutoff). Fixed per-frame sky updates hammering analyzeAlpha.
2013-04-06 02:04:46 -05:00
Lirusaito
d064a54be3
[Frosting:288] Ability to left-click sit on one's own objects only.
...
Debug Settings DisableClickSitOtherOwner added.
Checkbox added to System Preferences for disabling click-to-sit on objects you don't own.
Also redid onCommitCheckBox a bit, best viewed without space changes.
There's more to this feature, but it doesn't work yet.
2013-04-02 18:54:16 -04:00
Lirusaito
401ea93b57
ToolPie Frosting
...
Easiest read with Copy/Move detection and no space changes
Adds debug settings: DragAndDropDistanceThreshold, EnableGrab, ClickToWalk, ClickActionBuyEnabled, ClickActionPayEnabled
ClickToWalk was redefaulted to false, though if you are curious enough to read this, you should give it a try, it takes some getting used to but it might be fun.
2013-03-29 03:56:26 -04:00
Lirusaito
7aa0b439a8
Updates and clean up and frosting, oh my~
...
Removes old code for permitting emerald attachment points
Removes other old dead code...
Updates RLVa a bit.
Adds more translation flexibility via strings.xml
2013-03-24 12:29:58 -04:00
Latif Khalifa
ea4f2ec7a7
Merge remote-tracking branch 'origin/sunshine2'
2013-03-24 14:23:18 +01:00
Latif Khalifa
ef6549ce32
Set default network buffer size to 6000ms for music streaming
2013-03-22 22:43:31 +01:00
Drake Arconis
e08f4316ab
New lsl function added
2013-03-12 01:08:03 -04:00
Drake Arconis
e93bddcbed
Update lsl keywords
2013-03-12 00:45:47 -04:00
Drake Arconis
d345630b2c
Merge remote-tracking branch 'Aleric/master' into Cupcake
2013-03-11 19:55:38 -04:00
Aleric Inglewood
5a8308109b
Lowered CurlTimeoutLowSpeedLimit from 56 kB/s to 7 kB/s.
...
This value really IS in bytes/s (not for the total), and apparently 56
kB/s is too optimistic. The value was used by LL for transfers that went
beyond the total download time (2 minutes?), adding enough seconds per
received bytes to the timeout to allow a download at 56 kB/s to finish.
Our meaning is different however: we time out immediately and whenever
the download drops below this speed.
Perhaps a better algorithm is where the speed demand is based on the
total size of the download, but I'm not sure we always know the size of
downloads at this point.
2013-03-10 17:45:39 +01:00
Aleric Inglewood
e3f4022ffa
Merge remote-tracking branch 'singu/master'
...
Conflicts:
indra/newview/llvoavatar.cpp
Bug fix is no longer needed.
2013-03-07 16:53:15 +01:00
Aleric Inglewood
65d750b190
Add CPU cycles to AIStateMachine in the crashlogger
...
Also removes unused Debug Setting CurlMaximumNumberOfHandles.
The maximum number of handles is limitted by
CurlMaxTotalConcurrentConnections.
2013-03-07 13:44:40 +01:00
Drake Arconis
28eec629ec
Remove executable bit from xml
2013-03-05 10:17:08 -05:00
Lirusaito
6525ccc384
Group Feature Request/Bug Fix: Allow setting a log location for any account before log in
...
The new setting gets overridden by the per account setting, if it has been set, but provides users the ability to set log location pre-login.
2013-02-28 14:41:08 -05:00
Lirusaito
4990af9cfd
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer into Canon
2013-02-27 15:47:03 -05:00
Siana Gearz
c9ab38d449
Stream frequency change support and new anti-starvation strategy
2013-02-26 23:13:39 +01:00
Lirusaito
cef61db77f
Feature Request: Add debug setting for showing Position Before Parcel in the Status Bar
...
Adds StatusBarPositionBeforeParcel
Enables builders on parcels with keywords in their names to see their position.
2013-02-26 16:59:35 -05:00
Lirusaito
620849607e
Fulfill feature request: Optionally, don't ShowDisplayNameChanges in notifications.
...
Show display name changes checkbox added to Adv. Chat->Chat/IM tab.
Better viewed without space changes.
2013-02-26 16:35:02 -05:00
Siana Gearz
6ee8cc5798
Unbreak skinning on low end hardware
2013-02-26 20:47:43 +01:00
Lirusaito
c3e63e7ab7
handleLocalChatBar visibility whenever ShowLocalChatFloaterBar changes value
2013-02-25 17:39:53 -05:00
Lirusaito
8e08e98c61
Only don't ShowLocalChatFloaterBar when Local Chat is torn-off. (Setting no longer requires relog)
2013-02-24 15:23:52 -05:00
Siana Gearz
408811c319
Merge branch 'sunshine' of git://github.com/Shyotl/SingularityViewer
2013-02-20 21:20:22 +01:00
Shyotl
8d09539fcc
Added a couple missing entries to settings.xml
2013-02-19 21:52:13 -06:00
Siana Gearz
00cb7a0e51
Merge branch 'sunshine' of git://github.com/Shyotl/SingularityViewer
2013-02-19 21:12:14 +01:00
Shyotl
76f3dc9e19
Massive sunshine/viewer-dev catchup. Further implemented serverside baking and added/updated metrics feedback.
2013-02-19 01:50:46 -06:00
Lirusaito
3c544bceb3
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer into Canon
2013-02-17 19:47:48 -05:00
Siana Gearz
6123c9b80a
Enable broadcast viewer effects by default
2013-02-17 16:00:59 +01:00
Siana Gearz
dbdd0ec4f1
Merge branch 'Canon' of git://github.com/Lirusaito/SingularityViewer
2013-02-17 15:40:27 +01:00
Siana Gearz
0f54a2777e
Merge branch 'master' of git://github.com/lkalif/SingularityViewer
2013-02-17 15:36:59 +01:00
Siana Gearz
49c872c86d
Merge branch 'sunshine' of https://github.com/Shyotl/SingularityViewer
2013-02-17 15:28:48 +01:00
Shyotl
4cc35d6c66
Fixed up some silly issues with the client tag system.
2013-02-17 02:54:30 -06:00
Lirusaito
cd6bda876d
Add RememberName setting to settings.xml (No wonder it wasn't saving!)
2013-02-15 08:28:54 -05:00