1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00
Commit graph

6 commits

Author SHA1 Message Date
Reuh
358b68c643 Renamed item.fileSize to item.size in fs.list() return value, enabled 3D in the editor, added a lot of missing documentation
For the return values, I followed this rule: if the fuction returns true on success, it should return false, error on error; for every other case it should return nil, error on error.

Also, who doesn't want to edit code in 3D ? The line depth depends on the indentation level.
2016-04-22 13:42:59 +02:00
Reuh
07d5316d72 Changed map format to CSV, added ability to load maps from a Lua table 2015-12-30 14:51:51 +01:00
Firew0lf
c5337a5b2e Added map:setSpace(), to set the space between the drawn tiles. 2015-10-07 20:49:43 +02:00
Firew0lf
e94da040f7 Added documentation for gfx.map and ctr.qtm modules 2015-09-12 19:29:11 +02:00
Firew0lf
604247f278 Moved ":setBlendColor()" to the texture object, removed useless functions 2015-08-22 19:54:25 +02:00
Firew0lf
56b47153b7 Added maps (working \o/), small tweaks in texture.c
There shouldn't be any memory leak.
2015-08-22 02:08:30 +02:00