Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-22 | WIP: Trying to diagnose and fix test program shutdown crash | Nat Goodspeed | |
2024-05-21 | Merge pull request #1533 from secondlife/main | nat-goodspeed | |
Merge from main | |||
2024-05-16 | Merge pull request #1489 from secondlife/brad/fix-mac-channel | Brad Linden | |
Fix channel detection for mac builds | |||
2024-05-16 | Merge pull request #1486 from secondlife/brad/workflow-dispatch-release | nat-goodspeed | |
Experiment with getting manually triggered workflow builds to optionally do a release | |||
2024-05-16 | Merge pull request #1462 from secondlife/nat/releaseos | nat-goodspeed | |
Run ReleaseOS builds, but only when a release page is requested. | |||
2024-05-15 | Fix channel detection for mac builds | Brad Linden | |
2024-05-15 | Move all release_run logic into setvar job. | Brad Linden | |
2024-05-15 | Experiment with getting manually triggered workflow builds to optionally do ↵ | Brad Linden | |
a release | |||
2024-05-15 | Streamline the new workflow `RELEASE_RUN` logic a little. | Nat Goodspeed | |
Since downstream jobs reference the output of the new `setvar` job, instead of directly referencing global `env.RELEASE_RUN`, no need to set `RELEASE_RUN` in the global environment. | |||
2024-05-15 | Merge branch 'main' into nat/releaseos following Maint X promotion | Nat Goodspeed | |
2024-05-15 | Merge commit 'e7eced3' into nat/releaseos for whitespace fix. | Nat Goodspeed | |
2024-05-15 | Make env.RELEASE_RUN the empty string if false | Nat Goodspeed | |
not the string "false", which is true. | |||
2024-05-15 | Can't reference global env in job.if either. | Nat Goodspeed | |
2024-05-15 | Try to work around workflow YAML env setting limitation. | Nat Goodspeed | |
2024-05-15 | Fix missing #include in lltextvalidate.cpp | Nat Goodspeed | |
2024-05-15 | Merge branch 'release/luau-scripting' into lua-timers after Maint X | Nat Goodspeed | |
2024-05-15 | Manual whitespace cleanup (fix_whitespace.py). | Nat Goodspeed | |
2024-05-15 | Merge commit 'e7eced3' into lua-timers for whitespace fixes. | Nat Goodspeed | |
2024-05-15 | Merge branch 'main' into release/luau-scripting for last Maint X fix. | Nat Goodspeed | |
2024-05-15 | #1457 Fix the tests on mac | Andrey Lihatskiy | |
(cherry picked from commit 82d713782529074b03720833038cb0df2b8bcffd) | |||
2024-05-15 | Merge branch 'main' into release/luau-scripting for Maint X release. | Nat Goodspeed | |
2024-05-15 | Manual whitespace fixes (fix_whitespace.py). | Nat Goodspeed | |
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-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-13 | Run ReleaseOS builds, but only when a release page is requested. | Nat Goodspeed | |
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 | 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 | 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 | 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 | |
2024-05-08 | Merge branch 'nat/cleanup-timers' into lua-timers. | Nat Goodspeed | |
2024-05-08 | Bump up coroutine stack size: saw C00000FD test termination. | Nat Goodspeed | |
2024-05-08 | Fix llerror_test.cpp now that LL_ERRS() includes a stacktrace. | Nat Goodspeed | |