Age | Commit message (Expand) | Author |
2024-03-25 | Add LL. prefix to viewer entry points, fix existing references. | Nat Goodspeed |
2024-03-25 | Remove colliding LLListener. | Nat Goodspeed |
2024-03-24 | Introduce LLStreamListener: bundle LLEventStream+LLTempBoundListener. | Nat Goodspeed |
2024-03-23 | Update sendReply(): accepting LLSD by value already copies it. | Nat Goodspeed |
2024-03-21 | WIP: Add fiber.lua module and use in leap.lua and WaitQueue.lua. | Nat Goodspeed |
2024-03-08 | Merge 'release/luau-scripting' into lua-leap for Emoji release. | Nat Goodspeed |
2024-03-08 | Merge branch 'main' into release/luau-scripting for Emoji release. | Nat Goodspeed |
2024-03-06 | Defend LuaState::expr() against lua_tollsd() errors. | Nat Goodspeed |
2024-02-29 | Refactor require() to make it easier to reason about Lua stack usage. | Nat Goodspeed |
2024-02-29 | Improve Debug class (indra/test/debug.h). | Nat Goodspeed |
2024-02-27 | Merge branch 'release/luau-scripting' into luau-require-impl. | Nat Goodspeed |
2024-02-23 | Allow debug.h to be #included even in normal viewer code. | Nat Goodspeed |
2024-02-23 | require() code clean-up | Mnikolenko Productengine |
2024-02-23 | Ditch DebugExit: we already have Debug (in debug.h) | Nat Goodspeed |
2024-02-23 | Clean up #includes in lualistener.h | Nat Goodspeed |
2024-02-22 | #include <iomanip> where std::quoted() is referenced. | Nat Goodspeed |
2024-02-22 | Lua listen_events(), await_event() => get_event_{pumps,next}(). | Nat Goodspeed |
2024-02-22 | Add diagnostic logging to LLEventPumps::post(). | Nat Goodspeed |
2024-02-21 | Add the option to use clean lua_State in "Lua debug" floater | Mnikolenko Productengine |
2024-02-20 | Initial require implementation | Mnikolenko Productengine |
2024-02-13 | Add leaphelp() Lua builtin function for help on LEAP operations. | Nat Goodspeed |
2024-02-13 | Add help() function to Lua "builtins." | Nat Goodspeed |
2024-02-13 | Merge branch 'll_convert' into helpcmd. | Nat Goodspeed |
2024-02-13 | Change ll_convert<TOTYPE>(string) to just ll_convert(string). | Nat Goodspeed |
2024-02-12 | WIP: Changes towards supporting Lua console help text. | Nat Goodspeed |
2024-02-09 | Change the LuaFunction subclass instance name suffix to _lua. | Nat Goodspeed |
2024-02-09 | SL-20363 Option 'Debug Unicode' - show unicode values | Alexander Gavriliuk |
2024-02-08 | Add required helptext parameter to lua_function() macro. | Nat Goodspeed |
2024-02-08 | Align forward declaration of lua_State with official declaration. | Nat Goodspeed |
2024-02-08 | Defend lluau::error() from platform-specific diagnostics. | Nat Goodspeed |
2024-02-08 | Another missing #include. | Nat Goodspeed |
2024-02-08 | SL-20363 Add Advanced option 'Debug Unicode' | Alexander Gavriliuk |
2024-02-07 | Fix lluau::dostring() for return values. | Nat Goodspeed |
2024-02-07 | Fix up a few longstanding missing #includes. | Nat Goodspeed |
2024-02-07 | Add machinery to capture result of running a Lua script or snippet. | Nat Goodspeed |
2024-02-06 | Break out lua_function.h,.cpp and lualistener.h,.cpp. | Nat Goodspeed |
2024-01-17 | SL-20795 Part of previously typed emojis disappear in the 'Save settings as a... | Alexander Gavriliuk |
2024-01-08 | DRTVWR-589: Fix build errors resulting from merge with main. | Nat Goodspeed |
2024-01-04 | DRTVWR-589: Merge branch 'main' into DRTVWR-589 | Nat Goodspeed |
2023-12-15 | Merge branch 'main' into DRTVWR-489 | Andrey Lihatskiy |
2023-12-05 | Merge branch 'main' into DRTVWR-489 | Alexander Gavriliuk |
2023-11-30 | SL-19801 Log unicode characters for debug | Alexander Gavriliuk |
2023-11-29 | Merge branch 'DRTVWR-559' into marchcat/587-v-pbr-merge | Andrey Lihatskiy |
2023-11-03 | Fix build error from overly fancy tracy macro usage that nobody else is using... | Brad Linden |
2023-11-03 | Fix for SL-19968 objects missing timing bug due to stall during login | Brad Kittenbrink (Brad Linden) |
2023-11-02 | DRTVWR-589: Switch to the lua package built by new 3p-lua repo. | Nat Goodspeed |
2023-11-02 | DRTVWR-589: StringVec's operator<<() overload must precede lltut.h. | Nat Goodspeed |
2023-10-29 | DRTVWR-589: Unify hexdump.h headers from different branches. | Nat Goodspeed |
2023-10-29 | DRTVWR-589: Merge branch 'main' of viewer-private into DRTVWR-589 | Nat Goodspeed |
2023-10-29 | DRTVWR-587: Fix LL::apply(function, LLSD array). | Nat Goodspeed |