Age | Commit message (Expand) | Author |
2024-06-03 | Fix a small typo | Nat Goodspeed |
2024-06-03 | Allow consumer code to query or adjust the per-tick timeslice. | Nat Goodspeed |
2024-06-03 | Distinguish TimersListener callers by reply LLEventPump name. | Nat Goodspeed |
2024-06-03 | Leverage new leap.eventstream() function in Floater.lua. | Nat Goodspeed |
2024-05-31 | Add timers.lua API module and test_timers.lua test program. | Nat Goodspeed |
2024-05-31 | Tweak for current Lua dbg() convention. | Nat Goodspeed |
2024-05-31 | Add leap.eventstream() and cancelreq() functions. | Nat Goodspeed |
2024-05-31 | Add a bit more dbg() conditional diagnostic output. | Nat Goodspeed |
2024-05-31 | Don't check if printf(format) arg is a string. | Nat Goodspeed |
2024-05-31 | Explain the name of the LL::WorkQueue::BackJack class. | Nat Goodspeed |
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 |
2024-05-24 | Merge branch 'release/luau-scripting' into lua-timers | Nat Goodspeed |
2024-05-24 | Fix merge glitches | Nat Goodspeed |
2024-05-24 | Merge branch 'release/luau-scripting' into lua-chatplus | Nat Goodspeed |
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-23 | Remove commented-out methods in a couple LLEventTimer subclasses. | Nat Goodspeed |
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 | Fix test program termination crash. | Nat Goodspeed |
2024-05-23 | mac build fix | Maxim Nikolenko |
2024-05-22 | add throttle for sending messages; add simple demo script | Mnikolenko Productengine |
2024-05-22 | Add support for sending messages to Nearby chat from Lua script | Mnikolenko Productengine |
2024-05-22 | WIP: Trying to diagnose and fix test program shutdown crash | 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 |
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 |
2024-05-14 | Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: Main... | Nat Goodspeed |
2024-05-10 | Fix up a few #includes | Nat Goodspeed |
2024-05-10 | Fix latent access violation in ~LLEventPump() if LLEventPumps gone. | Nat Goodspeed |
2024-05-09 | Add "Timers" LLEventAPI, actually a LazyEventAPI, for LL::Timers. | Nat Goodspeed |
2024-05-09 | Bump up coroutine stack size: saw C00000FD test termination. | Nat Goodspeed |
2024-05-09 | Merge branch 'release/luau-scripting' into lua-timers | Nat Goodspeed |
2024-05-08 | Tweak a couple things | Nat Goodspeed |
2024-05-08 | Merge branch 'nat/cleanup-timers' into lua-timers. | Nat Goodspeed |
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 |