summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-03Introduce fsyspath subclass of std::filesystem::path.Nat Goodspeed
2024-04-03Make ll_convert() and ll_convert_to() use std::decay_t on arg type.Nat Goodspeed
2024-04-03Add RAII class for adding/erasing script entries; code clean upMnikolenko Productengine
2024-04-02Fix std::filesystem::path - to - std::string conversions on Windows.Nat Goodspeed
2024-04-02Merge pull request #1106 from secondlife/guru/viewer-925-missing-simple-smile...Guru
2024-04-02Add startup.lua module with startup.ensure(), wait() functions.Nat Goodspeed
2024-04-02Streamline std::filesystem::path conversions in LLRequireResolver.Nat Goodspeed
2024-04-02Use LLCoros::TempStatus when Lua is waiting on get_event_next().Nat Goodspeed
2024-04-02Add LL.source_path(), source_dir() Lua entry points.Nat Goodspeed
2024-04-02Give LLLeapListener's "listen" operation a "tweak" argument.Nat Goodspeed
2024-04-02Defend leap.request(), generate() from garbage collection.Nat Goodspeed
2024-04-02secondlife/viewer#925 Missing simple :smile emojiAlexander Gavriliuk
2024-04-01Fix the bogus, zero cloud scroll rate in default EE sky settings.Henri Beauchamp
2024-04-01open folder support for macMaxim Nikolenko
2024-04-01Add 'Lua Scripts' floaterMnikolenko Productengine
2024-03-30Remove BuildParamsBennett Goble
2024-03-29Merge branch 'release/luau-scripting' into lua-startupNat Goodspeed
2024-03-29Merge pull request #1071 from secondlife/lua-new-luastatenat-goodspeed
2024-03-28Merge pull request #1079 from secondlife/lua-hangfixnat-goodspeed
2024-03-28viewer#1073 crash at loadSkeletonAndrey Kleshchev
2024-03-28Merge branch 'lua-hangfix' into lua-startup.Nat Goodspeed
2024-03-28Remove rest of prototype UI access.Nat Goodspeed
2024-03-28Use LLApp::setQuitting(). Expect killed-script error.Nat Goodspeed
2024-03-28Ditch a couple LL_DEBUGS() messages.Nat Goodspeed
2024-03-28Eliminate unreferenced exception nameNat Goodspeed
2024-03-28Terminate Lua scripts hanging in LL.get_event_next().Nat Goodspeed
2024-03-28Remove llluamanager.cpp "FIXME extremely hacky way" cruft.Nat Goodspeed
2024-03-28Clean up unused llevents.h #includes.Nat Goodspeed
2024-03-28Move our lua_register(), lua_rawlen() from lua_function.h to .cpp.Nat Goodspeed
2024-03-27viewer#1069 Crash after getting list of notification filesAndrey Kleshchev
2024-03-27secondlife/viewer#944 Display should be consistent between llDialog text and ...Alexander Gavriliuk
2024-03-27Merge 'release/luau-scripting' of secondlife/viewer into lua-startupNat Goodspeed
2024-03-27Run each script file with new LuaStateMnikolenko Productengine
2024-03-27Enhance Lua debugging output.Nat Goodspeed
2024-03-27poetryNat Goodspeed
2024-03-27Run loaded `require()` module on Lua's main thread.Nat Goodspeed
2024-03-27Post-merge cleanup (settings.xml)Andrey Lihatskiy
2024-03-27Merge pull request #1062 from secondlife/marchcat/yz-mergeAndrey Lihatskiy
2024-03-27Merge branch 'main' into marchcat/yz-mergeAndrey Lihatskiy
2024-03-27Merge branch 'main' into DRTVWR-591-maint-XAndrey Lihatskiy
2024-03-27Merge remote-tracking branch 'origin/main' into DRTVWR-588-maint-WAndrey Lihatskiy
2024-03-26Increment viewer version to 7.1.5Nat Goodspeed
2024-03-26Merge GLTF PBR Maint 2 to main.Nat Goodspeed
2024-03-26Merge pull request #1040 from secondlife/lua-keystrokeMaxim Nikolenko
2024-03-26Merge branch 'release/luau-scripting' into luau-keystrokeMnikolenko Productengine
2024-03-26secondlife/jira-archive-internal#69593 Avatar is upside down when viewed from...Alexander Gavriliuk
2024-03-26update scripts to use fiber.launch()Mnikolenko Productengine
2024-03-26Merge pull request #1048 from secondlife/lua-check-stopnat-goodspeed
2024-03-26Merge pull request #1045 from secondlife/lua-LLnat-goodspeed
2024-03-25util.lua claims functions are in alpha order - make it so.Nat Goodspeed