index
:
viewer.git
2024.09-ExtraFPS
main
maint-c
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-03-23
Make leap.request() work even from Lua's main thread.
Nat Goodspeed
2024-03-23
Update sendReply(): accepting LLSD by value already copies it.
Nat Goodspeed
2024-03-22
Fix a couple bugs in fiber.lua machinery.
Nat Goodspeed
2024-03-21
WIP: Add fiber.lua module and use in leap.lua and WaitQueue.lua.
Nat Goodspeed
2024-03-15
Merge pull request #1004 from secondlife/lua-leap
nat-goodspeed
2024-03-14
Add preliminary Lua viewer API modules, with test scripts.
Nat Goodspeed
2024-03-14
Fix a bug in leap.generate().
Nat Goodspeed
2024-03-13
Add tests for leap.request(). Use new coro.lua module.
Nat Goodspeed
2024-03-13
util.join() is unnecessary: luau provides table.concat().
Nat Goodspeed
2024-03-13
Fix minor bugs. Sprinkle in commented-out diagnostic output.
Nat Goodspeed
2024-03-13
Introduce a resume() wrapper to surface coroutine errors.
Nat Goodspeed
2024-03-13
Make a coro.resume() wrapper and use in coro.launch(), coro.yield().
Nat Goodspeed
2024-03-11
Add coro.lua to aggregate created coroutines.
Nat Goodspeed
2024-03-11
Lua already has a conventional cheap test for empty table.
Nat Goodspeed
2024-03-11
Add llluamanager_test test exercising leap.WaitFor.
Nat Goodspeed
2024-03-11
Polish up leap.lua to make it pass tests.
Nat Goodspeed
2024-03-11
Make WaitQueue:_wait_waiters() skip dead coroutines.
Nat Goodspeed
2024-03-08
Merge 'release/luau-scripting' into lua-leap for Emoji release.
Nat Goodspeed
2024-03-08
Merge branch 'main' into release/luau-scripting for Emoji release.
Nat Goodspeed
2024-03-08
Enhance llluamanager_test.cpp.
Nat Goodspeed
2024-03-08
Allow build-time Lua tests to require() bundled Lua modules.
Nat Goodspeed
2024-03-08
Emit a CMake message when running autobuild install.
Nat Goodspeed
2024-03-07
Merge pull request #935 from secondlife/gh-osbuild
Signal Linden
2024-03-07
Finish adding leap.WaitFor and WaitForReqid. Untested.
Nat Goodspeed
2024-03-07
Finish WaitQueue, ErrorQueue; add util.count(), join(); extend qtest.
Nat Goodspeed
2024-03-06
WIP: Unfinished Queue.lua, WaitQueue.lua, ErrorQueue.lua, leap.lua.
Nat Goodspeed
2024-03-06
Defend LuaState::expr() against lua_tollsd() errors.
Nat Goodspeed
2024-03-05
Stop requiring BUGSPLAT_USER and BUGSPLAT_PASS in build.sh.
Nat Goodspeed
2024-03-05
To test for presence of secrets, set environment variables.
Nat Goodspeed
2024-03-05
Enclose 'if:' expressions in ${{ ... }}.
Nat Goodspeed
2024-03-05
Make signing and symbol posting jobs conditional on secrets.
Nat Goodspeed
2024-03-04
Do not automatically close issues (#929)
Signal Linden
2024-03-01
Increment viewer version to 7.1.4
Nat Goodspeed
2024-03-01
Merge DRTVWR-489 to main on promotion of Emoji viewer (#673).
Nat Goodspeed
2024-03-01
Merge pull request #905 from secondlife/require-tweaks
nat-goodspeed
2024-03-01
Merge pull request #910 from secondlife/lua-queue
nat-goodspeed
2024-02-29
Fix wonky Unicode chars from web paste
Nat Goodspeed
2024-02-29
Add Queue.lua from roblox.com documentation.
Nat Goodspeed
2024-02-29
Clarify that the print output from testmod.lua is load-time.
Nat Goodspeed
2024-02-29
Fix caching for loaded Lua require() modules.
Nat Goodspeed
2024-02-29
Add indra/newview/scripts/lua directory, copied into viewer image.
Nat Goodspeed
2024-02-29
Refactor require() to make it easier to reason about Lua stack usage.
Nat Goodspeed
2024-02-29
Improve Debug class (indra/test/debug.h).
Nat Goodspeed
2024-02-27
Merge pull request #843 from secondlife/luau-require-impl
Maxim Nikolenko
2024-02-27
Merge branch 'release/luau-scripting' into luau-require-impl.
Nat Goodspeed
2024-02-26
Clear the stack after requiring a module
Mnikolenko Productengine
2024-02-26
Clean-up and restoring correct path
Mnikolenko Productengine
2024-02-23
Merge pull request #879 from secondlife/lua-events
nat-goodspeed
2024-02-23
Allow debug.h to be #included even in normal viewer code.
Nat Goodspeed
2024-02-23
Allow print() (also Debug) to be used even in normal viewer code.
Nat Goodspeed
[next]