Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-15 | Merge commit 'e7eced3' into release/luau-scripting: whitespace fix. | Nat Goodspeed | |
2024-05-15 | Make leap.lua honor an "error" key in viewer response. | Nat Goodspeed | |
2024-05-15 | Merge branch 'release/maint-x' into marchcat/x-mf-merge | Andrey Lihatskiy | |
2024-05-15 | Merge branch 'main' into marchcat/x-mf-merge | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llfloaterimagepreview.cpp | |||
2024-05-15 | Post-merge spaces fix | Andrey Lihatskiy | |
2024-05-15 | Merge branch 'marchcat/w-whitespace' into marchcat/x-mf-merge | Andrey Lihatskiy | |
2024-05-15 | triage#49 Menu didn't work for already selected items | Andrey Kleshchev | |
2024-05-14 | Increment viewer version to 7.1.8 | Nat Goodspeed | |
following promotion of secondlife/viewer #705: Maintenance X | |||
2024-05-14 | Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: ↵ | Nat Goodspeed | |
Maintenance X | |||
2024-05-14 | Merge pull request #1473 from secondlife/brad/gltf-dev-mac-shader-fix | cosmic-linden | |
brad/mac shader fix | |||
2024-05-14 | Fix shader error on mac: 'Redeclaration of sized array 'terrain_texcoord' ↵ | Brad Linden | |
not allowed' | |||
2024-05-14 | Merge branch 'brad/gltf-dev-merge-main-and-featurettes' into ↵ | Brad Linden | |
project/gltf_development | |||
2024-05-14 | Merge pull request #1446 from Ansariel/project/gltf_development | Dave Parks | |
Fix broken merge and BOOL/bool issues | |||
2024-05-14 | Merge branch 'project/gltf_development' into project/gltf_development | Dave Parks | |
2024-05-14 | Merge remote-tracking branch 'origin/release/materials_featurette' into ↵ | Brad Linden | |
project/gltf_development | |||
2024-05-14 | Merge pull request #1453 from secondlife/v-907 | cosmic-linden | |
secondlife/viewer#907: Local PBR terrain texture transform in advanced settings | |||
2024-05-14 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-05-14 | #1457 Fix the tests on mac | Andrey Lihatskiy | |
2024-05-14 | #1457 Temporarily disable the tests to unblock Maint X builds | Andrey Lihatskiy | |
This reverts commit 4329e95379173a304e91dd0b7513e936aeded380. | |||
2024-05-13 | Don't overwrite voice channel's credentials when retrieving the channel. | Roxie Linden | |
2024-05-13 | secondlife/viewer#907: Fix LLGLTFMaterial tests | Cosmic Linden | |
2024-05-13 | secondlife/viewer#907: Fix bad merge in LLGLTFMaterial | Cosmic Linden | |
Caused by a conflict between the LLGLTFMaterial::getHash fix, and an improvement in LLGLTFMaterial field ordering for platform-dependent memory reduction. | |||
2024-05-13 | incoming p2p sessions for webrtc may not have names yet. | Roxie Linden | |
2024-05-13 | Revert "viewer#819 Avoid reading the same XML file multiple times" | Andrey Kleshchev | |
This reverts commit a865d423974ea06dffa47798c81e98e7570b02ec. Reason for revert: viewer#1420, reverting to not hold maint-A (is deepCopy not full?) | |||
2024-05-13 | Run ReleaseOS builds, but only when a release page is requested. | Nat Goodspeed | |
2024-05-13 | Merge pull request #1460 from secondlife/DRTVWR-600-maint-A | Dave Parks | |
viewer#1420 Fixed names not showing in Chat | |||
2024-05-13 | viewer-private#236 Don't block removal of marketplace folders | Andrey Kleshchev | |
Marketplace is not visible outside of own floater and that floater will do an extra warning when deleting listings that have additional data. | |||
2024-05-13 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml | |||
2024-05-13 | Merge pull request #1373 from secondlife/marchcat/x-ws-merge | Andrey Lihatskiy | |
2024-05-11 | Fix syntax error in build.yaml to enable Windows ReleaseOS | Nat Goodspeed | |
2024-05-11 | Turn on GH Windows ReleaseOS build | Nat Goodspeed | |
2024-05-10 | secondlife/viewer#907: Local PBR terrain texture transforms | Cosmic Linden | |
2024-05-10 | Fix issue where groups/adhoc chats were named with the initiators display name | Roxie Linden | |
2024-05-10 | Fix up a few #includes | Nat Goodspeed | |
2024-05-10 | Merge pull request #1444 from secondlife/nat/slvoice | nat-goodspeed | |
Update to S3-published GHA build of slvoice. | |||
2024-05-10 | Fix latent access violation in ~LLEventPump() if LLEventPumps gone. | Nat Goodspeed | |
Instead of making LLEventPumps an LLHandleProvider, and storing an LLHandle<LLEventPumps> in each LLEventPump instance, just make ~LLEventPump() query LLEventPumps::instanceExists() before calling instance(). | |||
2024-05-10 | Fix broken merge and BOOL/bool issues | Ansariel | |
2024-05-10 | Reapply slvoice package URLs with autobuild 3.9.5 | Nat Goodspeed | |
2024-05-09 | Add "Timers" LLEventAPI, actually a LazyEventAPI, for LL::Timers. | Nat Goodspeed | |
Rename LL::Timers::scheduleRepeating() to scheduleEvery(). | |||
2024-05-09 | Bump up coroutine stack size: saw C00000FD test termination. | Nat Goodspeed | |
(cherry picked from commit dc0b3aed4782e4e4835fd6b9d59d1d70b78be4a7) | |||
2024-05-09 | Remove `creds=github` from slvoice platform entries. | Nat Goodspeed | |
https://github.com/secondlife/autobuild/issues/46 Also remove temporary `continue-on-error` setting. | |||
2024-05-09 | Merge branch 'release/luau-scripting' into lua-timers | Nat Goodspeed | |
2024-05-09 | Merge pull request #1419 from secondlife/lua-resizable-debugfloater | nat-goodspeed | |
Copy xml files to scripts/lua; make Lua debug floater resizable | |||
2024-05-08 | Merge pull request #1440 from secondlife/roxie/webrtc-voice | Roxanne Skelly | |
2024-05-08 | Merge branch 'project/webrtc-voice' of https://github.com/secondlife/viewer ↵ | Roxie Linden | |
into roxie/webrtc-voice | |||
2024-05-08 | Fix some session shutdown/error handling code | Roxie Linden | |
2024-05-08 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-05-08 | Tweak a couple things | Nat Goodspeed | |
2024-05-08 | Merge branch 'nat/cleanup-timers' into lua-timers. | Nat Goodspeed | |
In its GitHub PR build, the nat/cleanup-timers branch hit a (rare!) mathmisc_test failure. But since the test failure didn't report any of the randomly generated values that led to the failure, all we can do is shrug and rerun. Pull in the changeset from that branch that adds mathmisc_test reporting in case of another such failure. | |||
2024-05-08 | On mathmisc_test failure with random values, report values. | Nat Goodspeed | |