Age | Commit message (Expand) | Author |
2024-03-21 | Accept an array for "add_list_item" and change EVENT_LIST type | Mnikolenko Productengine |
2024-03-21 | Switch to LLDispatchListener | Mnikolenko Productengine |
2024-03-20 | LLLuaFloater code clean up | Mnikolenko Productengine |
2024-03-19 | search xml file in the lib, if path is not full; add test lua floater scripts | Mnikolenko Productengine |
2024-03-14 | Add preliminary Lua viewer API modules, with test scripts. | Nat Goodspeed |
2024-03-14 | Fix a bug in leap.generate(). | Nat Goodspeed |
2024-03-13 | Add tests for leap.request(). Use new coro.lua module. | Nat Goodspeed |
2024-03-13 | util.join() is unnecessary: luau provides table.concat(). | Nat Goodspeed |
2024-03-13 | Fix minor bugs. Sprinkle in commented-out diagnostic output. | Nat Goodspeed |
2024-03-13 | Introduce a resume() wrapper to surface coroutine errors. | Nat Goodspeed |
2024-03-13 | Make a coro.resume() wrapper and use in coro.launch(), coro.yield(). | Nat Goodspeed |
2024-03-11 | Add coro.lua to aggregate created coroutines. | Nat Goodspeed |
2024-03-11 | Lua already has a conventional cheap test for empty table. | Nat Goodspeed |
2024-03-11 | Add llluamanager_test test exercising leap.WaitFor. | Nat Goodspeed |
2024-03-11 | Polish up leap.lua to make it pass tests. | Nat Goodspeed |
2024-03-11 | Make WaitQueue:_wait_waiters() skip dead coroutines. | 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-08 | Enhance llluamanager_test.cpp. | Nat Goodspeed |
2024-03-08 | Allow build-time Lua tests to require() bundled Lua modules. | Nat Goodspeed |
2024-03-07 | Finish adding leap.WaitFor and WaitForReqid. Untested. | Nat Goodspeed |
2024-03-07 | Finish WaitQueue, ErrorQueue; add util.count(), join(); extend qtest. | Nat Goodspeed |
2024-03-06 | WIP: Unfinished Queue.lua, WaitQueue.lua, ErrorQueue.lua, leap.lua. | Nat Goodspeed |
2024-03-01 | Increment viewer version to 7.1.4 | Nat Goodspeed |
2024-02-29 | Fix wonky Unicode chars from web paste | Nat Goodspeed |
2024-02-29 | Add Queue.lua from roblox.com documentation. | Nat Goodspeed |
2024-02-29 | Clarify that the print output from testmod.lua is load-time. | Nat Goodspeed |
2024-02-29 | Fix caching for loaded Lua require() modules. | Nat Goodspeed |
2024-02-29 | Add indra/newview/scripts/lua directory, copied into viewer image. | 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-21 | Add the option to use clean lua_State in "Lua debug" floater | Mnikolenko Productengine |
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-13 | Merge branch 'release/luau-scripting' into helpcmd. | Nat Goodspeed |
2024-02-12 | WIP: Changes towards supporting Lua console help text. | Nat Goodspeed |
2024-02-12 | #779 Emoji picker is an unintuitive UX disaster | Alexander Gavriliuk |
2024-02-12 | Make LLFloaterLUADebug assume 'Execute' button on LUA String Enter | Maxim Nikolenko |
2024-02-09 | Add command-line switches --lua "chunk" and --luafile pathname. | Nat Goodspeed |
2024-02-09 | Make LLLUAmanager::runScriptFile() use filename as description. | Nat Goodspeed |
2024-02-09 | Make LLFloaterLUADebug store a persistent LuaState. | Nat Goodspeed |
2024-02-09 | Merge branch 'implicit-print' of viewer-private into implicit-print | Nat Goodspeed |
2024-02-09 | When LLFloaterLUADebug script returns a value, display the value. | Nat Goodspeed |
2024-02-09 | #68 The 'Recently used emoji' can not be selected by the 'Tab' key | Alexander Gavriliuk |
2024-02-08 | Add required helptext parameter to lua_function() macro. | Nat Goodspeed |