Commit Graph

109 Commits

Author SHA1 Message Date
Andre Leiradella
bf1f3b3b74 many changes and fixes :) 2015-05-20 20:37:57 -03:00
Andre Leiradella
da943b1494 created rl_libretro core 2015-05-20 01:18:39 -03:00
Andre Leiradella
11e8e711ff fixed call to rl_backgrnd_create 2015-05-19 22:49:20 -03:00
Andre Leiradella
a4c039a40a added the desired aspect to rl_backgrnd_create 2015-05-19 22:47:32 -03:00
Andre Leiradella
16db263a3d remove const from images array in imageset to be able to write into their userdata 2015-05-19 22:45:50 -03:00
Andre Leiradella
0fbff7550b added the rl_voice type to control playing sounds 2015-05-19 22:44:01 -03:00
Andre Leiradella
d2d1a4d338 added reasons for the sound stop callback 2015-05-18 15:05:14 -03:00
Andre Leiradella
e65aa8bf0d compile retroluxury along with the test core 2015-05-18 01:03:03 -03:00
Andre Leiradella
0e85456476 abandoned some ideas that were complicating the design 2015-05-18 01:02:18 -03:00
Andre Leiradella
d6d2def2f4 fixed not rewinding the bg saved pointer 2015-05-17 18:19:51 -03:00
Andre Leiradella
9527ce5ece preliminary support for game archives 2015-05-17 01:12:46 -03:00
Andre Leiradella
0573372ec0 added functions to detect the endianess 2015-05-17 01:08:53 -03:00
Andre Leiradella
5a688f75e6 better conversion of paths to c identifiers 2015-05-16 14:13:01 -03:00
Andre Leiradella
6b028f2b8a moved background save memory to rl_backgrnd.c 2015-05-16 11:10:57 -03:00
Andre Leiradella
b2d41ac7f0 added block.rle to the clean rule 2015-05-14 23:38:05 -03:00
Andre Leiradella
c66f4bbf54 fixed memory management bugs 2015-05-14 23:33:55 -03:00
Andre Leiradella
3bfb14d0b1 added prng functions 2015-05-13 23:34:26 -03:00
Andre Leiradella
97703b4144 debug map collision bits 2015-05-13 17:24:02 -03:00
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