Age | Commit message (Expand) | Author |
2024-09-03 | Add Lua traceback to errors from calling lluau::expr(). | Nat Goodspeed |
2024-09-03 | Iterate to print landmarks returned by LLInventory. | Nat Goodspeed |
2024-09-03 | test_inv_resultset.lua exercises LLInventory's result-set functionality. | Nat Goodspeed |
2024-09-03 | result_view() now reuses same metatable instance for every table. | Nat Goodspeed |
2024-09-03 | Break out llinventorylistener.cpp's InvResultSet as LL::ResultSet. | Nat Goodspeed |
2024-09-03 | Add test_result_view.lua; fix minor bugs in result_view.lua. | Nat Goodspeed |
2024-09-03 | In lua_what() and lua_stack(), try to report a function's name. | Nat Goodspeed |
2024-09-02 | Introduce result_view.lua, and use it in LLInventory.lua. | Nat Goodspeed |
2024-09-02 | Make `pairs()`, `ipairs()` forward to original funcs if no metamethods. | Nat Goodspeed |
2024-08-31 | Make global pairs(), ipairs() honor metamethods. | Nat Goodspeed |
2024-08-31 | Give certain LLInventory queries an API based on result sets. | Nat Goodspeed |
2024-08-30 | Add LLIntTracker<T>, an LLInstanceTracker<T, int> with generated keys. | Nat Goodspeed |
2024-08-30 | Change LLInstanceTracker::destruct() to erase(). | Nat Goodspeed |
2024-08-29 | Support next(), pairs(), ipairs() for LL.setdtor() table proxies. | Nat Goodspeed |
2024-08-29 | Add Lua script name to log messages. | Nat Goodspeed |
2024-08-28 | Prevent erroneous assignment to LL.setdtor() proxy._target field. | Nat Goodspeed |
2024-08-28 | Add `LL.setdtor()` function to add a "destructor" to any Lua object. | Nat Goodspeed |
2024-08-28 | Remove obsolete, unreferenced DESTRINGIZE(), DEWSTRINGIZE() macros. | Nat Goodspeed |
2024-08-28 | Merge pull request #2416 from secondlife/lua-lazymod | nat-goodspeed |
2024-08-27 | Merge pull request #2384 from secondlife/lua-inventory | Maxim Nikolenko |
2024-08-27 | code clean up | Mnikolenko Productengine |
2024-08-27 | Merge branch 'release/luau-scripting' into lua-inventory | Maxim Nikolenko |
2024-08-26 | Merge pull request #2400 from secondlife/lua-issue-2385 | Maxim Nikolenko |
2024-08-26 | clean up Lua prefix | Mnikolenko Productengine |
2024-08-24 | Update test scripts to reference UI.Floater, not standalone Floater. | Nat Goodspeed |
2024-08-23 | Massage results from UI.popup() for ease of use. | Nat Goodspeed |
2024-08-23 | Encapsulate the lazy submodule idiom as util.submoduledir(). | Nat Goodspeed |
2024-08-23 | Look for lazy UI submodules in a require/UI subdirectory. | Nat Goodspeed |
2024-08-23 | Allow UI to have lazily-loaded submodules. | Nat Goodspeed |
2024-08-22 | Fix for #2385: say, shout and whisper messages from the script should be disp... | Mnikolenko Productengine |
2024-08-21 | mac build fix | Mnikolenko Productengine |
2024-08-21 | Merge branch 'release/luau-scripting' into lua-inventory | Maxim Nikolenko |
2024-08-21 | Add item limit for collectDescendentsIf func; add demo script | Mnikolenko Productengine |
2024-08-21 | Merge pull request #2373 from secondlife/viewer-lua-2237 | nat-goodspeed |
2024-08-21 | Improve diagnostic output for Lua atexit() functions. | Nat Goodspeed |
2024-08-21 | Suppress ~LuaStackDelta() verification during stack unwinding. | Nat Goodspeed |
2024-08-20 | Fix a couple more set_interrupts_counter() calls. | Nat Goodspeed |
2024-08-20 | Defend timers.Timer(iterate=True) against long callbacks. | Nat Goodspeed |
2024-08-20 | Fix for #2237: intermittent Lua data stack overflow. | Nat Goodspeed |
2024-08-20 | Fix TempSet to use type VAR to store mOldValue. | Nat Goodspeed |
2024-08-20 | Add LL::scope_exit | Nat Goodspeed |
2024-08-20 | Add collectDescendentsIf api for Lua | Mnikolenko Productengine |
2024-08-15 | First batch of Inventory api; raise interrupts limit | Mnikolenko Productengine |
2024-08-15 | Merge branch 'release/luau-scripting' into viewer-lua-2237 | Nat Goodspeed |
2024-08-15 | Introduce lluau_checkstack(L, n); use instead of luaL_checkstack(). | Nat Goodspeed |
2024-08-13 | Merge pull request #2274 from secondlife/luau-0.638 | nat-goodspeed |
2024-08-13 | Update Luau to v0.638-r2 (2024-08-12 build) | Nat Goodspeed |
2024-08-13 | Merge pull request #2240 from secondlife/lua-groupchat | Maxim Nikolenko |
2024-08-13 | clean up and add comment | Mnikolenko Productengine |
2024-08-13 | Merge pull request #2265 from secondlife/lua-groupchat-throttle | Maxim Nikolenko |