Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 758 Bytes

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 758 Bytes

[Unreleased]

[0.4.0] - 2024-09-13

  • Added fiddle to Gemfile to support Ruby 3.5.
  • Changed loading of SDL library and SDL extension libraries to be handled by SDLRuby class methods load_sdl and load_sdl_*.
  • Added sample code to the examples directory.
  • Made several minor modifications.

[0.3.1] - 2023-09-28

  • Refactored RWOps class.

[0.3.0] - 2023-09-19

  • Implemented Mouse Module.
  • Implementation of the Timer Module.
  • Implemented Keyboard Module.
  • Specification and implementation of SDL.init, SDL.init?, and SDL.quit.

[0.2.1] - 2023-09-13

  • Memory leak fix on event retrieval failure.

[0.2.0] - 2023-09-13

  • Implementation of the Event Object. SDL event queue is now available.

[0.1.0] - 2023-08-30

  • Initial release