retroluxury/src
2015-08-29 14:08:07 -03:00
..
Makefile added rl_imagedata_t so it's possible to load and use images during runtime 2015-08-24 20:48:20 -03:00
rl_backgrnd.c added the desired aspect to rl_backgrnd_create 2015-05-19 22:47:32 -03:00
rl_backgrnd.h added the desired aspect to rl_backgrnd_create 2015-05-19 22:47:32 -03:00
rl_config.h increased number of userdata 2015-08-24 23:35:46 -03:00
rl_endian.c added functions to detect the endianess 2015-05-17 01:08:53 -03:00
rl_hash.c moved djb2 hash function to its own file 2015-05-24 12:54:48 -03:00
rl_image.c renamed rl_imagedata_rle_encode to rl_imagedata_encode 2015-08-29 14:06:06 -03:00
rl_image.h renamed rl_imagedata_t to rl_imgdata_t 2015-08-28 14:04:43 -03:00
rl_imgdata.c renamed rl_imagedata_rle_encode to rl_imagedata_encode 2015-08-29 14:06:06 -03:00
rl_imgdata.h renamed rl_imagedata_rle_encode to rl_imagedata_encode 2015-08-29 14:06:06 -03:00
rl_map.h compile maps to different files: tileset, imageset and map 2015-05-13 01:13:00 -03:00
rl_memory.h first commit 2015-04-23 01:58:43 -03:00
rl_pack.c moved djb2 hash function to its own file 2015-05-24 12:54:48 -03:00
rl_pack.h preliminary support for game archives 2015-05-17 01:12:46 -03:00
rl_rand.c added prng functions 2015-05-13 23:34:26 -03:00
rl_rand.h added prng functions 2015-05-13 23:34:26 -03:00
rl_sound.c fix some macros for use in stb_vorbis 2015-06-15 01:51:49 -03:00
rl_sound.h added the rl_voice type to control playing sounds 2015-05-19 22:44:01 -03:00
rl_sprite.c moved global translation to rl_image 2015-08-26 16:35:48 -03:00
rl_sprite.h moved global translation to rl_image 2015-08-26 16:35:48 -03:00
rl_tile.h added tile blit/unblit 2015-05-02 15:02:14 -03:00
rl_userdata.h first commit 2015-04-23 01:58:43 -03:00
rl_version.h added git commit hash version; added wip map support 2015-05-03 18:14:37 -03:00
rl_xml.c added an extremely non-compliant, permissive sax xml parser 2015-08-29 14:08:07 -03:00
rl_xml.h added an extremely non-compliant, permissive sax xml parser 2015-08-29 14:08:07 -03:00
stb_image.h added rl_imagedata_t so it's possible to load and use images during runtime 2015-08-24 20:48:20 -03:00
stb_vorbis.c first commit 2015-04-23 01:58:43 -03:00