index
:
viewer.git
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
/
newview
/
scripts
Age
Commit message (
Expand
)
Author
2024-07-01
Move error strings to strings.xml; pass wearable type and is_worn flag for ou...
Mnikolenko Productengine
2024-06-25
Add wear/detach actions to Appearance listener; update example script
Mnikolenko Productengine
2024-06-24
Merge branch 'release/luau-scripting' into lua-appearance-listener
Mnikolenko Productengine
2024-06-21
Exercise the simple popup.lua APIs
Nat Goodspeed
2024-06-21
Remove pre-Floater.lua versions of the floater test scripts.
Nat Goodspeed
2024-06-21
login.lua works now, update test_login.lua accordingly.
Nat Goodspeed
2024-06-21
Introduce require/logout.lua and test_logout.lua.
Nat Goodspeed
2024-06-21
Multiple LL.atexit(function) calls run functions in reverse order.
Nat Goodspeed
2024-06-21
Add Appearance listener
Mnikolenko Productengine
2024-06-21
Use util.classctor(LLChatListener).
Nat Goodspeed
2024-06-21
Move newer Lua modules to scripts/lua/require subdirectory.
Nat Goodspeed
2024-06-21
Merge branch 'release/luau-scripting' into lua-login
Nat Goodspeed
2024-06-20
Merge branch 'release/luau-scripting' into lua-chat-listener
Nat Goodspeed
2024-06-20
Use new popup.lua, which supersedes LLNotification.lua.
Nat Goodspeed
2024-06-20
Merge branch 'release/luau-scripting' into lua-login
Nat Goodspeed
2024-06-20
Revert LLLuaFloater "idle" events in favor of Lua timers.Timer().
nat-goodspeed
2024-06-20
Merge branch 'release/luau-scripting' into lua-speedometer-demo
Nat Goodspeed
2024-06-20
Give popup() the ability to not wait; add popup:tip(message).
Nat Goodspeed
2024-06-20
Use LLLeapListener to listen to LLNearbyChat pump
Mnikolenko Productengine
2024-06-19
Move popup.lua to require subdir with the rest of the modules.
Nat Goodspeed
2024-06-14
Move Lua modules for 'require' to indra/newview/scripts/lua/require.
Nat Goodspeed
2024-06-14
Add nearby chat listener
Mnikolenko Productengine
2024-06-12
Avoid messing up Lua's global namespace in 'require' modules.
Nat Goodspeed
2024-06-12
Make popup() directly pass payload.
Nat Goodspeed
2024-06-11
Add popup.lua, a preliminary API for viewer notifications.
Nat Goodspeed
2024-06-11
Add login.lua module with login() function.
Nat Goodspeed
2024-06-11
Add to UI.lua a set of 'LLWindow' listener operations.
Nat Goodspeed
2024-06-11
Fix a couple bugs in startup.lua.
Nat Goodspeed
2024-06-11
Allow Python-like 'object = ClassName(ctor args)' constructor calls.
Nat Goodspeed
2024-06-11
mapargs() now accepts 'name1,name2,...' as argument names
Nat Goodspeed
2024-06-11
Merge branch 'release/luau-scripting' into lua-login
Nat Goodspeed
2024-06-10
Merge branch 'release/luau-scripting' into lua-ui-callbacks
Mnikolenko Productengine
2024-06-07
Introduce mapargs.lua, which defines the mapargs() function.
Nat Goodspeed
2024-06-04
Comment the intent of test_timers.lua
Nat Goodspeed
2024-06-03
Leverage new leap.eventstream() function in Floater.lua.
Nat Goodspeed
2024-05-31
Add timers.lua API module and test_timers.lua test program.
Nat Goodspeed
2024-05-31
Tweak for current Lua dbg() convention.
Nat Goodspeed
2024-05-31
Cherry-pick leap.lua changes; other clean up
Mnikolenko Productengine
2024-05-31
Add leap.eventstream() and cancelreq() functions.
Nat Goodspeed
2024-05-31
Add a bit more dbg() conditional diagnostic output.
Nat Goodspeed
2024-05-31
Don't check if printf(format) arg is a string.
Nat Goodspeed
2024-05-30
Merge branch release/luau-scripting
Mnikolenko Productengine
2024-05-24
Merge branch 'release/luau-scripting' into lua-timers
Nat Goodspeed
2024-05-24
Merge branch 'release/luau-scripting' into lua-chatplus
Nat Goodspeed
2024-05-24
Nat's ideas from PR #1547
Nat Goodspeed
2024-05-24
Mark script messages in compact mode too; code clean up
Mnikolenko Productengine
2024-05-22
add throttle for sending messages; add simple demo script
Mnikolenko Productengine
2024-05-22
Add support for sending messages to Nearby chat from Lua script
Mnikolenko Productengine
2024-05-15
Add trusted flag to UI callbacks, so not everything is accessible from the sc...
Mnikolenko Productengine
2024-05-15
Make leap.lua honor an "error" key in viewer response.
Nat Goodspeed
[next]