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
/
llcommon
/
lua_function.h
Age
Commit message (
Expand
)
Author
2024-04-03
Introduce fsyspath subclass of std::filesystem::path.
Nat Goodspeed
2024-04-02
Add LL.source_path(), source_dir() Lua entry points.
Nat Goodspeed
2024-03-28
Move our lua_register(), lua_rawlen() from lua_function.h to .cpp.
Nat Goodspeed
2024-02-29
Refactor require() to make it easier to reason about Lua stack usage.
Nat Goodspeed
2024-02-27
Merge branch 'release/luau-scripting' into luau-require-impl.
Nat Goodspeed
2024-02-23
require() code clean-up
Mnikolenko Productengine
2024-02-23
Ditch DebugExit: we already have Debug (in debug.h)
Nat Goodspeed
2024-02-21
Add the option to use clean lua_State in "Lua debug" floater
Mnikolenko Productengine
2024-02-20
Initial require implementation
Mnikolenko Productengine
2024-02-13
Add leaphelp() Lua builtin function for help on LEAP operations.
Nat Goodspeed
2024-02-13
Add help() function to Lua "builtins."
Nat Goodspeed
2024-02-12
WIP: Changes towards supporting Lua console help text.
Nat Goodspeed
2024-02-09
Change the LuaFunction subclass instance name suffix to _lua.
Nat Goodspeed
2024-02-08
Add required helptext parameter to lua_function() macro.
Nat Goodspeed
2024-02-08
Defend lluau::error() from platform-specific diagnostics.
Nat Goodspeed
2024-02-07
Add machinery to capture result of running a Lua script or snippet.
Nat Goodspeed
2024-02-06
Break out lua_function.h,.cpp and lualistener.h,.cpp.
Nat Goodspeed