summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-29Update bug.yamlVir Linden
2024-01-29Merge pull request #688 from secondlife/signal/contributorsVir Linden
Add a basic CONTRIBUTING.md
2024-01-29Merge pull request #666 from secondlife/issue_templatesVir Linden
Issue templates
2024-01-26Add a basic CONTRIBUTING.mdBennett Goble
Provide basic instructions in-repository for contributing to Second Life.
2024-01-26SL-20669 Fix missed uuidAndrey Kleshchev
2024-01-24Create enhancement.mdRunitaiLinden
2024-01-24Create bug.yamlRunitaiLinden
2024-01-24SL-20416 Fix Crash Report 1409376 (update)Alexander Gavriliuk
2024-01-24SL-20416 Use image from file for emoji_recent_panel_toggle_btnAlexander Gavriliuk
2024-01-24SL-20669 Force blank normal id into a local blank normal textureAndrey Kleshchev
Dataserver's version has compression artifacts
2024-01-24SL-20669 Move constants out of settings.xmlAndrey Kleshchev
UIImgInvisibleUUID doesn't exist Default normal for material is 'null'
2024-01-24Fix profile's pick hiding wrong panelAndrey Kleshchev
And cleanup after a contribution
2024-01-23SL-20416 Fix Crash Report 1409376Alexander Gavriliuk
2024-01-23Create test plan for optimizeAwayAlpha (#663)RunitaiLinden
2024-01-24SL-20416 Avoid of taking focus by EmojiPickerAlexander Gavriliuk
2024-01-23SL-18721 Shutdown fixes #2Andrey Kleshchev
Set DONE if decode thread is down instead of waiting for an update. Decodes can't be canceled, so fix potential situation where we get two responses
2024-01-23Issue #30 Notecard losing thumbnail dataAndrey Kleshchev
2024-01-22SL-18721 Shutdown fixesAndrey Kleshchev
1. After window closes viewer still takes some time to shut down, so added splash screen to not confuse users (and to see if something gets stuck) 2. Having two identical mWindowHandle caused confusion for me, so I split them. It looks like there might have been issues with thread being stuck because thread's handle wasn't cleaned up. 3. Made region clean mCacheMap immediately instead of spending time making copies on shutdown
2024-01-22NSException testAndrey Kleshchev
2024-01-19Merge pull request #596 from secondlife/DRTVWR-601-gha-libsnat-goodspeed
Update mikktspace, tinygltf, vulkan_gltf packages to GHA builds.
2024-01-19DRTVWR-601: Merge branch 'release/gltf-maint2' into DRTVWR-601-gha-libsNat Goodspeed
2024-01-19Merge pull request #653 from secondlife/sl-20546nat-goodspeed
SL-20546: Add metadata to GH build/release page.
2024-01-18SL-20546: Use viewer-build-util@v1 instead of PR branch.Nat Goodspeed
The fix we wanted was on the pr-branch branch of the viewer-build-util repo. Now that it's been published as v1.1.2, the updated v1 tag references the fix, so revert mention to @v1.
2024-01-18Merge branch 'DRTVWR-588-maint-W' into sl-20546.Nat Goodspeed
2024-01-18Fix broken fontsAndrey Kleshchev
partial revert of 06c2c87bfaf364cb358b8a4b194e6369531a63c6
2024-01-18SL-20546: Kick the build.Nat Goodspeed
2024-01-18SL-20546: Test new viewer-build-util branch pr-branch.Nat Goodspeed
2024-01-18SL-20546: PyGithub was only needed for local which_branch.py.Nat Goodspeed
Now that which_branch.py has moved to viewer-build-util, so has the PyGithub dependency.
2024-01-18SL-20546: Use branch for autobuild package as well as release page.Nat Goodspeed
which_branch.py has moved to viewer-build-util as a reusable action.
2024-01-18DRTVWR-601: Use viewer-build-util/which-branch to determine branch.Nat Goodspeed
(cherry picked from commit 2c5066f1fcc0c9f145698ef3aaec72d27bce7181)
2024-01-18DRTVWR-601: Make autobuild set vcs_url, vcs_branch, vcs_revisionNat Goodspeed
in viewer's autobuild-package.xml. Ensure that AUTOBUILD_VCS_BRANCH is set before the build. (cherry picked from commit b782ab73e640e434e4ed67fa8dfc951f09757585)
2024-01-18SL-20546: Merge branch 'DRTVWR-588-maint-W' into sl-20546.Nat Goodspeed
2024-01-18SL-20723 CLICK_ACTION_IGNORE was ignored on some attachmentsAndrey Kleshchev
Now should match LLOctreeIntersect's check
2024-01-18Minor fix to previous commit, on scope endingErik Kundiman
2024-01-18GNU/Linux internal web browserErik Kundiman
The lllibs need to be built as static libs now, otherwise SLPlugin would lose reference to gSavedSettings. The media plugins still need to be built as dynamic libs however, so they can't rely on the condition in LibraryInstall.cmake any more. Since the Megapahit viewer, when built using GCC, is using the default value for _GLIBCXX_USE_CXX11_ABI (which is 1 for the newer C++11 ABI as opposed to 0 for the older C++03 ABI), the Dullahan dependency needs to be built with the very same _GLIBCXX_USE_CXX11_ABI setting too, otherwise apr_dso would fail at loading libmedia_plugin_cef.so because of the failure to refer to the setOnConsoleMessageCallback function with strictly the same (not differing between std::__cxx11::basic_string vs. std::basic_string) parameter types. The CEF build is Spotify's, so no live streaming support, while the Dullahan package used by the viewer was built using Kokua's dullahan fork. After rebuilding it with _GLIBCXX_USE_CXX11_ABI kept at default by not overriding it in variables (from the build-variables repo), the order of the target link libraries in CEFPlugin.cmake doesn't seem to matter any more (it did before!). Now EXTERNAL_TOS can be safely omitted from GNU/Linux added compile definitions (but still used on FreeBSD).
2024-01-17SL-18429 Make it so auto adjusting legacy skies merely turns on tonemapping.RunitaiLinden
2024-01-17SL-20795 Part of previously typed emojis disappear in the 'Save settings as ↵Alexander Gavriliuk
a preset...' option of the 'Preferences' floater
2024-01-16SL-20669 Material editor uses incorect blank normal mapsAndrey Kleshchev
2024-01-16SL-20783 Fix excessive control messagesAndrey Kleshchev
controlFlagsDirty() gets set every frame as an example if 'w' is held, causing viewer to send updates each frame, which can be excessive
2024-01-16Fix failure to optimize away alpha channel on some GLTF upload paths (#606)Rye Mutt
Co-authored-by: RunitaiLinden <davep@lindenlab.com>
2024-01-16Undo re-ordering of autobuild.xml (#638)Ansariel Hiller
2024-01-16Revert "replaces parts of boost to C++ standard."Andrey Lihatskiy
2024-01-16replace part of boost::fibers::* to std::*AiraYumi
2024-01-16SL-20751 Information about frequently used and recently used emojis is ↵Alexander Gavriliuk
available to all users
2024-01-16SL-20783 Avatar turning animation was affected by framerateAndrey Kleshchev
2024-01-15Change default maturity to ReleaseErik Kundiman
to get the default colours for the viewer.
2024-01-15Adjust "Report Bug" URL to Megapahit BugzillaErik Kundiman
2024-01-15Re-enable GL colour bits check but only on LinuxErik Kundiman
It seems the queries don't work on BSDs, but works okay on Linuxes.
2024-01-15Revive external web browser spawning on macOSErik Kundiman
2024-01-12Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601RunitaiLinden