summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-01Merge DRTVWR-489 to main on promotion of Emoji viewer (#673).Nat Goodspeed
2024-03-01Merge pull request #905 from secondlife/require-tweaksnat-goodspeed
2024-03-01Merge pull request #910 from secondlife/lua-queuenat-goodspeed
2024-02-29Fix wonky Unicode chars from web pasteNat Goodspeed
2024-02-29Add Queue.lua from roblox.com documentation.Nat Goodspeed
2024-02-29Clarify that the print output from testmod.lua is load-time.Nat Goodspeed
2024-02-29Fix caching for loaded Lua require() modules.Nat Goodspeed
2024-02-29Add indra/newview/scripts/lua directory, copied into viewer image.Nat Goodspeed
2024-02-29Refactor require() to make it easier to reason about Lua stack usage.Nat Goodspeed
2024-02-29Improve Debug class (indra/test/debug.h).Nat Goodspeed
2024-02-28Reference updated action-gh-release@v1Nat Goodspeed
2024-02-27SL-18721 Shutdown fixes #5Andrey Kleshchev
2024-02-27Issue#900 Crash at LLInventoryAddItemByAssetObserverAndrey Kleshchev
2024-02-27Merge pull request #843 from secondlife/luau-require-implMaxim Nikolenko
2024-02-27Merge branch 'release/luau-scripting' into luau-require-impl.Nat Goodspeed
2024-02-27Merge pull request #895 from secondlife/relnotes-wnat-goodspeed
2024-02-27Issue#894 Crash at load3 in cacheOptimizeAndrey Kleshchev
2024-02-26Base generated release notes on new floating tag 'release'Nat Goodspeed
2024-02-26Clear the stack after requiring a moduleMnikolenko Productengine
2024-02-26Leverage action-gh-release's new previous_tag input.Nat Goodspeed
2024-02-26Try basing release notes on github.sha rather than github.ref_name.Nat Goodspeed
2024-02-26Clean-up and restoring correct pathMnikolenko Productengine
2024-02-26Try basing the GH release on github.ref_name instead of github.ref.Nat Goodspeed
2024-02-26Try to generate release notes for this specific branch.Nat Goodspeed
2024-02-23viewer#875 Crash at uri normalizationAndrey Kleshchev
2024-02-23Merge branch 'main' into DRTVWR-588-maint-WAndrey Lihatskiy
2024-02-23Merge branch 'main' into DRTVWR-591-maint-XAndrey Lihatskiy
2024-02-23Merge pull request #879 from secondlife/lua-eventsnat-goodspeed
2024-02-23Allow debug.h to be #included even in normal viewer code.Nat Goodspeed
2024-02-23Allow print() (also Debug) to be used even in normal viewer code.Nat Goodspeed
2024-02-23Allow variadic instances of Debug, e.g. to display arguments.Nat Goodspeed
2024-02-23require() code clean-upMnikolenko Productengine
2024-02-23Ditch DebugExit: we already have Debug (in debug.h)Nat Goodspeed
2024-02-23Clean up #includes in lualistener.hNat Goodspeed
2024-02-22 #include <iomanip> where std::quoted() is referenced.Nat Goodspeed
2024-02-22Lua listen_events(), await_event() => get_event_{pumps,next}().Nat Goodspeed
2024-02-22Add diagnostic logging to LLEventPumps::post().Nat Goodspeed
2024-02-22Slightly modernize run_build_test.py.Nat Goodspeed
2024-02-22Improving issue templates. (#877)Brad Linden
2024-02-22Delete .github/ISSUE_TEMPLATE/issue_template.mdVir Linden
2024-02-22Update issue_template.mdVir Linden
2024-02-22Update issue_template.mdVir Linden
2024-02-22Merge pull request #873 from secondlife/vir-linden-issue-templateVir Linden
2024-02-22Create issue_template.mdVir Linden
2024-02-22Viewer#863 Crash reading xmlAndrey Kleshchev
2024-02-21Merge branch 'main' into DRTVWR-588-maint-WAndrey Lihatskiy
2024-02-21Add the option to use clean lua_State in "Lua debug" floaterMnikolenko Productengine
2024-02-21SL-20469 Crash at dead mRootVolp in getAttachedAvatar()Andrey Kleshchev
2024-02-20Don't accept a full path as arg for require()Mnikolenko Productengine
2024-02-20Initial require implementationMnikolenko Productengine