All Versions
23
Latest Version
Avg Release Cycle
78 days
Latest Release
759 days ago

Changelog History
Page 3

  • v0.13.1 Changes

    November 25, 2017
    • 2017-11-25: All: Brings draw_rect in line with other draw_ methods (available in C++, available on Gosu::Window in Ruby)
    • 💎 2017-11-25: All: SampleInstance is now called Channel, but the old name still works in Ruby
    • ⚡️ 2017-11-25: All: Update the stb_image dependency to fix crashes when loading 1-bit PNG files
    • ⚡️ 2017-11-25: Windows: Update bundled SDL to 2.0.7
    • 🍎 2017-11-25: macOS: Work around a compiler bug in Xcode 9+
    • 0️⃣ 2017-08-02: C++: Image and Sample have a default constructor now that creates an "empty" object; minor interface changes
  • v0.12.1 Changes

    June 17, 2016
    • 🏁 Windows: Support for Ruby 2.4. (#407)
    • 🏁 Windows: Fix MP3 playback on 32-bit systems. (#405)
  • v0.12.0 Changes

    April 23, 2017
    • Image#subimage works for images larger than 1022x1022px. (#398, #400)
    • 🐧 Windows, Linux: Support for MP3 files; requires libmpg123-dev on Linux. (#397)
    • C++: Use std::function parameters instead of begin/end function pairs (#399).
    • Raspberry Pi: Use correct OpenGL version on Pi 2 & 3.
    • ➕ Add Window#drop(filename) callback for when the user drops a file onto the window (#378/#382). Thanks @Kjarrigan!
    • 🛠 Fix an inconsistency in Color#from_hsv. (#359)