Maurus Cuelenaere
|
153ac73c04
|
Fix helloworld.lua for mono targets (+ add lcd_mono_bitmap() & lcd_mono_bitmap_part() to Lua API)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21291 a1c6a512-1295-4272-9138-f99709370657
|
2009-06-15 13:46:10 +00:00 |
|
Magnus Holmgren
|
a7621fcb8b
|
Correct the includes; the old way broke parallel builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21234 a1c6a512-1295-4272-9138-f99709370657
|
2009-06-09 11:23:25 +00:00 |
|
Maurus Cuelenaere
|
9c3e679d18
|
Lua: add touchscreen_set_mode & current_path (+ some constants)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21165 a1c6a512-1295-4272-9138-f99709370657
|
2009-06-01 22:31:32 +00:00 |
|
Maurus Cuelenaere
|
82eea9ed69
|
Lua: add bitlib (makes bitwise operators possible)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21164 a1c6a512-1295-4272-9138-f99709370657
|
2009-06-01 22:02:18 +00:00 |
|
Maurus Cuelenaere
|
acbbf93615
|
Lua: make sure action.h gets C preprocessed before processing it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21123 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-28 22:02:53 +00:00 |
|
Maurus Cuelenaere
|
1e980cd977
|
Fix yellow & red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21107 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-27 23:02:17 +00:00 |
|
Maurus Cuelenaere
|
b2581e143d
|
Lua: add support for os library
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21106 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-27 22:48:50 +00:00 |
|
Maurus Cuelenaere
|
cd5e98db08
|
Lua: re-use the viewport pointer; also use the shorter lua_getfield() & lua_setfield() notations (thanks Antoine Cellerier)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21080 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-25 19:05:53 +00:00 |
|
Maurus Cuelenaere
|
7b16010838
|
Fix some typos
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21077 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-25 14:56:59 +00:00 |
|
Maurus Cuelenaere
|
06ba3cceec
|
Lua: port viewports + add test_viewports.lua
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21076 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-25 14:21:17 +00:00 |
|
Maurus Cuelenaere
|
88cf5b307a
|
Fix mingw & cygwin builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21075 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-25 12:00:13 +00:00 |
|
Maurus Cuelenaere
|
aec37aa5fe
|
* read_bmp_*(): add FORMAT_RETURN_SIZE
* Lua: add luaL_checkboolean() & luaL_optboolean()
* Lua: add read_bmp_file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21074 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-25 11:12:27 +00:00 |
|
Maurus Cuelenaere
|
6af0cfdac0
|
Lua: /me should learn about C arrays.. :/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21065 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-24 02:28:03 +00:00 |
|
Maurus Cuelenaere
|
6f6cfed6ce
|
Lua: fix rocklua_image issue + add LCD_RGBPACK & LCD_RGBUNPACK wrappers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21064 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-24 02:18:03 +00:00 |
|
Maurus Cuelenaere
|
86fe1e8b5c
|
Lua: add image handling + some other wrappers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21063 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-24 01:54:15 +00:00 |
|
Maurus Cuelenaere
|
1865af9a6d
|
Lua: add stack traceback when erroring out
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21048 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-22 23:46:01 +00:00 |
|
Maurus Cuelenaere
|
d4ebb80578
|
Set svn properties
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21047 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-22 23:14:29 +00:00 |
|
Maurus Cuelenaere
|
0f7e4e36ae
|
Lua:
* add action_get_touchscreen_press wrapper
* fix kbd_input wrapper
* rework luaL_loadfile
* add rb.contexts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21046 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-22 22:44:34 +00:00 |
|
Maurus Cuelenaere
|
522aa2e6c9
|
Fix the 'cannot create /.../apps/plugins/lua/actions.lua: Directory nonexistent' error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21027 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-22 10:27:01 +00:00 |
|
Maurus Cuelenaere
|
fb6b15980a
|
Lua:
* remove debug statement from llex.c
* add DEBUGF to rocklua.c on parse error
* add file_exists wrapper
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21025 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-22 01:03:22 +00:00 |
|
Maurus Cuelenaere
|
2cd4a94bdc
|
Lua: add file handling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21024 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-22 00:06:45 +00:00 |
|
Maurus Cuelenaere
|
bcfba08055
|
Lua: add actions.lua to the zip file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21023 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-21 21:58:18 +00:00 |
|
Maurus Cuelenaere
|
a9b2d1b5fa
|
Lua: fix some issues with rocklib
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21022 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-21 19:42:14 +00:00 |
|
Maurus Cuelenaere
|
7a04a54c52
|
Forgot to remove this testing code..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21021 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-21 19:22:29 +00:00 |
|
Maurus Cuelenaere
|
cf87597226
|
Commit FS#9174: Lua scripting language by Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21020 a1c6a512-1295-4272-9138-f99709370657
|
2009-05-21 19:01:41 +00:00 |
|