Age | Commit message (Expand) | Author |
2024-07-03 | Add llsd::toArray() and llsd::toMap() utility functions. | Nat Goodspeed |
2024-07-02 | Promote LuaRemover from llluamanager.cpp to lua_function.h. | Nat Goodspeed |
2024-06-28 | Give our fsyspath an operator std::string() conversion method. | Nat Goodspeed |
2024-06-27 | Introduce TypeTag<T> template whose int value differs for each T. | Nat Goodspeed |
2024-06-27 | Make lua_emplace<T>() use Luau userdata tags with destructors. | Nat Goodspeed |
2024-06-19 | Improve LL.help() function. | Nat Goodspeed |
2024-06-19 | Try harder to keep Luau's lua_getinfo() from crashing. | Nat Goodspeed |
2024-06-18 | Merge branch 'lua-login' of github.com:secondlife/viewer into lua-login | Nat Goodspeed |
2024-06-18 | Initialize lua_Debug lluau::source_path() passes to lua_getinfo(). | Nat Goodspeed |
2024-06-18 | Use LL_DEBUGS("Lua") for LuaLog. | Nat Goodspeed |
2024-06-18 | Make ~LuaState() walk Registry.atexit table backwards | Nat Goodspeed |
2024-06-18 | lua_emplace<T>() should permit GC despite LL.atexit() safety net. | Nat Goodspeed |
2024-06-18 | Make lluau::source_path() report top-level script path. | Nat Goodspeed |
2024-06-17 | Store script's LuaListener in userdata in lua_State's Registry. | Nat Goodspeed |
2024-06-14 | Introduce LL.atexit(), internal lua_emplace<T>(), lua_toclass<T>(). | Nat Goodspeed |
2024-06-12 | Add LL_DEBUGS("LLCoros") start/end messages. | Nat Goodspeed |
2024-06-12 | LuaState::expr() has log messages for ending, add for starting. | Nat Goodspeed |
2024-06-12 | Extract TempSet from llcallbacklist.cpp into its own tempset.h. | Nat Goodspeed |
2024-06-11 | Merge branch 'main' of github.com:secondlife/viewer into lua-bradfix | Nat Goodspeed |
2024-06-10 | Merge release/materials_featurette to main on promotion of secondlife/viewer ... | Nat Goodspeed |
2024-06-07 | Fix another merge glitch | Nat Goodspeed |
2024-06-07 | Tidy up merge from main. | Nat Goodspeed |
2024-06-07 | Merge branch 'main' of secondlife/viewer into release/luau-scripting | Nat Goodspeed |
2024-06-05 | Make LLLeap iterate over child stdout while read data is pending | Nat Goodspeed |
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-05-31 | Add timers.lua API module and test_timers.lua test program. | 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 | Nat's ideas from PR #1547 | 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-22 | WIP: Trying to diagnose and fix test program shutdown crash | 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 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 | Merge branch 'main' into marchcat/x-mf-merge | Andrey Lihatskiy |
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-14 | Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: Main... | Nat Goodspeed |
2024-05-14 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden |