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