Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-30 | Merge branch release/luau-scripting | Mnikolenko Productengine | |
2024-05-30 | Re-enable compiler warning C4800 (performance warning) | Ansariel | |
2024-05-29 | #1581 Only render mirrors when reflection probes are enabled. (#1592) | Jonathan "Geenz" Goodman | |
2024-05-29 | #1530 Increase joint limit for GLTF Assets (#1582) | Dave Parks | |
* Migrate GLTF scene rendering to its own shaders * Add support for ambient occlusion map separate from metallic roughness map (or absent) * Use UBO's for GLTF joints * Better error handling of downloading GLTF assets | |||
2024-05-29 | Add whitespace changes to .git-blame-ignore-revs | Bennett Goble | |
2024-05-29 | Trim trailing whitespace | Bennett Goble | |
Start trimming trailing whitespace, but limit the blast radius to a handful of file types. | |||
2024-05-29 | Merge branch 'release/luau-scripting' into lua-timers | Nat Goodspeed | |
2024-05-29 | Make ~ThreadPool() join every thread before destroying its vector. | Nat Goodspeed | |
Otherwise we fall into the trap of destroying a joinable std::thread, which calls std::terminate() and hence our crash-on-terminate() handler. The previous ~ThreadPool() logic only joined threads if the queue wasn't already closed, but evidently we can reach the destructor with the queue closed but the threads not yet joined. Fixes #1534. | |||
2024-05-29 | viewer#1497 Gray out some options for Mirror (Everything) | Andrey Kleshchev | |
Ambiance and Near Clip fields for a Mirror probe should be grayed out for Mirror (Everything) | |||
2024-05-29 | viewer#1568 Revert "SL-17597 AV height in Shape dialog IS WRONG" | Andrey Kleshchev | |
This reverts commit f5a7c22cea16b51db12360436ce64c2433a5aa5f to fix viewer#1568. | |||
2024-05-28 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-05-28 | Improvements to mirror probe update rates (#1570) | Jonathan "Geenz" Goodman | |
#1494 Fix for mirror updates getting "stuck" on some faces. | |||
2024-05-28 | Merge pull request #1580 from secondlife/v-1531 | cosmic-linden | |
secondlife/viewer#1531: Attempt to fix PBR terrain fragment shader | |||
2024-05-28 | secondlife/viewer#1531: Attempt to fix PBR terrain fragment shader. | Cosmic Linden | |
2024-05-28 | Remove tinygltf dependency from LL::GLTF (#1541) | Dave Parks | |
* #1535 Image loading/saving support in boost::json driven GLTF parser * #1536 GLB Support in boost::json drvien GLTF parser | |||
2024-05-28 | viewer#1553 Local PBR materials are not applied to the terrain | Andrey Kleshchev | |
2024-05-27 | viewer#1573 Crash at updateMovedList | Andrey Kleshchev | |
According to bugsplat data drawablep is null | |||
2024-05-27 | Try copying the VC++ runtime files from the redistributable package first | Ansariel | |
2024-05-24 | viewer#1552 Bake textures could be applied to terrain textures | Andrey Kleshchev | |
2024-05-24 | Merge branch 'release/luau-scripting' into lua-timers | Nat Goodspeed | |
2024-05-24 | Merge pull request #1565 from secondlife/lua-chatplus | nat-goodspeed | |
Nat's ideas from PR #1547 | |||
2024-05-24 | Fix merge glitches | Nat Goodspeed | |
2024-05-24 | Merge branch 'release/luau-scripting' into lua-chatplus | Nat Goodspeed | |
2024-05-24 | Merge pull request #1562 from secondlife/lua-nearby-chat | nat-goodspeed | |
Mark script messages in compact mode too; code clean up | |||
2024-05-24 | Nat's ideas from PR #1547 | Nat Goodspeed | |
2024-05-24 | Mark script messages in compact mode too; code clean up | Mnikolenko Productengine | |
2024-05-24 | Introduce LLWStringView to prevent unnecessary memory allocations | Ansariel | |
2024-05-23 | Merge pull request #1528 from secondlife/brad/merge-maint-a-to-dev | Brad Linden | |
merge maint-a (including maint-x) into gltf_development | |||
2024-05-23 | Merge pull request #1547 from secondlife/lua-nearby-chat | Maxim Nikolenko | |
Add support for sending messages to Nearby chat from Lua script | |||
2024-05-23 | Remove commented-out methods in a couple LLEventTimer subclasses. | Nat Goodspeed | |
2024-05-23 | Merge remote-tracking branch 'origin/project/gltf_development' into ↵ | Brad Linden | |
brad/merge-maint-a-to-dev | |||
2024-05-23 | Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵ | Brad Linden | |
brad/merge-maint-a-to-dev | |||
2024-05-23 | Protect NSIS scripts from eol-style translations. (#1556) | Brad Linden | |
2024-05-23 | More vestigial whitespace fixes | Nat Goodspeed | |
2024-05-23 | Fix lingering trailing whitespace in llmainthreadtask.h. | Nat Goodspeed | |
2024-05-23 | Fix lingering trailing whitespace in lleventfilter.cpp. | Nat Goodspeed | |
2024-05-23 | Fix lingering trailing whitespace in lleventfilter.h. | Nat Goodspeed | |
2024-05-23 | Merge branch 'release/luau-scripting' of github.com:secondlife/viewer into ↵ | Nat Goodspeed | |
lua-timers | |||
2024-05-23 | Fix test program termination crash. | Nat Goodspeed | |
2024-05-23 | viewer-private#238 Complexity mode should persist | Andrey Kleshchev | |
2024-05-23 | mac build fix | Maxim Nikolenko | |
2024-05-23 | triage#59 Cover cases where some attachments stayed visible | Andrey Kleshchev | |
2024-05-22 | Add Git attributes file to prevent accidental line ending changes | Ansariel | |
2024-05-22 | Fix line endlings | Ansariel | |
2024-05-22 | Merge pull request #1546 from Ansariel/main-vs-fix | Andrey Lihatskiy | |
Adjust Copy3rdPartyLibs.cmake for Visual Studio 2022 17.10.0 and greater | |||
2024-05-22 | add throttle for sending messages; add simple demo script | Mnikolenko Productengine | |
2024-05-22 | Fix line endings | Andrey Lihatskiy | |
2024-05-22 | Merge pull request #1545 from Ansariel/DRTVWR-600-maint-A | Andrey Lihatskiy | |
Merge main into DRTVWR-600-maint-a | |||
2024-05-22 | Add support for sending messages to Nearby chat from Lua script | Mnikolenko Productengine | |
2024-05-22 | Adjust Copy3rdPartyLibs.cmake for Visual Studio 2022 17.10.0 and greater | Ansariel | |