Age | Commit message (Expand) | Author |
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-22 | Viewer#863 Crash reading xml | Andrey Kleshchev |
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 | Build fix for Visual Studio patch | 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-08 | SL-18721 Shutdown fixes #4 | Andrey Kleshchev |
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-02-05 | Merge branch 'DRTVWR-599-maint-Z' into release/maint-yz | Andrey Lihatskiy |
2024-02-05 | SL-20669 Fix white uuid | Andrey Kleshchev |
2024-01-24 | SL-20669 Move constants out of settings.xml | Andrey Kleshchev |
2024-01-22 | SL-18721 Shutdown fixes | Andrey Kleshchev |
2024-01-18 | SL-20546: Merge branch 'DRTVWR-588-maint-W' into sl-20546. | Nat Goodspeed |
2024-01-17 | SL-20795 Part of previously typed emojis disappear in the 'Save settings as a... | Alexander Gavriliuk |
2024-01-16 | Revert "replaces parts of boost to C++ standard." | Andrey Lihatskiy |
2024-01-16 | replace part of boost::fibers::* to std::* | AiraYumi |
2024-01-12 | DRTVWR-601 Fix for Tracy instrumentation (Tracy doesn't play nice with corout... | RunitaiLinden |
2024-01-09 | Replace BOOST_FOREACH with standard C++ range-based for-loops | Ansariel |
2024-01-08 | DRTVWR-589: Fix build errors resulting from merge with main. | Nat Goodspeed |
2024-01-08 | replace boost library to standard | AiraYumi |
2024-01-04 | DRTVWR-589: Merge branch 'main' into DRTVWR-589 | Nat Goodspeed |
2023-12-18 | Merge branch 'main' into DRTVWR-594-maint-Y | Andrey Lihatskiy |
2023-12-15 | Merge branch 'main' into DRTVWR-489 | Andrey Lihatskiy |
2023-12-14 | Merge branch 'DRTVWR-587-maint-V' into DRTVWR-588-maint-W | Andrey Lihatskiy |
2023-12-05 | Merge branch 'main' into DRTVWR-489 | Alexander Gavriliuk |
2023-11-30 | Merge branch 'DRTVWR-594-maint-Y' into marchcat/594-y-pbr-merge | Andrey Lihatskiy |
2023-11-30 | SL-19801 Log unicode characters for debug | Alexander Gavriliuk |
2023-11-30 | Merge branch 'DRTVWR-588-maint-W' into marchcat/588-w-pbr-merge | Andrey Lihatskiy |
2023-11-29 | Merge branch 'DRTVWR-559' into marchcat/587-v-pbr-merge | Andrey Lihatskiy |
2023-11-23 | SL-17434 Crash clearing LLEventPumps | Andrey Kleshchev |
2023-11-20 | llmemory: use getrusage for getCurrentRSS on linux | Miezhiko |
2023-11-17 | SL-20546: Defend llrand's random generator against concurrent access | Nat Goodspeed |
2023-11-17 | SL-20546: Avoid promoting F32 to double just to compare bounds. | Nat Goodspeed |
2023-11-15 | SL-20546: Even with C++17 CTAD, makeClassicCallback() still useful. | Nat Goodspeed |