Commit Graph

  • fdcd94fe40 Update Makefile master twinaphex 2016-10-25 04:41:49 +0200
  • 92dbcd00cc Update test Makefile twinaphex 2016-10-25 03:53:44 +0200
  • 6e31193511 fixed missing sprites in rarch screenshots Andre Leiradella 2016-10-09 15:54:12 +0100
  • 012f2eabed fixed framebuffer width Andre Leiradella 2016-08-26 23:55:59 +0100
  • 6426f98434 removed rl_tiled from the build Andre Leiradella 2016-06-14 21:37:48 -0300
  • 3bbe3424cd too much things to enumerate... Andre Leiradella 2016-06-14 21:37:09 -0300
  • c2443374e4 fixed geometry in retro_get_system_av_info; use unix line-ending Andre Leiradella 2016-06-14 21:31:52 -0300
  • 77ecdd0f4b added -fPIC to the library build Andre Leiradella 2016-06-14 21:28:12 -0300
  • ea75ddf560 added base64 decoding to a different buffer; fixes unknown type size_t Andre Leiradella 2016-06-14 21:19:11 -0300
  • b4214a649f added -fPIC to the makefile Andre Leiradella 2016-06-14 20:55:57 -0300
  • 3f173f528f better handling of stb header files; added in-place base64 decoding; removed outdated api documentation Andre Leiradella 2016-06-04 16:05:50 -0300
  • 59f555e5a1 added the ability to retrieve the runtime retroluxury configuration Andre Leiradella 2016-05-30 16:34:16 -0300
  • 72261b523e removed custom memory allocator macros Andre Leiradella 2016-05-30 15:17:04 -0300
  • f3a95c772a added test program Andre Leiradella 2016-05-30 15:06:31 -0300
  • b01a70a04c added resampling to waves and oggs Andre Leiradella 2016-05-30 14:42:16 -0300
  • d521265eda put external files in their own folder Andre Leiradella 2016-05-27 20:28:59 -0300
  • da81221675 added a macro for the audio sample rate Andre Leiradella 2016-05-27 19:35:03 -0300
  • 8204a31d2d removed unused files Andre Leiradella 2016-05-27 19:31:19 -0300
  • 44fe05c251 renamed some c files that are meant to be inlined to .inl, except stb_vorbis.c Andre Leiradella 2016-05-27 19:29:56 -0300
  • 128c79f7e1 fixed rl_imgdata_get_pixel Andre Leiradella 2016-05-27 19:22:51 -0300
  • ccda3f0693 added ability to load wav files; changes to endianess function names; added functions to read little endian data; added rl_snddata; stuff Andre Leiradella 2015-08-30 01:21:30 -0300
  • 92c3c9aff8 removed rl_map from the makefile Andre Leiradella 2015-08-29 15:30:03 -0300
  • 81cd71689b fixed some wrong changes to rl_imgdata Andre Leiradella 2015-08-29 15:29:39 -0300
  • bc45006989 renamed imgdata functions Andre Leiradella 2015-08-29 15:15:29 -0300
  • 2559de9b8c added rl_xml to the makefile Andre Leiradella 2015-08-29 14:23:30 -0300
  • a5eaee50ae added an extremely non-compliant, permissive sax xml parser Andre Leiradella 2015-08-29 14:08:07 -0300
  • 2f1acb4a28 renamed rl_imagedata_rle_encode to rl_imagedata_encode Andre Leiradella 2015-08-29 14:06:06 -0300
  • 669b3c24eb renamed rl_imagedata_t to rl_imgdata_t Andre Leiradella 2015-08-28 14:04:43 -0300
  • 2ba2f8aeed renamed imagedata to imgdata Andre Leiradella 2015-08-28 13:51:30 -0300
  • 3a8db2f439 rl_image_create now requires a pre-allocated rl_image_t Andre Leiradella 2015-08-28 13:32:20 -0300
  • 636ec2a9a5 moved global translation to rl_image Andre Leiradella 2015-08-26 16:35:48 -0300
  • f7276abc98 removed maps, tilesets, and all utilities except the packer Andre Leiradella 2015-08-26 00:22:11 -0300
  • f7781b7c70 images are now created only from imagedata Andre Leiradella 2015-08-26 00:16:16 -0300
  • 1451c0eaeb removed intermediary endian conversion and number of calls to rle_row Andre Leiradella 2015-08-25 16:29:21 -0300
  • 38b249df76 increased number of userdata Andre Leiradella 2015-08-24 23:35:46 -0300
  • 4393bfe7ce corrected function name Andre Leiradella 2015-08-24 23:34:58 -0300
  • 772ee990b2 added rl_imagedata_t so it's possible to load and use images during runtime Andre Leiradella 2015-08-24 20:48:20 -0300
  • 847584bf62 fixed inifinite loop when bliting sprites Andre Leiradella 2015-08-23 22:18:57 -0300
  • f253a1c11e some fixes to the toolchain Andre Leiradella 2015-08-23 21:34:11 -0300
  • f1dc03886b removed the libretro core with lua binding and the test game Andre Leiradella 2015-08-23 21:30:52 -0300
  • fd8c1a4280 moved bg from spt_t to item_t Andre Leiradella 2015-06-15 02:20:32 -0300
  • 0003279d93 fix leaks in sprites plus fast sprite allocation Andre Leiradella 2015-06-15 01:55:30 -0300
  • 0808fc7b16 fix some macros for use in stb_vorbis Andre Leiradella 2015-06-15 01:51:49 -0300
  • 9fea973eb0 better organization of modules for the tools Andre Leiradella 2015-06-14 11:37:11 -0300
  • c1a895f4fa added boot.lua to drive the execution of external scripts Andre Leiradella 2015-05-28 16:54:49 -0300
  • 456c674178 moved djb2 hash function to its own file Andre Leiradella 2015-05-24 12:54:48 -0300
  • 0c10531529 removed unused assets Andre Leiradella 2015-05-23 23:24:06 -0300
  • b3b19ab089 removed the io module by not opening it; pass dt to the tick function Andre Leiradella 2015-05-23 23:22:09 -0300
  • 0f143559f8 removed rl module from the global table Andre Leiradella 2015-05-23 23:19:41 -0300
  • 2e451c346f added boot_lua.h to .gitignore Andre Leiradella 2015-05-20 20:39:40 -0300
  • bf1f3b3b74 many changes and fixes :) Andre Leiradella 2015-05-20 20:37:57 -0300
  • da943b1494 created rl_libretro core Andre Leiradella 2015-05-20 01:18:39 -0300
  • 11e8e711ff fixed call to rl_backgrnd_create Andre Leiradella 2015-05-19 22:49:20 -0300
  • a4c039a40a added the desired aspect to rl_backgrnd_create Andre Leiradella 2015-05-19 22:47:32 -0300
  • 16db263a3d remove const from images array in imageset to be able to write into their userdata Andre Leiradella 2015-05-19 22:45:50 -0300
  • 0fbff7550b added the rl_voice type to control playing sounds Andre Leiradella 2015-05-19 22:44:01 -0300
  • d2d1a4d338 added reasons for the sound stop callback Andre Leiradella 2015-05-18 15:05:14 -0300
  • e65aa8bf0d compile retroluxury along with the test core Andre Leiradella 2015-05-18 01:03:03 -0300
  • 0e85456476 abandoned some ideas that were complicating the design Andre Leiradella 2015-05-18 01:02:18 -0300
  • d6d2def2f4 fixed not rewinding the bg saved pointer Andre Leiradella 2015-05-17 18:19:51 -0300
  • 9527ce5ece preliminary support for game archives Andre Leiradella 2015-05-17 01:12:46 -0300
  • 0573372ec0 added functions to detect the endianess Andre Leiradella 2015-05-17 01:08:53 -0300
  • 5a688f75e6 better conversion of paths to c identifiers Andre Leiradella 2015-05-16 14:13:01 -0300
  • 6b028f2b8a moved background save memory to rl_backgrnd.c Andre Leiradella 2015-05-16 11:10:57 -0300
  • b2d41ac7f0 added block.rle to the clean rule Andre Leiradella 2015-05-14 23:38:05 -0300
  • c66f4bbf54 fixed memory management bugs Andre Leiradella 2015-05-14 23:33:55 -0300
  • 3bfb14d0b1 added prng functions Andre Leiradella 2015-05-13 23:34:26 -0300
  • 97703b4144 debug map collision bits Andre Leiradella 2015-05-13 17:24:02 -0300
  • 3d754904fe generate/read collision bits Andre Leiradella 2015-05-13 13:50:19 -0300
  • 9f86628ac5 minor correction Andre Leiradella 2015-05-13 01:14:32 -0300
  • 3078898029 compile maps to different files: tileset, imageset and map Andre Leiradella 2015-05-13 01:13:00 -0300
  • 15723f6aab updated readme Andre Leiradella 2015-05-10 13:48:26 -0300
  • e3b578bab1 renamed some map functions for consistency Andre Leiradella 2015-05-10 11:26:20 -0300
  • a48f771717 renamed some sprite functions for consistency Andre Leiradella 2015-05-09 23:31:58 -0300
  • 9ff3b982d6 added macros to map memory management funcs to libc funcs Andre Leiradella 2015-05-09 22:46:27 -0300
  • a12651d028 added a readme and a license Andre Leiradella 2015-05-07 00:45:09 -0300
  • 315b755a18 rl_sound_stop_ogg now calls the stop callback Andre Leiradella 2015-05-07 00:14:39 -0300
  • 355e2e9a12 load rlrle.lua from the same folder as rlmap.lua Andre Leiradella 2015-05-06 21:55:50 -0300
  • dd8dafc05e put path to lua script into arg[0] Andre Leiradella 2015-05-06 21:55:07 -0300
  • 00f80a5c74 fixed memory management functions (test core runs on android now) Andre Leiradella 2015-05-06 00:38:22 -0300
  • 2cc3beda6e update test core to draw a map Andre Leiradella 2015-05-05 16:43:28 -0300
  • 36b6251546 render layers other than the background Andre Leiradella 2015-05-05 16:42:36 -0300
  • 9188a67cc5 created imagesets Andre Leiradella 2015-05-05 16:40:40 -0300
  • 4924d19cfc set the correct alpha on the target image Andre Leiradella 2015-05-05 16:39:11 -0300
  • 6d05748c24 convert layers other than the background Andre Leiradella 2015-05-05 16:38:02 -0300
  • 204ee66898 added rl_sprites_render which renders sprites without saving the background Andre Leiradella 2015-05-05 14:22:11 -0300
  • d8473897fa added rl_version.c to .gitignore Andre Leiradella 2015-05-04 00:27:39 -0300
  • 2deca58337 rebuild rl_version.c on every build Andre Leiradella 2015-05-04 00:01:33 -0300
  • 3bb15b9d74 added config option to remove ogg-vorbis support Andre Leiradella 2015-05-03 19:31:13 -0300
  • e96dcf0f20 lowered the userdata array to two entries Andre Leiradella 2015-05-03 19:23:01 -0300
  • 8dae2efd24 added utilities for tilesets and maps Andre Leiradella 2015-05-03 18:19:44 -0300
  • bc0bd670a2 moved libretro test to its own subfolder Andre Leiradella 2015-05-03 18:17:58 -0300
  • 41d64ef562 added git commit hash version; added wip map support Andre Leiradella 2015-05-03 18:14:37 -0300
  • 6843dbf09a changed how to output the help message Andre Leiradella 2015-05-03 15:54:58 -0300
  • ba9c963476 added functions to list entries in a folder and get file stats Andre Leiradella 2015-05-02 15:04:44 -0300
  • 95fcd1217f converts an image into a header file with tile data Andre Leiradella 2015-05-02 15:03:29 -0300
  • 4d0c916e6f added tile blit/unblit Andre Leiradella 2015-05-02 15:02:14 -0300
  • d91cea8bb4 return rleimage besides the main function so it can be used from other scripts Andre Leiradella 2015-05-02 14:59:24 -0300
  • 010a554aac made bg const in rl_image_unblit Andre Leiradella 2015-05-02 00:00:03 -0300
  • f5cce34633 moved included header file to c file Andre Leiradella 2015-05-01 23:47:24 -0300