Releases: HellRok/Taylor
Releases · HellRok/Taylor
v0.1.2
v0.1.2
- Setup STDERR, STDOUT, STDIN for Windows applications
v0.1.1
v0.1.1
- Taylor-cli commands now handle arguments individually
- Taylor-cli now has tests
v0.1.0
v0.1.0
- Setup for export builds
- Populate ARGV for programs
- Add get_monitor_refresh_rate
- Do a test build on push/pull request
- Add the ability to export builds
- Create a CLI tool that will be the main user interface to Taylor
- Build for cli-tool instead of standard taylor
v0.0.6
v0.0.6
- Add draw_triangle_lines
- Add draw_texture_pro
- Make tests a little more lenient with screenshot comparisons
- The entire build process now works in docker, no more OSX machine required
v0.0.5
v0.0.5
- Add draw_circle_sector
- Add draw_circle_sector_lines
- Add draw_circle_gradient
- Add draw_circle_lines
- Add draw_ellipse
- Add draw_ellipse_lines
- Add draw_ring
- Add draw_ring_lines
- Add draw_rectangle_pro
- Add JSON parsing and generating via mruby-iijson
- Add draw_rectangle_gradient_v
- Add draw_rectangle_gradient_h
- Add draw_rectangle_gradient_ex
- Add draw_rectangle_rounded
- Add draw_rectangle_rounded_lines
v0.0.4
v0.0.4
- Add take_screenshot
- Set the current working directory to the location of the script called instead
of the taylor binary - Add files_dropped?
- Backtraces are actually working now
- Add get_dropped_files
- Add is_key_released?
- Add is_key_up?
- Add set_exit_key
- Add get_key_pressed
- Add get_char_pressed
- Add is_gamepad_button_pressed?
- Add is_gamepad_button_released?
- Add is_gamepad_button_up?
- Add set_gamepad_mappings
- Add set_mouse_position
- Add set_mouse_offset
- Add set_mouse_scale
- Add set_mouse_cursor
- Add load_image
- Compile raylib with jpg support
- Refactor windows build to not need raylib.dll
- Add draw_pixel
- Add draw_pixel_v
- Add draw_line_v
- Add draw_line_ex
- Add draw_line_bezier
- Add draw_line_bezier_quad
- Add draw_line_strip
v0.0.3
v0.0.3
- Add set_window_icon
- Add set_window_title
- Add set_window_position
- Add get_window_position
- Add set_window_monitor
- Add set_window_min_size
- Add set_window_size
- Add get_monitor_position
- Add get_window_scale_dpi
- Add set_clipboard_text
- Add get_clipboard_text
- Add show_cursor
- Add hide_cursor
- Add is_cursor_hidden?
- Add enable_cursor
- Add disable_cursor
- Add is_cursor_on_screen?
- Add get_mouse_x
- Add get_mouse_y
- Add begin_scissor_mode
- Add end_scissor_mode
- Add get_time
- Improve the release body
v0.0.2
Commits
- [3b79777]: Add a changelog (Sean Earle)
- [76269a2]: This is an engine not a framework I think (Sean Earle)
- [5c3b186]: Fix the dockerfile for releases (Sean Earle)
- [a333572]: Correct some documentation (Sean Earle)
- [7a472a6]: Use print error since it gives a full backtrace (Sean Earle)
- [1473bdf]: Add mrb-dir (Sean Earle)
- [396b08b]: Release v0.0.2 (Sean Earle)
v0.0.1
Implement automatic releases