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
/
newview
/
llfloaterluadebug.cpp
Age
Commit message (
Expand
)
Author
2024-09-06
Fix remaining occurrences of fake BOOL
Ansariel
2024-09-04
Merge branch 'release/luau-scripting' into lua-merge
Nat Goodspeed
2024-09-04
Swat a few more buzzing BOOLs.
Nat Goodspeed
2024-08-29
Add simple metrics of Lua usage
Maxim Nikolenko
2024-07-12
fix for 'Run' button
Mnikolenko Productengine
2024-07-10
Remove ability to reuse a LuaState between LLLUAmanager functions.
Nat Goodspeed
2024-06-12
Provide LUA Debug Console feedback for user typing LUA string.
Nat Goodspeed
2024-06-12
Defend LLFloaterLUADebug against recursive calls to handlers.
Nat Goodspeed
2024-05-15
Manual whitespace fixes (fix_whitespace.py).
Nat Goodspeed
2024-04-16
Call suspend() periodically to avoid viewer freeze
Mnikolenko Productengine
2024-03-27
Run each script file with new LuaState
Mnikolenko Productengine
2024-02-27
Merge branch 'release/luau-scripting' into luau-require-impl.
Nat Goodspeed
2024-02-21
Add the option to use clean lua_State in "Lua debug" floater
Mnikolenko Productengine
2024-02-13
Merge branch 'release/luau-scripting' into helpcmd.
Nat Goodspeed
2024-02-12
WIP: Changes towards supporting Lua console help text.
Nat Goodspeed
2024-02-12
Make LLFloaterLUADebug assume 'Execute' button on LUA String Enter
Maxim Nikolenko
2024-02-09
Make LLFloaterLUADebug store a persistent LuaState.
Nat Goodspeed
2024-02-09
When LLFloaterLUADebug script returns a value, display the value.
Nat Goodspeed
2024-01-29
DRTVWR-589: get rid of pragma and update windows libs
Mnikolenko Productengine
2024-01-05
DRTVWR-589: Post-merge fix
Mnikolenko Productengine
2023-11-02
DRTVWR-589: Update Lualibs.cmake to use lua54.lib from 3p-lua.
Nat Goodspeed
2023-09-30
DRTVWR-589: Emulate print() better, show output on Lua floater.
Nat Goodspeed
2023-09-15
DRTVWR-589 - lua file browser added run button to allow re-running same script
Brad Payne (Vir Linden)
2023-09-06
addcallback to display error msg
Mnikolenko Productengine
2023-09-05
Initial prototype of embedded LUA
Mnikolenko Productengine