Age | Commit message (Expand) | Author |
2024-04-18 | Move {set,check}_interrupts_counter() to lluau namespace. | Nat Goodspeed |
2024-04-17 | Reintroduce LLCoros::killreq() to request killing a named coroutine. | Nat Goodspeed |
2024-04-16 | Call suspend() periodically to avoid viewer freeze | Mnikolenko Productengine |
2024-04-12 | 'Lua Scripts' floater clean up | Mnikolenko Productengine |
2024-04-09 | mac build fix - remove unused variable | Maxim Nikolenko |
2024-04-08 | Add script termination option to 'Lua Scripts' floater | Mnikolenko Productengine |
2024-04-03 | Merge pull request #1101 from secondlife/lua-scripts-floater | nat-goodspeed |
2024-04-03 | Introduce fsyspath subclass of std::filesystem::path. | Nat Goodspeed |
2024-04-03 | Add RAII class for adding/erasing script entries; code clean up | Mnikolenko Productengine |
2024-04-02 | Streamline std::filesystem::path conversions in LLRequireResolver. | Nat Goodspeed |
2024-04-01 | Add 'Lua Scripts' floater | Mnikolenko Productengine |
2024-03-29 | Merge branch 'release/luau-scripting' into lua-startup | Nat Goodspeed |
2024-03-29 | Merge pull request #1071 from secondlife/lua-new-luastate | nat-goodspeed |
2024-03-28 | Merge branch 'lua-hangfix' into lua-startup. | Nat Goodspeed |
2024-03-28 | Remove rest of prototype UI access. | Nat Goodspeed |
2024-03-28 | Remove llluamanager.cpp "FIXME extremely hacky way" cruft. | Nat Goodspeed |
2024-03-27 | Run each script file with new LuaState | Mnikolenko Productengine |
2024-03-27 | Run loaded `require()` module on Lua's main thread. | Nat Goodspeed |
2024-03-08 | Allow build-time Lua tests to require() bundled Lua modules. | Nat Goodspeed |
2024-02-29 | Fix caching for loaded Lua require() modules. | Nat Goodspeed |
2024-02-29 | Refactor require() to make it easier to reason about Lua stack usage. | Nat Goodspeed |
2024-02-27 | Merge branch 'release/luau-scripting' into luau-require-impl. | Nat Goodspeed |
2024-02-26 | Clear the stack after requiring a module | Mnikolenko Productengine |
2024-02-26 | Clean-up and restoring correct path | Mnikolenko Productengine |
2024-02-23 | require() code clean-up | Mnikolenko Productengine |
2024-02-22 | Lua listen_events(), await_event() => get_event_{pumps,next}(). | Nat Goodspeed |
2024-02-20 | Don't accept a full path as arg for require() | 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-09 | Make LLLUAmanager::runScriptFile() use filename as description. | Nat Goodspeed |
2024-02-08 | Add required helptext parameter to lua_function() macro. | Nat Goodspeed |
2024-02-07 | Add LLLUAmanager::startScriptFile(), startScriptLine() functions. | 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-31 | strip lua testing functions | Mnikolenko Productengine |
2024-01-29 | DRTVWR-589: get rid of pragma and update windows libs | Mnikolenko Productengine |
2024-01-26 | DRTVWR-589: update to start using Luau libs | Mnikolenko Productengine |
2023-11-09 | DRTVWR-589 - don't prevent mangling names as we use C++ lib | Mnikolenko Productengine |
2023-11-02 | DRTVWR-589: Update Lualibs.cmake to use lua54.lib from 3p-lua. | Nat Goodspeed |
2023-10-19 | DRTVWR-589: Fix unreferenced LuaListener::mState member. | Nat Goodspeed |
2023-10-07 | DRTVWR-589: Solved the bug in traversing nested Lua tables. | Nat Goodspeed |
2023-10-04 | DRTVWR-589: Add tests for LLSD-to-Lua round-trip conversions. | Nat Goodspeed |
2023-10-03 | Merge branch 'DRTVWR-589' of github.com:/secondlife/viewer-private into DRTVW... | Brad Payne (Vir Linden) |
2023-10-03 | DRTVWR-589 - more demo work | Brad Payne (Vir Linden) |
2023-10-02 | DRTVWR-589: Add initial integration test for LLLUAmanager. | Nat Goodspeed |
2023-09-30 | DRTVWR-589: Emulate print() better, show output on Lua floater. | Nat Goodspeed |
2023-09-28 | DRTVWR-589 - support for moving to dest | Mnikolenko Productengine |
2023-09-28 | DRTVWR-589: Call lua_pushstdstring() correctly. | Nat Goodspeed |
2023-09-28 | DRTVWR-589: Merge remote branch 'DRTVWR-589' into DRTVWR-589 | Nat Goodspeed |
2023-09-28 | DRTVWR-589: Rename post_on_pump() to post_on() | Nat Goodspeed |