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
path:
root
/
indra
Age
Commit message (
Expand
)
Author
2024-04-03
Merge branch 'release/luau-scripting' into release/luau-scripting
Nicky Dasmijn
2024-04-03
- Enable luaulib linking for Linux
Nicky
2024-04-03
Proper casing for Lualibs (or case sensitive filesystems do not agree with th...
Nicky
2024-04-03
Use raw string literal syntax for LLLeapListener help strings.
Nat Goodspeed
2024-04-03
Introduce fsyspath subclass of std::filesystem::path.
Nat Goodspeed
2024-04-03
Make ll_convert() and ll_convert_to() use std::decay_t on arg type.
Nat Goodspeed
2024-04-02
Fix std::filesystem::path - to - std::string conversions on Windows.
Nat Goodspeed
2024-04-02
Add startup.lua module with startup.ensure(), wait() functions.
Nat Goodspeed
2024-04-02
Streamline std::filesystem::path conversions in LLRequireResolver.
Nat Goodspeed
2024-04-02
Use LLCoros::TempStatus when Lua is waiting on get_event_next().
Nat Goodspeed
2024-04-02
Add LL.source_path(), source_dir() Lua entry points.
Nat Goodspeed
2024-04-02
Give LLLeapListener's "listen" operation a "tweak" argument.
Nat Goodspeed
2024-04-02
Defend leap.request(), generate() from garbage collection.
Nat Goodspeed
2024-03-29
Merge branch 'release/luau-scripting' into lua-startup
Nat Goodspeed
2024-03-29
Merge pull request #1071 from secondlife/lua-new-luastate
nat-goodspeed
2024-03-28
Merge branch 'lua-hangfix' into lua-startup.
Nat Goodspeed
2024-03-28
Remove rest of prototype UI access.
Nat Goodspeed
2024-03-28
Use LLApp::setQuitting(). Expect killed-script error.
Nat Goodspeed
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-27
Merge 'release/luau-scripting' of secondlife/viewer into lua-startup
Nat Goodspeed
2024-03-27
Run each script file with new LuaState
Mnikolenko Productengine
2024-03-27
Enhance Lua debugging output.
Nat Goodspeed
2024-03-27
poetry
Nat Goodspeed
2024-03-27
Run loaded `require()` module on Lua's main thread.
Nat Goodspeed
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-25
util.lua claims functions are in alpha order - make it so.
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
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
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
[next]