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-28
Ditch a couple LL_DEBUGS() messages.
Nat Goodspeed
2024-03-28
Eliminate unreferenced exception name
Nat Goodspeed
2024-03-28
Terminate Lua scripts hanging in LL.get_event_next().
Nat Goodspeed
2024-03-28
Remove llluamanager.cpp "FIXME extremely hacky way" cruft.
Nat Goodspeed
2024-03-28
Clean up unused llevents.h #includes.
Nat Goodspeed
2024-03-28
Move our lua_register(), lua_rawlen() from lua_function.h to .cpp.
Nat Goodspeed
2024-03-26
Merge pull request #1040 from secondlife/lua-keystroke
Maxim Nikolenko
2024-03-26
Merge branch 'release/luau-scripting' into luau-keystroke
Mnikolenko Productengine
2024-03-26
update scripts to use fiber.launch()
Mnikolenko Productengine
2024-03-26
Merge pull request #1048 from secondlife/lua-check-stop
nat-goodspeed
2024-03-26
Merge pull request #1045 from secondlife/lua-LL
nat-goodspeed
2024-03-25
Add LL.check_stop() entry point and call it in fiber scheduler().
Nat Goodspeed
2024-03-25
Add LL. prefix to viewer entry points, fix existing references.
Nat Goodspeed
2024-03-25
Update test scripts to call leap.request() from main thread
Mnikolenko Productengine
2024-03-25
Merge branch 'release/luau-scripting' into lua-keystroke
Maxim Nikolenko
2024-03-25
Merge pull request #1038 from secondlife/lua-fiber
nat-goodspeed
2024-03-25
mac build fix
Maxim Nikolenko
2024-03-25
Remove colliding LLListener.
Nat Goodspeed
2024-03-25
Add keystroke event support and allow adding text lines to the line editor
Mnikolenko Productengine
2024-03-23
Merge branch 'release/luau-scripting' of secondlife/viewer into lua-fiber
Nat Goodspeed
2024-03-24
Introduce LLStreamListener: bundle LLEventStream+LLTempBoundListener.
Nat Goodspeed
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
Merge pull request #967 from secondlife/lua-floater
Maxim Nikolenko
2024-03-22
Fix a couple bugs in fiber.lua machinery.
Nat Goodspeed
2024-03-21
mac build fix
Mnikolenko Productengine
2024-03-21
Accept an array for "add_list_item" and change EVENT_LIST type
Mnikolenko Productengine
2024-03-21
Switch to LLDispatchListener
Mnikolenko Productengine
2024-03-21
WIP: Add fiber.lua module and use in leap.lua and WaitQueue.lua.
Nat Goodspeed
2024-03-20
LLLuaFloater code clean up
Mnikolenko Productengine
2024-03-19
search xml file in the lib, if path is not full; add test lua floater scripts
Mnikolenko Productengine
2024-03-18
update to use new lua leap; initial support for scroll list
Mnikolenko Productengine
2024-03-15
Merge branch 'release/luau-scripting' into lua-floater
Mnikolenko Productengine
2024-03-15
Merge pull request #1004 from secondlife/lua-leap
nat-goodspeed
2024-03-15
set commit callback for all buttons including minimize, maximize
Mnikolenko Productengine
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-14
Send additional events to the script when specified
Mnikolenko Productengine
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-12
Initial implementation of LLLuaFloater
Mnikolenko Productengine
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
[next]