Age | Commit message (Expand) | Author |
2024-09-05 | Fix a few trailing whitespaces. | Nat Goodspeed |
2024-09-05 | Merge branch 'release/luau-scripting' into lua-resultset | Nat Goodspeed |
2024-09-04 | Insidious trailing whitespace | Nat Goodspeed |
2024-09-04 | Merge branch 'lua-merge' of github.com:secondlife/viewer into lua-merge | Nat Goodspeed |
2024-09-04 | Merge branch 'release/luau-scripting' into lua-merge | Nat Goodspeed |
2024-09-04 | Windows build fixes | Nat Goodspeed |
2024-09-04 | Swat a few more buzzing BOOLs. | Nat Goodspeed |
2024-09-04 | Adapt new code from main branch to Lua project calling convention. | Nat Goodspeed |
2024-09-04 | Resolve a few unresolved merge conflicts. | Nat Goodspeed |
2024-09-04 | Extract coroutine-aware synchronization primitives to new header. | Nat Goodspeed |
2024-09-04 | Fix test: new traceback info changed error message. | Nat Goodspeed |
2024-09-04 | Merge branch 'release/luau-scripting' into lua-resultset | Nat Goodspeed |
2024-09-04 | `result_view()`'s table's `close()` method need not be further wrapped. | Nat Goodspeed |
2024-09-04 | Instead of traversing all calling cards, pick a selected few. | Nat Goodspeed |
2024-09-03 | Use Lua result-set logic for "LLFloaterReg"s "getFloaterNames" op. | Nat Goodspeed |
2024-09-03 | Generalize Lua-side result-set machinery for other use cases. | Nat Goodspeed |
2024-09-03 | Fix a bug in ResultSet::getSliceStart(). | Nat Goodspeed |
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-30 | Add throttle for playing an animation; add demo script | Mnikolenko Productengine |
2024-08-30 | Add Lua api to start/stop playing animation | Mnikolenko Productengine |
2024-08-29 | Support next(), pairs(), ipairs() for LL.setdtor() table proxies. | Nat Goodspeed |
2024-08-29 | Add simple metrics of Lua usage | Maxim Nikolenko |
2024-08-29 | Add Lua script name to log messages. | Nat Goodspeed |
2024-08-28 | Ditch trailing spaces. | Nat Goodspeed |
2024-08-28 | Add script control to "Inventory.DoCreate" registered menu action. | Nat Goodspeed |
2024-08-28 | Merge branch 'main' into release/luau-scripting. | 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 | code clean up | Mnikolenko Productengine |
2024-08-27 | Merge branch 'release/luau-scripting' into lua-inventory | Maxim Nikolenko |
2024-08-26 | Increment viewer version to 7.1.10 | Nat Goodspeed |
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 |