Skip to content

Releases: HellRok/Taylor

Release v0.3.14.1

08 Aug 13:14
Compare
Choose a tag to compare

v0.3.14.1

  • Bug fix for Shader.load

Release v0.3.14

06 Aug 14:35
Compare
Choose a tag to compare

v0.3.14

  • Upgrade to Raylib 4.5
  • Add shader_ready? and Shader#ready?
  • Fix up the examples link in the readme to point to the playground
  • Add in the missed documentation
  • Fix Buildkite analytics upload
  • Fix ARM64 OSX builds
  • Add get_shader_location
  • Add Shader#get_uniform_location
  • Add set_shader_values
  • Add Shader#set_value
  • Add Shader#set_values
  • Reserve the Taylor gem name
  • Add load_shaders_from_string

Release v0.3.13

13 Mar 09:32
Compare
Choose a tag to compare

v0.3.13

  • Buildkite now builds the docker images
  • Buildkite now runs tests on Linux, under wine, and in the chrome
  • Upgrade mruby to 3.2.0 now that it's released
  • Platform specific methods now raise a unique error on unsupported platforms
  • Add tests for the platform specific methods
  • Upload analytics for the web build too
  • Add set_texture_filter
  • Add generate_texture_mipmaps
  • Add Font.filter=
  • Add Texture2D.filter=
  • Add Texture2D.generate_mipmaps
  • Add released?

Release v0.3.12.2

23 Feb 13:23
Compare
Choose a tag to compare

v0.3.12.2

  • CLI Tool now has the correct export targets
  • Add android?
  • Add GLSL_VERSION
  • Tests now all pass on web again
  • CLI Tool tests now fail correctly
  • Build all the docker images in Buildkite
  • Add documentation for taylor_config.json

Release v0.3.12.1

11 Feb 23:43
Compare
Choose a tag to compare

v0.3.12.1

  • Web exports no longer run at 20% speed or use 8GB of RAM

Release v0.3.12

05 Feb 06:31
Compare
Choose a tag to compare

v0.3.12

  • Add a loading screen for web exports
  • Refactor Rakefile
  • Can now compile for OSX Apple hardware
  • Use exit! for tests
  • Update CLI-tool to use the new apple exports
  • Update CLI-tool to use exit! for failed command
  • Add a roadmap

Release v0.3.11

11 Dec 08:33
Compare
Choose a tag to compare

v0.3.11

  • Add Shader
  • Add load_shader
  • Add unload_shader
  • Add begin_shader_mode
  • Add end_shader_mode
  • Add Shader#draw
  • Running taylor with a bad path now exits 1 instead of raising

Release v0.3.10

14 Aug 06:49
Compare
Choose a tag to compare

v0.3.10

  • Add mruby-base64
  • Remove workaround for simplehttp on Windows
  • Tweak buildkite test scripts for better reliability
  • Fix Camera2D test on Buildkite
  • Add RenderTexture
  • Add begin_texture_mode, end_texture_mode, and RenderTexture#drawing
  • Add RenderTexture#unload
  • Add RenderTexture#texture
  • Add specs for RenderTexture
  • Bump raylib to 4.2.0
  • Rake now builds in parallel

Release v0.3.9

22 Jun 14:14
Compare
Choose a tag to compare

v0.3.9

  • Bump mruby and recompile raylib
  • Force Locale to be en_US.UTF-8 inside docker export images
  • Add mruby-uri-parser

Release v0.3.8

24 May 12:53
Compare
Choose a tag to compare

v0.3.8

  • Fix documentation typo
  • Allow memory growth on the web builds
  • Add LocalStorage#set_item
  • Add LocalStorage#get_item
  • Errors now display in the javascript console