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 | Windows build fixes | Nat Goodspeed |
2024-09-04 | Extract coroutine-aware synchronization primitives to new header. | 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 | Break out llinventorylistener.cpp's InvResultSet as LL::ResultSet. | Nat Goodspeed |
2024-09-03 | In lua_what() and lua_stack(), try to report a function's name. | 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-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 | Ditch trailing spaces. | 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-27 | code clean up | Mnikolenko Productengine |
2024-08-21 | Merge branch 'release/luau-scripting' into lua-inventory | Maxim Nikolenko |
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 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 remote-tracking branch 'origin/release/webrtc-voice' into release/2024.... | Brad Linden |
2024-08-15 | BugSplat Crash #1504587: std::vector::empty() | Alexander Gavriliuk |
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 #2265 from secondlife/lua-groupchat-throttle | Maxim Nikolenko |
2024-08-12 | Add virtual destructor to Throttle class. | Nat Goodspeed |
2024-08-12 | Add Throttle and LogThrottle classes to manage throttled APIs. | Nat Goodspeed |
2024-08-09 | Merge remote-tracking branch 'origin/release/webrtc-voice' into release/2024.... | Brad Linden |
2024-08-07 | Allow smaller minimum timer intervals. | Nat Goodspeed |
2024-08-07 | Replace boost::shared_ptr with std in voice classes | Andrey Kleshchev |
2024-08-06 | Merge branch 'release/luau-scripting' into viewer-lua-smoother | Nat Goodspeed |
2024-08-06 | Introduce a custom coroutine/fiber scheduler to prioritize UI. | Nat Goodspeed |
2024-08-02 | Merge branch 'release/luau-scripting' into lua-login2 | Nat Goodspeed |
2024-08-01 | Add lua_push(), lua_to(), lua_[gs]etfieldv(), lua_raw[gs]etfield(). | Nat Goodspeed |
2024-07-18 | Improve viewer's defense against `LLEventAPI` failures. | Nat Goodspeed |
2024-07-18 | Ditch `LLEventTrackable` aka `boost::signals2::trackable`. | Nat Goodspeed |
2024-07-18 | Make `LLEventPump::listen()` also accept new `LLAwareListener`. | Nat Goodspeed |
2024-07-10 | Merge branch 'lua-atexit-run' into lua-no-reuse. | Nat Goodspeed |
2024-07-10 | Remove ability to reuse a LuaState between LLLUAmanager functions. | Nat Goodspeed |
2024-07-09 | Review feedback change | RunitaiLinden |
2024-07-09 | #1826 Fix for LL_ERRS crashing in mutex lock | RunitaiLinden |
2024-07-09 | Introduce LLSDParam<vector<T>> and LLSDParam<map<string, T>>. | Nat Goodspeed |