Commit Graph

69051 Commits (bdc94eac5cda3dd6700a1cd462178b7ac3c4cfec)

Author SHA1 Message Date
Zi Ree c362e86be2 FIRE-32266 - Legacy Events search missing Live DJ category 2022-10-06 00:38:10 +02:00
Andrey Kleshchev fc73378865 SL-18228 The search page works like a web search instead of in-viewer one 2022-10-05 23:28:15 +03:00
Mnikolenko Productengine 9b2435cbb1 SL-18295 Use yellow color on all floaters' search fields when non-empty 2022-10-05 22:40:34 +03:00
Zi Ree 48282c7fea FIRE-31976 - Linux/X11: fix pasting text being cropped to 64k bytes 2022-10-05 00:10:45 +02:00
Zi Ree 9fb09ce231 FIRE-32175 - Linux/SDL2: Alt-Tab pushes a tab character into scripts and notecards 2022-10-04 20:47:39 +02:00
Andrey Kleshchev ad48f88d1f SL-16542 Fixed openjpeg library's name 2022-10-04 19:51:16 +03:00
Andrey Kleshchev d4506967ed SL-16542 Openjpeg's header should have remained unchanged. 2022-10-04 17:53:43 +03:00
Ansariel 7b2fa92f0e Merge branch 'DRTVWR-570-maint-Q' of https://bitbucket.org/lindenlab/viewer
# Conflicts:
#	autobuild.xml
#	indra/cmake/Copy3rdPartyLibs.cmake
#	indra/cmake/FindOpenJPEG.cmake
#	indra/cmake/OpenJPEG.cmake
#	indra/llimagej2coj/llimagej2coj.cpp
#	indra/newview/CMakeLists.txt
#	indra/newview/llpanelprofile.cpp
#	indra/newview/skins/default/xui/en/panel_profile_secondlife.xml
#	indra/newview/viewer_manifest.py
2022-10-04 14:17:44 +02:00
Ansariel 567ab00ac9 Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2022-10-04 12:39:49 +02:00
Andrey Kleshchev d6e8a9109e SL-16542 Fix openjpeg seeking and encoding 2022-10-04 13:04:52 +03:00
Ansariel 1dcacd598e FIRE-32191: Fix rezdate off by a day 2022-10-04 11:46:34 +02:00
Andrey Kleshchev f7cc8e4c8c SL-18047 Birthdate one day early 2022-10-03 23:47:19 +03:00
Callum Linden 7018deb7f8 SL-18289: Modify autobuild.xml to insert a CMaker architecture flag as well as the generator string for Windows builds 2022-10-03 11:31:44 -07:00
Andrey Kleshchev 5404708de0 SL-16542 Fix mac build not having some of openjpeg headers 2022-10-03 21:09:47 +03:00
Beq eb1e3f454d Realign translations of profile_picks to account for new layout in XML 2022-10-03 18:13:37 +01:00
Ansariel 472d45cb88 Fix accidental renaming 2022-10-03 18:10:30 +02:00
Beq 0cca2101e1 Merge remote-tracking branch 'origin/master' 2022-10-03 11:14:00 +01:00
Zi Ree 2e7da114f9 Vintage skin, make preferences search the default focus element on open 2022-10-03 00:07:12 +02:00
Zi Ree e977975008 FIRE-32123 - Attempt to fix Right-ALT cam on non AltGr keyboards while still keeping AltGr on AltGr keyboards working 2022-10-02 15:54:26 +02:00
Zi Ree be6671b6ec Follow up to fix startup crash for starlight on Linux - re-add textures with correct name 2022-10-02 15:41:32 +02:00
Zi Ree 1e656c928e Fix startup crash for starlight on Linux 2022-10-02 15:28:01 +02:00
Ansariel 2aceea66ff Merge branch 'DRTVWR-570-maint-Q' of https://bitbucket.org/lindenlab/viewer
# Conflicts:
#	indra/llcommon/llsdserialize.cpp
#	indra/llmath/llvolume.cpp
#	indra/llmath/llvolume.h
#	indra/newview/llfloateropenobject.cpp
#	indra/newview/llfloateropenobject.h
#	indra/newview/llmaterialmgr.cpp
#	indra/newview/llmeshrepository.cpp
#	indra/newview/llmeshrepository.h
#	indra/newview/skins/default/xui/en/floater_openobject.xml
2022-10-01 13:10:39 +02:00
Ansariel 90319f9ef1 Revert "non-allocating unzip_llsd - from Rye"
This reverts commit 4eeb96a935.
2022-10-01 11:51:44 +02:00
Andrey Kleshchev c844bf0ab8 SL-16542 Pull in chunks of graham's openjpeg code, update openjpeg and enable partial bitstreams
Openjpeg was modified: "p_max_len -= l_nb_bytes_read;" was causing an overflow.
I'm not sure if I did something incorectly in opj_skip/opj_seek viewer side, but seems like openjpeg should have been checking remaining space in p_max_len either way.
P.S. Many thanks to Chafey and Neopallium for implementing openjpeg's partial bitstream support
2022-10-01 11:25:14 +03:00
Zi Ree e6f23518f8 FIRE-32234 - disable fulltext search in AO name dropdown entry field. 2022-10-01 01:27:29 +02:00
Andrey Kleshchev 338aeef7e9 SL-14696 SL-13629 Re-add gradation fix after merging a contribution 2022-10-01 00:48:25 +03:00
Rye Mutt 994d432e66 Port required changes to render rainbows and sun dogs to class1 deferred sky shader and remove redundant and slow class2 version.
# Conflicts:
#	indra/newview/app_settings/shaders/class2/deferred/skyF.glsl
2022-09-30 21:50:48 +03:00
PanteraPolnocy 89beb04b81 FIRE-32235 Synchronize menu_avatar_self as well 2022-09-30 20:44:56 +02:00
PanteraPolnocy 59d0ec1eb6 FIRE-32235 Right click menu on your self takes up half of the screen height 2022-09-30 20:07:24 +02:00
Mnikolenko Productengine 9104b89996 SL-18235 Remove outfit buttons from unpacking dialog 2022-09-30 00:26:44 +03:00
Zi Ree ad060de41f Fix online status in profiles for friends that are hiding. 2022-09-29 03:10:05 +02:00
Beq 658e61734f Merge branch 'restoreudpprofilesforopensim' 2022-09-28 19:22:37 +01:00
Beq a8fd107029 Restore udp profiles for opensim
Restore UDP and remove superfluous buttons when no cap is available
Image  updates work as before (no direct from disk updates)
2022-09-28 19:21:54 +01:00
Andrey Kleshchev 6614a6ee99 SL-18249 Optimizations to mesh and material loading 2022-09-28 18:42:10 +03:00
Mnikolenko Productengine 6661e0fdc5 SL-18240 Don't disable HUD media when "Obscure MOAP" is active on land 2022-09-28 17:37:33 +03:00
Mnikolenko Productengine c88767e27d SL-18240 Don't disable HUD media when "Obscure MOAP" is active on land 2022-09-28 17:01:24 +03:00
Rye Mutt d1701fb5b1 Fix small bug in unavail skin info processing 2022-09-28 09:55:57 -04:00
Rye Mutt 9f633e087f Optimize away many string copies in mesh header processing with boost iostream array adapters 2022-09-27 17:59:21 -04:00
Rye Mutt 07449892df Optimize mesh queue processing on main thread to reduce mutex contention 2022-09-27 17:59:21 -04:00
Rye Mutt 9ec86c84e3 Add proper retry support to skin info fetch 2022-09-27 17:59:21 -04:00
Rye Mutt bd20b61b82 Optimize away gObjectList finds during mesh load 2022-09-27 17:59:21 -04:00
Rye Mutt e83146ce0c Optimize away constant map finds in getSkinInfo by caching mesh skin into in vovolume 2022-09-27 17:59:21 -04:00
Rye Mutt 7dcdc4c378 Replaced usage of LLVolumeParams as map key in meshrepo with the mesh uuid 2022-09-27 17:59:21 -04:00
Rye Mutt e097794919 Optimize mesh header size and data access throughout meshrepo 2022-09-27 17:59:21 -04:00
Rye Mutt 4be11d87b5 Utilize pointer based unzip_llsd and unpackVolumeFaces in meshrepo and materialmgr 2022-09-27 17:59:21 -04:00
Rye Mutt 1b31ab5c52 Introduce a U8* based interface to unzip_llsd and unpackVolumeFaces 2022-09-27 17:59:21 -04:00
PanteraPolnocy 3234d947a6 FIRE-32225 Russian translation update, by Romka Swallowtail 2022-09-27 21:25:50 +02:00
PanteraPolnocy 80fc368aff FIRE-32224 French translation update, by Laurent Bechir 2022-09-27 21:23:40 +02:00
PanteraPolnocy 0bb8cd9dd4 Updated Polish translation 2022-09-26 16:33:29 +02:00
Ansariel fcf37510da Update German translation 2022-09-26 14:55:12 +02:00