index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
lua
(
follow
)
Commit message (
Expand
)
Author
Age
*
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
2010-09-01
*
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-24
*
Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...
Thomas Martitz
2010-08-24
*
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
2010-08-23
*
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-23
*
lua: make DEBUG undefined by default, as doc states
Rafaël Carré
2010-07-11
*
Rename/change SIMVER to APP_TYPE in the Makefiles.
Thomas Martitz
2010-07-10
*
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-06-21
*
FS#11347 by me: *dir LUA functions: luadir module
Rafaël Carré
2010-06-18
*
Lua: document rocklib_aux.pl a bit, so it's easier to find out about it when ...
Maurus Cuelenaere
2010-06-18
*
Lua: make actions.lua, buttons.lua and rocklib_aux.c depend on it generators
Maurus Cuelenaere
2010-06-18
*
Make the sim buildable with mingw again
Frank Gevaerts
2010-05-14
*
Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...
Thomas Martitz
2010-05-14
*
Fix LUA red and yellow.
Michael Sevakis
2010-05-14
*
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
*
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2010-05-06
*
Fix two warnings that appear with gcc4.4.3. The one in recording.c ("compact_...
Thomas Martitz
2010-03-08
*
Lua fscanf: use pointer of file descriptor instead of file descriptor itself ...
Maurus Cuelenaere
2010-02-13
*
Fix FS#11007: Lua didn't parse negative numbers correct when reading from files
Maurus Cuelenaere
2010-02-13
*
Lua: return nil when function failed instead of returning nothing
Maurus Cuelenaere
2009-10-29
*
Also expose functions having (s)size_t or off_t as argument/return type to Lua.
Maurus Cuelenaere
2009-10-29
*
Boomshine plugin : port to Greyscale and B/W targets, and targets without tou...
Kevin Ferrare
2009-10-29
*
Lua: add lib/helper.c wrappers
Maurus Cuelenaere
2009-10-26
*
Lua: add parts of the math library (all floating point functions are #ifdef'e...
Maurus Cuelenaere
2009-10-23
*
Lua: add do_menu() wrapper. Also fix potential NULL pointer dereference
Maurus Cuelenaere
2009-10-23
*
Use PLUGINFLAGS in lua.make, instead of only CFLAGS.
Thomas Martitz
2009-10-11
*
Make sure to use $(CFLAGS) to get all defines when preprocessing actions.h
Frank Gevaerts
2009-10-11
*
Lua plugin: fix bad behaviour for io.open(path, 'w')
Maurus Cuelenaere
2009-09-06
*
Lua: implement the ^ and % operators
Maurus Cuelenaere
2009-07-27
*
Lua: return nil when kbd_input() gets aborted and make it possible to preset ...
Maurus Cuelenaere
2009-07-23
*
Lua IOlib: when opening files for writing/appending, check if they exist and ...
Maurus Cuelenaere
2009-07-17
*
Revert r21863 partly: fixes Lua
Maurus Cuelenaere
2009-07-15
*
FS#10080
Nils Wallménius
2009-07-14
*
Lua:
Maurus Cuelenaere
2009-07-10
*
Lua IOlib: don't create files when they don't exist
Maurus Cuelenaere
2009-07-08
*
Lua: expose SCREEN_MAIN & SCREEN_REMOTE (for rb.lcd_*() functions)
Maurus Cuelenaere
2009-07-08
*
Lua: use rb->screens[] to do painting
Maurus Cuelenaere
2009-07-05
*
Also make rocklib_aux.c depend on $(LUA_OBJ)
Maurus Cuelenaere
2009-07-05
*
Lua: implement gui_syncyesno_run
Maurus Cuelenaere
2009-07-05
*
Fix sim_* errors when compiling Lua
Maurus Cuelenaere
2009-07-05
*
Fix actions.lua & buttons.lua make errors
Maurus Cuelenaere
2009-07-05
*
Add a Rockbox header..
Maurus Cuelenaere
2009-07-05
*
Lua: add script which wraps not-yet ported C functions to Lua
Maurus Cuelenaere
2009-07-05
*
Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from rockl...
Maurus Cuelenaere
2009-07-03
*
Lua: because Rockbox doesn't support any current working directory functional...
Maurus Cuelenaere
2009-07-01
*
Correct comment
Maurus Cuelenaere
2009-06-30
*
Lua: also expose BUTTON_REL, BUTTON_REPEAT & BUTTON_TOUCHSCREEN
Maurus Cuelenaere
2009-06-30
*
Lua: remove BUTTON_TOUCHSCREEN as this constant is available in buttons.lua
Maurus Cuelenaere
2009-06-28
*
Fix typo & red
Maurus Cuelenaere
2009-06-28
*
Lua:
Maurus Cuelenaere
2009-06-28
[next]