Commit Graph

69051 Commits (bdc94eac5cda3dd6700a1cd462178b7ac3c4cfec)

Author SHA1 Message Date
Ansariel 714f669c06 FIRE-31816: Include selection count when deleting more than one object from inventory 2022-08-15 14:41:11 +02:00
Ansariel 7d4c73b7b5 FIRE-31852: Now it aggressively executes gestures within focussed floaters... 2022-08-15 13:15:58 +02:00
Ansariel 8e04f6114f Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2022-08-15 12:59:54 +02:00
Ansariel 1c3c35b2a6 FIRE-31917: Fix 100% transparent objects on HUD not shown when highlighting transparent 2022-08-15 12:59:45 +02:00
Andrey Kleshchev ff895e96b2 SL-17719 Windows support for absolute mouse positioning
For virtual machines and touch screens
Also raw input is not subjected to mouse speed
2022-08-14 21:14:39 +03:00
Nicky 78d8048f38 Add -Wno-unused-variable for Mac. 2022-08-14 19:56:40 +02:00
Nicky a9ddc09824 Split Linux warning supression into their own block, disable deprecation warnings thanks to our old boost library ... 2022-08-14 16:18:04 +02:00
Nicky 6f2265d387 Linux; Updated colladadom, compiled for C++17 support; Original author "Pork Chop <mygoditsfullofstars@phoenixviewer.com>" 2022-08-14 16:03:39 +02:00
Ansariel 593e9f139d Could optimize this I guess... 2022-08-14 14:22:28 +02:00
Ansariel 69b2092963 Refactor chatbar_as_cmdline - Or: What is all this??? 2022-08-14 13:50:32 +02:00
Ansariel 5ea31a967a Stop this spam! 2022-08-14 13:02:51 +02:00
Ansariel 649ff757fc Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2022-08-14 12:59:31 +02:00
Ansariel fe4826be2d Fix Starlight once again 2022-08-14 12:59:22 +02:00
Nicky 5b01aeb2d9 Make LLCOREHTTP_INCLUDE_DIRS system include directories, lets see if this makes never GCCs happy (in llcorehttp) 2022-08-14 12:52:13 +02:00
Nicky c19bea25b9 StarLight (CUI) updates from Scentual Lust 2022-08-14 12:21:47 +02:00
Nicky e8179b39d9
Bring back -Wno-pragmas for older GCC versions. 2022-08-14 09:48:13 +00:00
Nicky 24bffb2685 FIRE-31929; try xdg-open before using a webbrowser to open a file. 2022-08-14 00:33:02 +02:00
Ansariel 3b95e204be Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2022-08-13 17:09:34 +02:00
Ansariel 718f9fdf7a Set correct root project name and build type in CMake and don't use VSTool by default 2022-08-13 17:09:24 +02:00
PanteraPolnocy 4611f22449 Restore capacity string in a few more places 2022-08-13 16:47:47 +02:00
Ansariel cc7cfeb2b5 Comment out some unnecessary code 2022-08-13 15:56:50 +02:00
Ansariel 9afc002e53 Restore remaining capacity info in tools floater 2022-08-13 15:53:31 +02:00
Ansariel b3ec34054a Clean up compile definitions a bit 2022-08-13 12:05:46 +02:00
Ansariel f1b40a7817 Removing some old code might be a good idea... 2022-08-13 01:15:27 +02:00
Ansariel 88d936111a Small optimization for minimap - and use a big hammer on the contact sets to chuck c++17 code in while at it 2022-08-13 01:13:02 +02:00
Ansariel bbd779bce5 Merge branch 'DRTVWR-565-maint-P' of https://bitbucket.org/lindenlab/viewer 2022-08-12 23:48:39 +02:00
Ansariel 278adc482f Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2022-08-12 22:51:41 +02:00
Ansariel ea8321a47d FIRE-31882 / FIRE-31896 / FIRE-31913 / FIRE-31920: Undo unnecessary code 2022-08-12 20:18:44 +02:00
Ansariel 300a545354 Add some comments 2022-08-12 20:15:36 +02:00
Mnikolenko Productengine df46b5723d SL-17964 FIXED Pressing M while any floater has focus switches into mouselook 2022-08-12 20:13:05 +02:00
Ansariel 2b2fdb6cb5 Revert "FIRE-31551: Fix aggressive switching into mouselook when pressing M" - Making room for LL fix
This reverts commit 637ddfa009.
2022-08-12 20:12:52 +02:00
Ansariel 178631838a FIRE-31882 / FIRE-31896 / FIRE-31913 / FIRE-31920: Fix all kind of weird menu focus issues by undoing LL's garbage truck full of nonsense change 2022-08-12 20:11:36 +02:00
Nicky 9e01048109 Make the collada includes sysrem incudes (lets compilers be way lss picky about warnings in them). 2022-08-12 18:15:39 +02:00
Nicky 62ecb56640 Move viewer specific warnings from variables to viewer cmake. 2022-08-12 18:14:52 +02:00
Mnikolenko Productengine ee3fe6f66a SL-17964 FIXED Pressing M while any floater has focus switches into mouselook 2022-08-12 17:08:09 +03:00
Ansariel dcfe6760e9 Wrap these - might be the reason GCC is complaining 2022-08-12 12:04:06 +02:00
Andrey Kleshchev 1de8306c83 SL-17965 Closing some floaters shifts focus to menu bar
Focus root now only covers menu, status and nav bar to not steal focus from floaters
This partially reverts commit 1d6bfb727a.
2022-08-12 00:39:42 +03:00
Nicky c7e04f0cae Mac; Update Collada with a C++17 compatible version. 2022-08-11 22:29:02 +02:00
Ansariel 4d5b5a5ae3 Enable c++17 since it seems LL is hesitant to finally do it... 2022-08-11 21:56:48 +02:00
Mnikolenko Productengine fd8b052b32 SL-17892 Add X button to Guidebook floater's title bar 2022-08-11 21:25:22 +03:00
Maxim Nikolenko 64fefa9880 SL-17670 tweaking simplified outfit snapshot floater 2022-08-11 15:58:53 +03:00
Ansariel 11e6cf4980 Fix wrong name 2022-08-10 19:32:37 +02:00
Ansariel cbe47652a6 Update German translation 2022-08-10 19:31:53 +02:00
Ansariel c5c8a70cc4 Merge branch 'DRTVWR-483' of https://bitbucket.org/lindenlab/viewer 2022-08-10 19:09:12 +02:00
Ansariel 83e61b2d5a Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2022-08-10 19:04:35 +02:00
Andrey Kleshchev c4335939d9 SL-17925 Fix SLURL based creation of picks and classifieds 2022-08-10 19:03:12 +03:00
Andrey Kleshchev dd4156251b SL-17924 Don't clear pick's description when clicking on description for the first time 2022-08-10 17:24:26 +03:00
Andrey Kleshchev eab708daed SL-17923 "Title" and "Description" labels are not displayed in "Picks" tab
Fixed unlabeled fields in picks: For consistency purposes and for clarity both picks and classifieds should display title and descriprion labels.
Fixed extra large spacing in classifieds
2022-08-10 17:23:27 +03:00
Ansariel 1c7abe654c Update German translation 2022-08-10 09:11:42 +02:00
Ansariel 5e949d4540 FIRE-15917 / FIRE-31906: Exempt local teleports 2022-08-10 01:46:41 +02:00