| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-22 | Build fix for issues/22 | Andrey Kleshchev | |
| 2024-01-22 | https://github.com/secondlife/viewer-issues/issues/22 partial build fix | RunitaiLinden | |
| 2024-01-22 | SL-18721 Shutdown fixes | Andrey 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-22 | NSException test | Andrey Kleshchev | |
| 2024-01-19 | SL-20606: Fix no material preview on OpenGL 3.2 | Cosmic Linden | |
| 2024-01-19 | SL-20606: Fix cached probe flags for material preview potentially exceeding ↵ | Cosmic Linden | |
| storage bounds | |||
| 2024-01-19 | SL-20606: Reuse vertex buffer between preview renders. Fix preview sometimes ↵ | Cosmic Linden | |
| zoomed in too much. Miscellaneous cleanup | |||
| 2024-01-19 | SL-20606: Full GLTF material preview. Works for most materials. | Cosmic Linden | |
| 2024-01-19 | SL-20606: Remove unused strider getters | Cosmic Linden | |
| 2024-01-19 | SL-20606: Add Tracy profile zone for LLViewerDynamicTexture::updateAllInstances | Cosmic Linden | |
| 2024-01-19 | SL-20606: Refactor model matrix code | Cosmic Linden | |
| 2024-01-19 | SL-20606: Make push GLTF single batch static | Cosmic Linden | |
| 2024-01-19 | SL-20606: Remove unused LLRenderPass func | Cosmic Linden | |
| 2024-01-19 | Merge branch 'release/materials_featurette' into DRTVWR-592 | RunitaiLinden | |
| 2024-01-19 | https://github.com/secondlife/viewer-issues/issues/21 Just use existing ↵ | RunitaiLinden | |
| settings to block uploads larger than 1024. | |||
| 2024-01-18 | Merge branch 'DRTVWR-588-maint-W' into sl-20546. | Nat Goodspeed | |
| 2024-01-18 | Fix broken fonts | Andrey Kleshchev | |
| partial revert of 06c2c87bfaf364cb358b8a4b194e6369531a63c6 | |||
| 2024-01-18 | SL-20546: Kick the build. | Nat Goodspeed | |
| 2024-01-18 | SL-20546: Merge branch 'DRTVWR-588-maint-W' into sl-20546. | Nat Goodspeed | |
| 2024-01-18 | Allow for upload of 2k textures (#652) | RunitaiLinden | |
| * SL-20760 Allow 2k texture uploads * SL-20760 Fix for textures not downloading. | |||
| 2024-01-18 | SL-20723 CLICK_ACTION_IGNORE was ignored on some attachments | Andrey Kleshchev | |
| Now should match LLOctreeIntersect's check | |||
| 2024-01-18 | Minor fix to previous commit, on scope ending | Erik Kundiman | |
| 2024-01-18 | GNU/Linux internal web browser | Erik 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-17 | https://github.com/secondlife/viewer-issues/issues/21 Add ↵ | RunitaiLinden | |
| RenderMaxTextureResolution debug setting | |||
| 2024-01-17 | SL-18429 Make it so auto adjusting legacy skies merely turns on tonemapping. | RunitaiLinden | |
| 2024-01-17 | Merge pull request #565 from secondlife/simon/sl-20635-new-data | Vir Linden | |
| SL-20635 - new data to ObjectUpdate and AvatarAppearance message | |||
| 2024-01-17 | SL-20795 Part of previously typed emojis disappear in the 'Save settings as ↵ | Alexander Gavriliuk | |
| a preset...' option of the 'Preferences' floater | |||
| 2024-01-17 | SL-20708 don't reset "Quality & speed" slider when canceling Advanced Settings | Maxim Nikolenko | |
| 2024-01-16 | SL-20669 Material editor uses incorect blank normal maps | Andrey Kleshchev | |
| 2024-01-16 | SL-20783 Fix excessive control messages | Andrey 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-16 | Fix failure to optimize away alpha channel on some GLTF upload paths (#606) | Rye Mutt | |
| Co-authored-by: RunitaiLinden <davep@lindenlab.com> | |||
| 2024-01-16 | Revert "replaces parts of boost to C++ standard." | Andrey Lihatskiy | |
| 2024-01-16 | Locale problems prior to OS X 10.4 no longer apply | Lars Næsbye Christensen | |
| localeconv() returns the right values in later versions, and we only support 10.13+ | |||
| 2024-01-16 | replace part of boost::fibers::* to std::* | AiraYumi | |
| 2024-01-16 | SL-20751 Information about frequently used and recently used emojis is ↵ | Alexander Gavriliuk | |
| available to all users | |||
| 2024-01-16 | SL-20783 Avatar turning animation was affected by framerate | Andrey Kleshchev | |
| 2024-01-15 | Change default maturity to Release | Erik Kundiman | |
| to get the default colours for the viewer. | |||
| 2024-01-15 | Adjust "Report Bug" URL to Megapahit Bugzilla | Erik Kundiman | |
| 2024-01-15 | Re-enable GL colour bits check but only on Linux | Erik Kundiman | |
| It seems the queries don't work on BSDs, but works okay on Linuxes. | |||
| 2024-01-15 | Revive external web browser spawning on macOS | Erik Kundiman | |
| 2024-01-12 | Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601 | RunitaiLinden | |
| 2024-01-12 | DRTVWR-601 Fix for Tracy instrumentation (Tracy doesn't play nice with ↵ | RunitaiLinden | |
| coroutines). | |||
| 2024-01-12 | SL-20629 Fix Probe ambiance being displayed as 0 when it isn't | Andrey Kleshchev | |
| And hide warning when it's already 0 | |||
| 2024-01-12 | SL-20629 Fix first opened legacy env displaying probe ambience as '1' | Andrey Kleshchev | |
| 2024-01-12 | SL-20799 FIXED Viewer crashes when trying to save snapshot on disc without ↵ | Maxim Nikolenko | |
| empty space | |||
| 2024-01-11 | operatingSystemVersion and NSOperatingSystemVersion exis since OS X 10.10, ↵ | Lars Næsbye Christensen | |
| and we require macOS 10.13+ now | |||
| 2024-01-11 | SL-20756 The emoji in the profile floater is displayed schematically | Alexander Gavriliuk | |
| 2024-01-11 | SL-20798 use appropriate check | Mnikolenko Productengine | |
| 2024-01-11 | SL-20749 Scrolling up by mouse wheel is endless in LLPanelEmojiComplete | Alexander Gavriliuk | |
| 2024-01-11 | Build fix for Visual Studio update (std::vector<PermissionBit>) | Alexander Gavriliuk | |
