Age | Commit message (Expand) | Author |
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-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-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-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-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-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 |
2023-10-27 | DRTVWR-587: Skip Visual Studio LLSDParam<const char*> tests for now. | Nat Goodspeed |
2023-10-25 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden |
2023-10-25 | Post merge build fix | Andrey Kleshchev |
2023-10-25 | Merge branch 'main' into DRTVWR-587-maint-V | Andrey Lihatskiy |
2023-10-17 | SL-20476: Don't let the compiler know we intend to crash. | Nat Goodspeed |
2023-10-12 | SL-18837: Unify all llrand_test.cpp in-range tests. | Nat Goodspeed |
2023-10-05 | SL-18837: When llrand_test.cpp fails, display the failing value. | Nat Goodspeed |
2023-10-04 | DRTVWR-589: Add tests for LLSD-to-Lua round-trip conversions. | Nat Goodspeed |
2023-10-04 | SL-18837: Merge branch 'main' of secondlife/viewer into actions | Nat Goodspeed |
2023-10-03 | SL-17135 Apr process creation crash | Andrey Kleshchev |
2023-10-03 | DRTVWR-589: Merge branch 'main' of viewer-private into DRTVWR-589 | Nat Goodspeed |
2023-10-03 | Merge branch 'main' into DRTVWR-587-maint-V | Andrey Lihatskiy |
2023-10-03 | Merge branch 'main' (DRTVWR-567) into DRTVWR-559 | Andrey Kleshchev |
2023-10-02 | DRTVWR-589: Add initial integration test for LLLUAmanager. | Nat Goodspeed |
2023-09-22 | SL-18837: Bump the granularity of WorkQueue timing tests. | Nat Goodspeed |
2023-09-22 | DRTVWR-589: Bump the time deltas for ThreadSafeSchedule. | Nat Goodspeed |
2023-09-08 | SL-18837: Make llsdserialize_test debug output conditional. | Nat Goodspeed |
2023-09-08 | SL-18837: Add debugging output to llsdserialize_test.cpp. | Nat Goodspeed |
2023-09-07 | SL-18837: Fix minor merge glitch. | Nat Goodspeed |
2023-09-07 | SL-18837: Merge branch 'main' into actions | Nat Goodspeed |
2023-09-05 | Initial prototype of embedded LUA | Mnikolenko Productengine |
2023-08-31 | SL-18837: Enlarge default coroutine stack size. | Nat Goodspeed |