Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu News / Gosu 0.10.1 released
- - By jlnr (dev) Date 2015-08-20 23:23
A tiny bugfix release:

• Windows/Linux: Fix audio playback of stereo, non-Ogg-Vorbis files (https://github.com/gosu/gosu/issues/237)
• Ruby: Fix :retro parameter in Image.load_tiles and Image.from_text
Reply
Parent - - By jlnr (dev) Date 2015-08-21 08:16
Version 0.10.1.1 is out as well and only fixes an installation issue on Linux.
Parent - - By bestguigui Date 2015-08-23 08:56
Hi jlnr !

Since you're making a lot of efforts to put away that Window dependency, I wonder why you don't provide a Gosu::mouse_x and Gosu::mouse_y methods, that are not related to a specific Gosu::Window. It seems that Gosu will not allow multiple windows anyway, and you can always think this request as "the client mouse", whatever the Gosu::Window would be active.
Reply
Parent - - By jlnr (dev) Date 2015-08-23 12:01
I was thinking about it, but I don't think I am ready to give on multiple window support just yet :/ I'll keep it in mind - it's a bit annoying in my own code as well.
Parent - - By bestguigui Date 2015-09-03 16:32
Dear jlnr,

I don't want to look like I'm pushing it or what, but did you have any clue about the mouse issue ? Because I'm planing to create a Theme Park like game and of course the mouse will be used a lot, and I really want to use the last version of Gosu for that. Also, I have some french tutorials to write, and I would like to use the last gem also.
Reply
Parent - - By jlnr (dev) Date 2015-09-03 21:36
Good question! It is this issue here, right? https://github.com/gosu/gosu/issues/293

I'll try to compile a new version of Gosu using the SDL 2.0.4 RC2 on the weekend and see if it helps:

https://www.libsdl.org/tmp/download-2.0.php

If you want, you can try to replace Gosu's embedded SDL2.dll with one from the page above, and re-run your game - with some luck, that will already improve the situation.
Parent - - By bestguigui Date 2015-09-04 17:22
Yes, this is that issue I'm talking about :)
And no, it doesn't work to just change the DLL.
Reply
Parent - - By jlnr (dev) Date 2015-09-07 13:03
Can you please give Gosu 0.10.2.pre1 a try: gem install gosu --pre

It has fixed the issue for me.
Parent - - By bestguigui Date 2015-09-07 18:56
Yeah, perfect ! Thank you so much ! :)
Reply
Parent - By jlnr (dev) Date 2015-09-07 19:30
You're welcome :) There's another Mac-only issue I have to fix, and then I'll probably release 0.10.2.
Up Topic Gosu / Gosu News / Gosu 0.10.1 released

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill