Ansariel
d80a1dee15
Merge branch 'DRTVWR-580-maint-T' of https://github.com/secondlife/viewer
2023-07-07 21:16:55 +02:00
Ansariel
2ec61c5e1b
Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm
2023-07-07 21:16:20 +02:00
Maxim Nikolenko
4aa44bdfc9
SL-19702 restore previous double clicking behavior for objects
2023-07-07 20:30:25 +03:00
Andrey Lihatskiy
79198eddf7
SL-19966 Reverted "SL-18721: Faster viewer shutdown time since performance improvements can lead to perceived inventory loss due to cache corruption"
...
This reverts commit cf692c40b0 .
2023-07-07 20:26:05 +03:00
Beq
7b47010835
Add memory in use to help about info.
2023-07-03 22:49:19 +01:00
Beq
5d863ef500
FIRE-33046 - Reduce logging for experience capability to debug (OpenSim)
2023-07-03 22:48:29 +01:00
Ansariel
71f132cb91
What is this ugly old code?
2023-07-02 19:14:55 +02:00
Pork Chop
503baf7013
Curl library expects C style strings for params
2023-07-01 15:25:57 +10:00
Ansariel
076ec3300b
Double lolbug...
2023-06-30 14:26:34 +02:00
Ansariel
4aed82008c
Fix lolbug
2023-06-30 14:25:16 +02:00
Ansariel
fc438607d2
We have a constant for this
2023-06-30 09:26:06 +02:00
Pork Chop
8ac1af4aca
Set CURLOPT_USERAGENT in requests (instead of leaving it blank)
2023-06-30 00:16:23 +10:00
Beq
e6677a88cd
Merge remote-tracking branch 'origin/master'
2023-06-28 20:41:20 +01:00
Beq
0647c1647d
Revert "FIRE-33106 muted objects are not greyed out in the history when shown"
...
This reverts commit 4352952d5f . Team consensus was that this should remain persistent.
2023-06-28 20:40:47 +01:00
Ansariel
70149fa44f
Merge branch 'DRTVWR-580-maint-T' of https://github.com/secondlife/viewer
...
# Conflicts:
# indra/newview/llpanelprofile.cpp
2023-06-28 14:16:31 +02:00
Ansariel
b0e9ce8dc4
Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm
2023-06-28 14:13:01 +02:00
PanteraPolnocy
0f14775cc8
FIRE-33042, FIRE-33041: French (by Laurent Bechir), Russian (by Romka Swallowtail) and Polish translation updates
2023-06-28 11:12:19 +02:00
Beq
4352952d5f
FIRE-33106 muted objects are not greyed out in the history when shown
...
When the show muted text in chat history is enabled the chat from blocked objcets has no differentiation. Adding yet another colour into the mix makes no sense, if we make them both grey then we cannot easily differentiate users/objects so for now I propose simply not persisting this so that when a user accidentally enabels this is goes away again with a relog.
2023-06-28 01:53:31 +01:00
Andrey Kleshchev
ed63ef3c0b
SL-19572 Fix some obscure cases of residents bypasing mute list
2023-06-28 01:37:06 +03:00
Beq
de702e112a
Slightly less naive cache
...
The simple cache ihas a number of issues
* the "max cache size" is not the max cache size
* the purge typically only purges DOWN to the max cache size
* once you reach max you are basically purging constantly.
This change addresses that a bit by adding highwater threshold at 95% leaving a bit of headroom for the incoming cache updates while we purge, and a low water threshold, that we purge down to (70%) .
This means people can now set their cache to a ramdisk of they really want and it won't (normally) overflow.
it reduces the cache thrashing, this is not a speedup on the main thread really, but just a less naive process.
This does not address the fact that every time we check the cache it has to enumerate every single file (beyond stupid) even though most have not changed. This is TBD.
2023-06-27 19:12:58 +01:00
Andrey Kleshchev
d35ef7e5d8
SL-19924 Update profile type names
2023-06-27 20:20:56 +03:00
Beq
e9c4e1942b
Merge remote-tracking branch 'origin/master'
2023-06-27 17:29:07 +01:00
Beq
783d59fcd5
Tweak to ensure best match is picked up.
2023-06-27 17:27:59 +01:00
Ansariel
01dda978b3
Let's replace this boost::unordered_map with the std counterpart, too
2023-06-27 17:52:08 +02:00
Ansariel
943f402c8b
Merge branch 'DRTVWR-580-maint-T' of https://github.com/secondlife/viewer
2023-06-27 11:04:33 +02:00
Ansariel
b7dc6aa96e
Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm
2023-06-27 11:04:13 +02:00
Beq
9b7df1dbd2
Grumpy Mac won't build without the right header
2023-06-27 03:35:56 +01:00
Beq
13daa0f5af
Tweak linux matching
2023-06-27 02:02:51 +01:00
Ansariel
827cb2ade4
Update German translation
2023-06-27 00:16:26 +02:00
Zi Ree
8baa9f8e79
Add reload button to received items / inbox inventory panel
2023-06-26 16:53:57 +02:00
Zi Ree
4e0d8f82c3
Add a distinct color for server side group chat replay
2023-06-26 14:51:06 +02:00
Ansariel
c8b7e97b45
More of "What is all this old crap?"
2023-06-25 18:37:32 +02:00
Ansariel
dd3dbc52e9
Update German translation
2023-06-25 16:50:19 +02:00
PanteraPolnocy
3fbdc6cca6
FIRE-32396 Play the 'inventory offer' UI sound when both 'auto-accept new inventory items' and 'log auto-accepted inventory items to chat' are enabled
...
Playing the sound without logging to chat (a visual indication) would be confusing for the user
2023-06-25 12:37:00 +02:00
PanteraPolnocy
d6350c95a4
FIRE-33019 Tooltip for "arrow keys always move me"
2023-06-25 12:18:15 +02:00
Alexander Gavriliuk
7d3750c15b
SL-19805 Fix touch handling logic
2023-06-24 00:19:41 +02:00
Ansariel
521dd2ff96
FMOD Studio 2.02.15 update for OSX
2023-06-23 23:23:30 +02:00
Andrey Lihatskiy
5eef9143d0
SL-19805 Follow-up fix
2023-06-23 22:50:54 +03:00
PanteraPolnocy
dff5053ce9
Revert changes to the installer folder
...
Maybe one day, https://sourceforge.net/p/nsis/bugs/1293/
2023-06-23 21:36:01 +02:00
PanteraPolnocy
89e05f2bb9
Few more fixes in /az/ translation; Creating installer file from English version; Enabling /az/ in preferences
2023-06-23 19:20:50 +02:00
PanteraPolnocy
700917be73
FIRE-33035, FIRE-33036: Russian (by Romka Swallowtail) and French (by Laurent Bechir) translation updates
2023-06-23 17:28:25 +02:00
Pork Chop
156b22f28c
Linux: FMOD Studio update to 2.02.15
2023-06-24 00:35:02 +10:00
Alexander Gavriliuk
f137e04c38
SL-19805 Second Life Viewer last update made invisible parts visible
2023-06-23 14:47:32 +02:00
Ansariel
c7246d5c22
FMOD Studio update to 2.02.15 for Windows
2023-06-23 13:23:38 +02:00
Ansariel
bfdc23acc0
Add nullpointer check and chuck some modern C++ into the animation explorer
2023-06-23 13:05:40 +02:00
Ansariel
f6b591cda8
Update German translation
2023-06-23 12:55:39 +02:00
PanteraPolnocy
e074cc5bbf
Updated Polish translation
2023-06-22 16:23:01 +02:00
Zi Ree
e5609a8df7
Add animation blacklisting to animation explorer and asset blacklist floater
2023-06-22 11:10:38 +02:00
Zi Ree
6f923ea97d
FIRE-32901: profile description texts get truncated in some cases
2023-06-21 23:00:17 +02:00
PanteraPolnocy
3fa67bbd4e
FIRE-32904 Azerbaijani Localization Contribution, by Lenny Cazari; More fixes
2023-06-19 18:12:09 +02:00