Firew0lf
|
d45afe5be1
|
Changed the "main.lua" path to an absolute path.
It's much better on hardware. Really.
|
2015-08-20 00:27:51 +02:00 |
|
Firew0lf
|
94d69c646c
|
Some enhancements in case of error, should fix some things on hardware.
|
2015-08-19 23:07:43 +02:00 |
|
Firew0lf
|
ebd3a6804d
|
Added "ctr.time()", with millisecond precision
|
2015-08-19 21:19:59 +02:00 |
|
Reuh
|
589d7a68a8
|
Unload Lua data on exit
|
2015-08-19 17:59:13 +02:00 |
|
Firew0lf
|
df4ce7ba14
|
Enhanced the error message for "luaL_dofile(L, BOOTFILE)"
|
2015-08-19 17:41:53 +02:00 |
|
Reuh
|
b772a42d28
|
Added ctr.gfx.getFPS, renamed ctr.hid.read to ctr.hid.keys, unload font from memory when exiting and did some cleaning
|
2015-08-19 17:14:02 +02:00 |
|
Reuh
|
7edb1e2f7b
|
Added ctr.gfx.text and the Bitsream Vera font
|
2015-08-19 14:32:53 +02:00 |
|
Firew0lf
|
b5249e1957
|
Improved the gfx.startFrame() function to select a screen, Fixed some values now defined with the C ones
|
2015-08-19 01:46:04 +02:00 |
|
Firew0lf
|
0c2f641c74
|
Added some values in the gfx lib
|
2015-08-19 01:36:15 +02:00 |
|
Firew0lf
|
8a05ba5bff
|
Added an error in case of missing boot file.
|
2015-08-18 22:59:04 +02:00 |
|
Firew0lf
|
79f4086cf0
|
Removed some "(lua_Integer)", Fixed some pointers-related stuff
|
2015-08-18 19:30:53 +02:00 |
|
Firew0lf
|
12a315b738
|
Added all the other hid functions
|
2015-08-18 18:42:56 +02:00 |
|
Reuh
|
d21906c684
|
Added ctr.gfx.line, ctr.gfx.point and ctr.gfx.circle
|
2015-08-18 17:27:30 +02:00 |
|
Reuh
|
5c0292f914
|
Added angle support to ctr.gfx.rectangle
|
2015-08-18 16:55:38 +02:00 |
|
Reuh
|
e8d5c53cbf
|
Added color.get/setBackground and color.RGBA8
|
2015-08-18 16:37:28 +02:00 |
|
Reuh
|
3441dd266f
|
Added ctr.gfx.color lib; color.setDefault and color.getDefault working
|
2015-08-18 16:19:11 +02:00 |
|
Reuh
|
2584e46816
|
Added gfx.startFrame and gfx.endFrame
|
2015-08-18 15:40:54 +02:00 |
|
Reuh
|
0e42f25b8b
|
Added ctr.hid lib, hid.read() working.
|
2015-08-18 14:52:20 +02:00 |
|
Reuh
|
aee36e6925
|
Fixed typos; should compile now
|
2015-08-18 12:41:28 +02:00 |
|
Firew0lf
|
70f44c95c9
|
Merge branch 'master' of https://github.com/Firew0lf/ctruLua
|
2015-08-18 12:26:00 +02:00 |
|
Firew0lf
|
cec806bb78
|
Added the PTM services API. Should work.
|
2015-08-18 12:24:36 +02:00 |
|
Reuh
|
41672db9f6
|
Cleaned includes in main.c
|
2015-08-18 12:14:30 +02:00 |
|
Reuh
|
9e21acf044
|
Fixed compile warning
|
2015-08-18 12:05:12 +02:00 |
|
Firew0lf
|
8f42c4f7ab
|
Changes spaces to tabs; Fixed a warning on compilation.
|
2015-08-18 11:41:39 +02:00 |
|
Firew0lf
|
4d4838d392
|
Added the "ctr.news" API. WIP, should not work correctly. Seriously, don't use it. Don't even load it.
|
2015-08-18 00:34:14 +02:00 |
|
Reuh
|
03baa21c10
|
Added some code
|
2015-08-17 18:15:37 +02:00 |
|