Skip to content

v0.4.0 - Add raylib extension configuration

Compare
Choose a tag to compare
@jgabaut jgabaut released this 03 Jan 14:33
· 14 commits to master since this release
addb06e

What's Changed

  • Add S4C_RAYLIB_EXTENSION preproc macro to configure.ac and Makefile.am
    • Use by ./configure --enable-raylib=yes
  • Add S4C_EXPERIMENTAL preproc macro
    • Use by ./configure --enable-exp=yes
  • Move S4C_Animation under S4C_EXPERIMENTAL
  • Add s4rl_ functions
  • Add color_from_s4c_color()
  • Add S4C_Sprite
  • Add DrawSprite macros
  • Add int_s4c_version()
  • Add S4C_{MAJOR,MINOR,PATCH} macros
  • Add s4c-cli script
  • Minor improvements to error reporting for python scripts

PR - feat: 0.4.0 add raylib extension configure option by @jgabaut

Full Changelog: v0.3.6...v0.4.0