Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-25 | viewer#1051: Fix UI typos in PBR terrain error messages (#1052) | cosmic-linden | |
2024-03-25 | triage#112 'No emoji found for' text is not translated to other languages in ↵ | Alexander Gavriliuk | |
the 'Choose Emoji' floater | |||
2024-03-22 | Add Develop menu option 'Debug Camera Controls' | Alexander Gavriliuk | |
2024-03-22 | viewer-issues#85: update advanced graphics preferences UI layout | Maxim Nikolenko | |
2024-03-20 | secondlife/viewer-issues#83, secondlife/viewer-issues#82: Mark ↵ | Cosmic Linden | |
texture/material terrain save notifications as unique, to prevent duplicates | |||
2024-03-20 | secondlife/viewer-issues#83: Disallow alpha blend/double sided from PBR terrain | Cosmic Linden | |
2024-03-19 | secondlife/viewer-issues#82: Don't allow transparent texture terrain | Cosmic Linden | |
2024-03-18 | viewer#961 Add a notification appearing when user tries to insert a ↵ | Alexander Gavriliuk | |
disallowed character | |||
2024-03-15 | secondlife/viewer#1006: Prevent PBR terrain material swatches from being ↵ | Cosmic Linden | |
null. Default to blank material for now. | |||
2024-03-15 | Revert 326055ba82c22fedde186c6a56bafd4fe87e613a after ↵ | Henri Beauchamp | |
2f452d06e6964b0edf26b0b3f6eaa156e3fa2d48 It is necessary to revert commit 326055ba82c22fedde186c6a56bafd4fe87e613a for 2f452d06e6964b0edf26b0b3f6eaa156e3fa2d48 to work its magic and repair script dialogs so that they render as they used to before the emojis fonts introduction. Note that this revert won't prevent to use the new emojis should scripters want them in their new scripted dialogs: it just ensures existing scripted dialogs using special UTF-8 characters (which are not genuine emojis) will render as they used to, using the monochrome fallback fonts. | |||
2024-03-13 | secondlife/viewer#988: Fix terrain composition label getting cut off | Cosmic Linden | |
2024-03-13 | secondlife/viewer#76: Change wording of terrain blending documentation when ↵ | Cosmic Linden | |
using materials | |||
2024-03-12 | SL-20735 Fix blury profile pictures #2 (#963) | Andrey Kleshchev | |
Scaling was added to thumbnail images as a measure of memory preservation and said scaling doesn't work well when larger images are needed so had to remake profile images to no longer use thumbnails. | |||
2024-03-12 | Merge branch 'main' of https://github.com/secondlife/viewer into ↵ | Ansariel | |
DRTVWR-600-maint-A # Conflicts: # autobuild.xml # indra/llrender/llfontbitmapcache.cpp # indra/llrender/llfontbitmapcache.h # indra/llrender/llfontfreetype.cpp # indra/llrender/llfontfreetype.h # indra/llrender/llfontgl.cpp # indra/llrender/llfontgl.h # indra/llui/llbutton.h # indra/llui/llfloater.cpp # indra/llui/llfloater.h # indra/llui/llfolderviewitem.cpp # indra/llui/lllineeditor.cpp # indra/llui/lllineeditor.h # indra/llui/llscrollcontainer.cpp # indra/llui/llscrollingpanellist.cpp # indra/llui/llscrollingpanellist.h # indra/llui/llscrolllistctrl.h # indra/llui/lltextbase.cpp # indra/llui/lltextbase.h # indra/llui/lltexteditor.cpp # indra/llui/lltexteditor.h # indra/llui/lluictrl.cpp # indra/llui/llview.cpp # indra/llui/llview.h # indra/newview/llchicletbar.h # indra/newview/llconversationlog.h # indra/newview/llfloaterimsessiontab.cpp # indra/newview/llfloaterimsessiontab.h # indra/newview/llfloateruipreview.cpp # indra/newview/llnavigationbar.h # indra/newview/llpaneltopinfobar.h # indra/newview/llpathfindingpathtool.h # indra/newview/lltextureview.cpp # indra/newview/lltoolbrush.h # indra/newview/lltoolcomp.h # indra/newview/lltooldraganddrop.h # indra/newview/lltoolface.h # indra/newview/lltoolfocus.h # indra/newview/lltoolindividual.h # indra/newview/lltoolobjpicker.h # indra/newview/lltoolpie.h # indra/newview/lltoolpipette.h # indra/newview/lltoolselectland.h # indra/newview/llviewermediafocus.h # indra/newview/llviewerparcelmediaautoplay.h # indra/newview/llviewerwindow.cpp # indra/newview/llvoicechannel.h # indra/newview/llvoicevivox.h # indra/newview/llworldmapview.cpp | |||
2024-03-10 | viewer#944 [Emoji] Display should be consistent between llDialog text and ↵ | Alexander Gavriliuk | |
llDialog buttons | |||
2024-03-08 | HDRI Local Preview (#953) | RunitaiLinden | |
* #926 WIP - HDRI import prototype v0 * #926 WIP -- add OpenEXR to autobuild.xml * #926 WIP -- Add OpenEXR cmake * #926 WIP -- Attempt at using OpenEXR autobuild package and don't hard code .exr file to load * #926 Unmangle autobuild.xml and get dll's in the right place (thanks, Caladbolg!) * implement mac shared libs plumbing for OpenEXR for secondlife/viewer#926 * Fix Xcode/clang compile error regarding new[]/delete[] mismatch * #926 HDRI Preview finishing touches. - Full ACES when HDRI is enabled - Fix for probes getting stuck paused - Add exposure and rotation controls --------- Co-authored-by: Brad Linden <brad@lindenlab.com> | |||
2024-03-07 | triage#103 The focused state of the 'Recently used emojis' is not visible | Alexander Gavriliuk | |
2024-03-06 | Merge pull request #927 from secondlife/v-712 | cosmic-linden | |
PBR Terrain UI second pass | |||
2024-03-06 | SL-20429 Fix emoji categories having mixed translations | Andrey Kleshchev | |
Was caused by package substituting '&' with 'and' instead of '&' | |||
2024-03-05 | Merge remote-tracking branch 'origin/release/gltf-maint2' into ↵ | Brad Linden | |
release/materials_featurette | |||
2024-03-05 | triage#86 Use Emoji font in LineEditor by default | Alexander Gavriliuk | |
2024-03-05 | SL-17896 Don't crash silently if files are missing or out of memory | Andrey Kleshchev | |
Under debug LL_ERRS will show a message as well, but release won't show anything and will quit silently so show a notification when applicable. | |||
2024-03-04 | triage#59 Small adjustments | Andrey Kleshchev | |
2024-03-04 | secondlife/triage#59 Show 'Friends Only' rendering mode | Andrey Kleshchev | |
2024-03-04 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llcommon/llstring.cpp # indra/llcommon/llstring.h | |||
2024-03-01 | secondlife/viewer#712: Use checkbox to make it more obvious that only one ↵ | Cosmic Linden | |
set of terrain assets is preserved. Clean up enums. | |||
2024-03-02 | Revert "Update emoji_categories in Polish translation to slightly more ↵ | Andrey Kleshchev | |
correct erms..." This reverts commit 60debe828b87c33fdbd33e3a5fcef423e544fe55. | |||
2024-03-01 | Update emoji_categories in Polish translation to slightly more correct erms... | Pantera Północy | |
2024-03-01 | Merge remote-tracking branch 'origin/release/gltf-maint2' into ↵ | Brad Linden | |
release/materials_featurette | |||
2024-03-01 | Merge remote-tracking branch 'origin/main' into release/gltf-maint2 | Brad Linden | |
2024-03-01 | Merge branch 'main' into marchcat/yz-merge | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llinventorygallery.cpp | |||
2024-03-01 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-02-20 | jira-archive-internal#71115 Add Images to Objects in Bulk #2 | Andrey Kleshchev | |
UI integration | |||
2024-02-15 | Yet another lightning -> lighting typo fixed | PanteraPolnocy | |
2024-02-13 | Removing orphaned XML files from translation directories | Pantera | |
Spring cleanup | |||
2024-02-12 | Fixing 'tooltip' typo in attribute name | Pantera Północy | |
2024-02-12 | Fixing the 'lightning' -> 'lighting' typo | Pantera Północy | |
Unless, of course, we have some dedicated lightning effects - then I will stand corrected. ~ | |||
2024-02-10 | Triage Issue #49 Better inspection of data urls in media | Andrey Kleshchev | |
2024-02-10 | Triage Issue #49 Better inspection of media urls | Andrey Kleshchev | |
Part 1: Ability to copy urls from nearby media for inspection | |||
2024-02-09 | #68 The 'Recently used emoji' can not be selected by the 'Tab' key | Alexander Gavriliuk | |
2024-02-08 | Make the UI conditional. | Jonathan "Geenz" Goodman | |
2024-02-08 | SL-20363 Add Advanced option 'Debug Unicode' | Alexander Gavriliuk | |
2024-02-07 | Issue #56 Redirect Help>Report Bug to Canny instead of Jira | Andrey Kleshchev | |
2024-02-07 | Merge branch 'materials_featurette/mirrors' of ↵ | RunitaiLinden | |
https://github.com/secondlife/viewer into materials_featurette/mirrors | |||
2024-02-06 | SL-19730 update menu items | Maxim Nikolenko | |
2024-02-06 | #679 Add mirror update params to the volume floater. | Jonathan "Geenz" Goodman | |
#740 Add support for FLAG_MIRROR in the viewer for mirror probes. | |||
2024-02-06 | SL-19730 Bulk Pick Up Single Items | Maxim Nikolenko | |
2024-02-05 | Merge branch 'DRTVWR-599-maint-Z' into release/maint-yz | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llchiclet.h | |||
2024-01-31 | secondlife/viewer-issues#43: Proof-of-concept PBR terrain normal gen feature ↵ | Cosmic Linden | |
flag. Final implementation would likely be very different. | |||
2024-01-24 | Merge remote-tracking branch 'origin/release/materials_featurette' into ↵ | Jonathan "Geenz" Goodman | |
DRTVWR-583 |