Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu News / Gosu 0.11.3 [and 0.11.3.1] released
- - By jlnr (dev) Date 2017-03-26 11:17
Some fixes, but also a new feature: Gosu::Window instances can avoid being closed immediately by overriding close. For example, you might want to ask the user if they want to save their current game before exiting.

• Ruby: Add deprecation warnings for many old methods (thanks @Kjarrigan)
• Windows: Fix an encoding issue when the current user has a non-ASCII username
• Windows: TTF files can be loaded using relative paths
• All: Window#close can be overridden to prevent the user from closing the window immediately; call close! to immediately close the Window in Ruby (thanks @Kjarrigan)
• macOS: Fix TTF font file loading
• All: Image#subimage is now part of Gosu's official API
Reply
Parent - By jlnr (dev) Date 2017-03-26 21:49
Oops. I've had to push 0.11.3.1 to hotfix an issue with legacy button constants on Ruby.
Parent - By ? Date 2017-04-08 05:22
The close override is an awesome idea that I didn't even know I wanted.  This will make it easier to do cleanup of externally modified files, or save changes before closing.

macOS: Fix TTF font file loading

I thought it was just me!  Glad to see it's fixed.
Up Topic Gosu / Gosu News / Gosu 0.11.3 [and 0.11.3.1] released

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill