Melanie
bdb74add3c
Spot-fix the CAPS issue preventing UseHTTPInventory debug setting from working.
2013-05-01 02:29:34 +02:00
Melanie
fc183be845
Add RLV toggle to prefs
2013-05-01 02:29:17 +02:00
Melanie
e00293baba
Add the Limit Select Distance control to the input&camera panel
2013-05-01 01:56:36 +02:00
Melanie
ec266b895e
XMLize the "Singularity" menu and add Rebake and Region Debug Console to it.
2013-05-01 00:23:10 +02:00
Latif Khalifa
e1df1b98f7
Merge remote-tracking branch 'aleric/master'
2013-04-28 23:35:30 +02:00
Melanie
c1e31c403e
Make sure we only do a show in inventory if a sinle item is given. Enything else makes no sense or bombs
2013-04-28 23:32:17 +02:00
Melanie
2cfafadbcd
Merge branch 'master' of github.com:singularity-viewer/SingularityViewer
...
Conflicts:
indra/newview/hippogridmanager.cpp
indra/newview/hippogridmanager.h
2013-04-28 20:32:58 +02:00
Melanie
aa996a3a1b
Finally allow a very small communicate window to be saved and restored properly at the size the user set it.
2013-04-28 19:42:18 +02:00
Melanie
77fdb895e6
Add CURRECY_TEXT definition and handling for internationalization
2013-04-27 02:39:39 +02:00
Aleric Inglewood
ebfb76c284
Renamed AIPerServiceRequestQueue[Ptr] to AIPerService[Ptr]
...
This because AIPerService now contains a lot more than just the request
queue.
2013-04-26 19:20:10 +02:00
Aleric Inglewood
6c1335af50
Moved connect limits per service to AIPerServiceRequestQueue.
...
Added AIPerServiceRequestQueue::mConcurrectConnections and
AIPerServiceRequestQueue::mMaxPipelinedRequests.
2013-04-26 19:13:18 +02:00
Aleric Inglewood
304e2b4958
Pass LLControlGroup* to AICurlInterface::startCurlThread instead of each Debug Setting separately.
2013-04-26 16:47:22 +02:00
Aleric Inglewood
fb2f0dd164
Add support for uploading .anim files.
...
Mostly works, but
indra/newview/skins/default/xui/en-us/floater_animation_anim_preview.xml
needs work (the 'Name:' should be at the top, not the bottom).
Also, it asks if you want to upload this as temporary. It shouldn't do
that.
2013-04-25 19:05:52 +02:00
Latif Khalifa
b1ffc5b349
Merge remote-tracking branch 'lirusaito/master'
2013-04-25 07:27:13 +02:00
Latif Khalifa
dc4d458e87
Merge remote-tracking branch 'aleric/master'
2013-04-25 07:26:45 +02:00
Aleric Inglewood
e422a89de8
Bring back "Refresh Grid Info" button in grid manager.
...
If you clicked on 'Add' and then filled in the fields that say
'<required>'.. and then click on OK... Then all the URL's stay blank and
there is no way to fix that anymore (short of deleting the entry first
and NOT filling in the required name?!).
I added the button back to get the URL, at any time. Much more clear.
While at it, I added some tool tips and renamed 'Add' to 'Create'
because it confused the hell out of me to have a grid selected and then
needing to press 'Add' below that.. as if you add something to the
selected grid (Better would be to have the Add button above the
selector, or even be part of the selector drop down).
2013-04-25 03:32:48 +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
0aeafdcca7
French Translation Update!
2013-04-24 14:17:31 -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
Lirusaito
3a4714edb1
File Menu Frosting~
...
Adds Minimize All, and Change Local Textures options
People keep adding how to do Local Textures, here's an easy way right where it'd be expected!
2013-04-24 14:09:04 -04:00
Lirusaito
464b1890f5
Update to linux_tools
...
Modernizes viewer_manifest.py
adds install.sh and refresh_desktop_app_entry.sh for those who want to "install" Singularity to their applications.
Updates client-readme-voice.txt to explain about Multi-Voice
2013-04-24 11:37:26 -04:00
Latif Khalifa
ec8212f472
Merge remote-tracking branch 'aleric/master'
2013-04-24 04:56:19 +02:00
Latif Khalifa
891417d0a5
Merge remote-tracking branch 'lirusaito/master'
2013-04-24 04:56:05 +02:00
Lirusaito
b60ee67b0c
Make GCC 4.8 a little happier by removing a copy pasted pointless line
2013-04-23 22:14:56 -04:00
Melanie
9cd9fcdfbe
Allow the export check box to show for rezzed objects in opensim - fixes a copypasta error
2013-04-24 02:47:07 +02:00
Aleric Inglewood
dc5e94812c
Inline accessors of HippoGridInfo.
2013-04-23 21:50:51 +02:00
Aleric Inglewood
bbee0bfdd5
Add -Wno-sign-compare back.
2013-04-23 21:37:22 +02:00
Aleric Inglewood
27549584aa
Merge remote-tracking branch 'singu/master'
2013-04-23 19:41:11 +02:00
Aleric Inglewood
96d8380099
Remove -Wno-sign-compare and fix DISABLE_FATAL_WARNINGS
...
Turn on sign-compare warnings and allow fatal warnings when
using -DDISABLE_FATAL_WARNINGS:BOOL=OFF during configuration.
The default is no -Werror.
2013-04-23 19:37:53 +02:00
Lirusaito
c7a9bd0f4f
Translation updates
2013-04-23 09:23:23 -04:00
Latif Khalifa
1f58d1250f
Merge remote-tracking branch 'lirusaito/master'
2013-04-23 12:57:33 +02:00
Latif Khalifa
f1ce3c89c3
Silence warnings
2013-04-23 12:57:02 +02:00
Latif Khalifa
a5bb6114b7
Merge remote-tracking branch 'siana/master'
2013-04-23 12:19:09 +02: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
Siana Gearz
d6d5d5ae1b
Bring back memory stat! Someone is a clobbermonster.
2013-04-23 11:46:44 +02:00
Melanie
ca95c68af5
A fix to the octopus - use dialog channel for value replies
2013-04-23 04:58:28 +02:00
Melanie
274c51c536
Serverside outfits, part tow - final - call a CAP if outfit is changed successfully
2013-04-23 04:52:51 +02:00
Melanie
6addfdfd93
Small bug fix - this could never work
2013-04-23 03:23:14 +02:00
Melanie
72db1a02b7
Fix audio the proper way
2013-04-23 03:16:31 +02:00
Melanie
ba6b2ef865
Revert "Add the new audio init code (experimental)"
...
This reverts commit 1bc887f887 .
2013-04-23 03:15:59 +02:00
Melanie
df16ef39c5
Merge branch 'master' into Avination-4.0
2013-04-22 23:47:57 +02:00
Melanie
6296b5157b
Limit the number of texture fetchers to two for Avination as this gives a better user experience (less timeouts) with AVN server side throttling.
2013-04-22 23:47:41 +02:00
Melanie
a4032e5e70
Add the option to dynamically enable/disable controls to the octopus
2013-04-22 23:47:34 +02:00
Melanie
7923323031
Limit the number of texture fetchers to two for Avination as this gives a better user experience (less timeouts) with AVN server side throttling.
2013-04-22 23:46:28 +02:00
Melanie
1934e49f99
Add the option to dynamically enable/disable controls to the octopus
2013-04-22 23:45:56 +02:00
Melanie
1b15b5bf5d
Stage one of the new "change clothing" function. Introcuce an easy way to add generic packet handlers.
2013-04-22 15:02:23 +02:00
Melanie
1bc887f887
Add the new audio init code (experimental)
2013-04-21 05:55:47 +02:00
Melanie
cfe5236263
Remove info spam for empty event queue response - those can happen on opensim and we don't really need to know.
2013-04-21 05:55:15 +02:00