Commit Graph

41 Commits

Author SHA1 Message Date
Andre Leiradella
3d754904fe generate/read collision bits 2015-05-13 13:50:19 -03:00
Andre Leiradella
9f86628ac5 minor correction 2015-05-13 01:14:32 -03:00
Andre Leiradella
3078898029 compile maps to different files: tileset, imageset and map 2015-05-13 01:13:00 -03:00
Andre Leiradella
15723f6aab updated readme 2015-05-10 13:48:26 -03:00
Andre Leiradella
e3b578bab1 renamed some map functions for consistency 2015-05-10 11:26:20 -03:00
Andre Leiradella
a48f771717 renamed some sprite functions for consistency 2015-05-09 23:31:58 -03:00
Andre Leiradella
9ff3b982d6 added macros to map memory management funcs to libc funcs 2015-05-09 22:46:27 -03:00
Andre Leiradella
a12651d028 added a readme and a license 2015-05-07 00:45:09 -03:00
Andre Leiradella
315b755a18 rl_sound_stop_ogg now calls the stop callback 2015-05-07 00:14:39 -03:00
Andre Leiradella
355e2e9a12 load rlrle.lua from the same folder as rlmap.lua 2015-05-06 21:55:50 -03:00
Andre Leiradella
dd8dafc05e put path to lua script into arg[0] 2015-05-06 21:55:07 -03:00
Andre Leiradella
00f80a5c74 fixed memory management functions (test core runs on android now) 2015-05-06 00:38:22 -03:00
Andre Leiradella
2cc3beda6e update test core to draw a map 2015-05-05 16:43:28 -03:00
Andre Leiradella
36b6251546 render layers other than the background 2015-05-05 16:42:36 -03:00
Andre Leiradella
9188a67cc5 created imagesets 2015-05-05 16:40:40 -03:00
Andre Leiradella
4924d19cfc set the correct alpha on the target image 2015-05-05 16:39:11 -03:00
Andre Leiradella
6d05748c24 convert layers other than the background 2015-05-05 16:38:02 -03:00
Andre Leiradella
204ee66898 added rl_sprites_render which renders sprites without saving the background 2015-05-05 14:22:11 -03:00
Andre Leiradella
d8473897fa added rl_version.c to .gitignore 2015-05-04 00:27:39 -03:00
Andre Leiradella
2deca58337 rebuild rl_version.c on every build 2015-05-04 00:01:33 -03:00
Andre Leiradella
3bb15b9d74 added config option to remove ogg-vorbis support 2015-05-03 19:31:13 -03:00
Andre Leiradella
e96dcf0f20 lowered the userdata array to two entries 2015-05-03 19:23:01 -03:00
Andre Leiradella
8dae2efd24 added utilities for tilesets and maps 2015-05-03 18:19:44 -03:00
Andre Leiradella
bc0bd670a2 moved libretro test to its own subfolder 2015-05-03 18:17:58 -03:00
Andre Leiradella
41d64ef562 added git commit hash version; added wip map support 2015-05-03 18:14:37 -03:00
Andre Leiradella
6843dbf09a changed how to output the help message 2015-05-03 15:54:58 -03:00
Andre Leiradella
ba9c963476 added functions to list entries in a folder and get file stats 2015-05-02 15:04:44 -03:00
Andre Leiradella
95fcd1217f converts an image into a header file with tile data 2015-05-02 15:03:29 -03:00
Andre Leiradella
4d0c916e6f added tile blit/unblit 2015-05-02 15:02:14 -03:00
Andre Leiradella
d91cea8bb4 return rleimage besides the main function so it can be used from other scripts 2015-05-02 14:59:24 -03:00
Andre Leiradella
010a554aac made bg const in rl_image_unblit 2015-05-02 00:00:03 -03:00
Andre Leiradella
f5cce34633 moved included header file to c file 2015-05-01 23:47:24 -03:00
Andre Leiradella
74e61b8bfc fix old macro RL_SAMPLES_PER_SEC being used 2015-05-01 23:46:22 -03:00
Andre Leiradella
d1f0c7e6da fixed undefined alloca 2015-04-30 02:12:44 -03:00
Andre Leiradella
9b373b92e0 added global sprite translation 2015-04-28 10:50:15 -03:00
Andre Leiradella
24783cc3bc fixed stupid bug with invalid pointers after sprite sorting 2015-04-26 16:43:00 -03:00
Andre Leiradella
bdf7c3f698 renamed RL_SAMPLES_PER_SEC, fix infinite loop in rl_sound_stop_all 2015-04-26 16:40:54 -03:00
Andre Leiradella
f9d1f0683d added rl_image_blit_nobg 2015-04-25 00:18:04 -03:00
Andre Leiradella
c01505f00c split layer and flags, allow for NULL image 2015-04-25 00:17:02 -03:00
Andre Leiradella
4950e67965 renamed rl_sound_stopall to rl_sound_stop_all 2015-04-25 00:13:25 -03:00
Andre Leiradella
ee99993de8 first commit 2015-04-23 01:58:43 -03:00