Age | Commit message (Collapse) | Author |
|
|
|
|
|
lua-timers
|
|
|
|
|
|
Merge from main
|
|
Fix channel detection for mac builds
|
|
Experiment with getting manually triggered workflow builds to optionally do a release
|
|
Run ReleaseOS builds, but only when a release page is requested.
|
|
|
|
|
|
a release
|
|
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.
|
|
|
|
|
|
not the string "false", which is true.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(cherry picked from commit 82d713782529074b03720833038cb0df2b8bcffd)
|
|
|
|
|
|
|
|
|
|
following promotion of secondlife/viewer #705: Maintenance X
|
|
Maintenance X
|
|
|
|
|
|
|
|
|
|
Update to S3-published GHA build of slvoice.
|
|
Instead of making LLEventPumps an LLHandleProvider, and storing an
LLHandle<LLEventPumps> in each LLEventPump instance, just make ~LLEventPump()
query LLEventPumps::instanceExists() before calling instance().
|
|
|
|
Rename LL::Timers::scheduleRepeating() to scheduleEvery().
|
|
(cherry picked from commit dc0b3aed4782e4e4835fd6b9d59d1d70b78be4a7)
|
|
https://github.com/secondlife/autobuild/issues/46
Also remove temporary `continue-on-error` setting.
|
|
|
|
Copy xml files to scripts/lua; make Lua debug floater resizable
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|