summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lua/rocklua.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-03lua Add scrollable stack traceback WIPWilliam Wilgus1-3/+14
2020-06-01lua add _fullpath and argument parsingWilliam Wilgus1-7/+47
2019-09-06Fix red Lua extend error splash timeout and stop cutting off infoWilliam Wilgus1-1/+1
2019-09-06Lua extend error splash timeout and stop cutting off infoWilliam Wilgus1-3/+4
2019-08-05lua fix lua_close on os.exit(0)William Wilgus1-0/+2
2019-07-29lua add demo scripts, atexit handler, gui_scrollbar_drawWilliam Wilgus1-15/+53
2019-07-19lua events from rockboxWilliam Wilgus1-1/+2
2019-07-18lua move constants out of binary imageWilliam Wilgus1-4/+4
2018-10-22lua move rocklib_img to its own separate loadable moduleWilliam Wilgus1-0/+2
2018-07-27Lua -- Fix device hang when scroll function active on clear_screenWilliam Wilgus1-0/+1
2014-04-02Revert "Update lua plugin to 5.2.3"Marcin Bukat1-7/+7
2014-04-02Update lua plugin to 5.2.3Richard Quirk1-7/+7
2013-08-26lua: Switch memory allocator from dl to tlsfMarcin Bukat1-3/+0
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-4/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+4
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-4/+1
2010-06-18FS#11347 by me: *dir LUA functions: luadir moduleRafaël Carré1-0/+2
2009-10-23Lua: add parts of the math library (all floating point functions are #ifdef'e...Maurus Cuelenaere1-0/+1
2009-06-28Lua:Maurus Cuelenaere1-0/+1
2009-06-25Lua: add the package libraryMaurus Cuelenaere1-0/+1
2009-06-01Lua: add bitlib (makes bitwise operators possible)Maurus Cuelenaere1-0/+1
2009-05-27Lua: add support for os libraryMaurus Cuelenaere1-3/+4
2009-05-22Lua: add stack traceback when erroring outMaurus Cuelenaere1-1/+90
2009-05-22Lua:Maurus Cuelenaere1-18/+0
2009-05-22Lua:Maurus Cuelenaere1-0/+1
2009-05-21Commit FS#9174: Lua scripting language by Dan EvertonMaurus Cuelenaere1-0/+105