Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu News / Gosu 0.8.1 released
- - By jlnr (dev) Date 2014-08-19 21:42
This fixes three major bugs in Gosu 0.8.0:

• Revert to old, working OpenAL32.dll
• Mouse wheel events are not broken anymore
• Fix TTF loading code (which has been broken forever)
Reply
Parent - - By jahmaican Date 2014-08-20 06:15 Edited 2014-08-20 06:20
I can confirm that fonts are no longer broken.

Any ideas about screen_width and screen_height? They both return 0 before super constructor is called and after they return actual screen dimensions. So using a launcher is a valid workaround, but... why?

Edit: what you can even do is something like:
def initialize
  super 100, 100, false
  super screen_width, screen_height, true
  ...
end

And the game will run full screen just fine.
Reply
Parent - By jlnr (dev) Date 2014-08-20 06:29
Okay, THAT is a good hack. :D

I have to admit that I totally forgot about screen_width/screen_height yesterday. I have to see if it is an issue with the SDL or not. Will try to push 0.8.2 tonight.
Parent - By jlnr (dev) Date 2014-08-20 21:40
Fixed, but I need to test it on Windows before I release 0.8.2. I'll see if I can somehow sneak support for Ruby 2.x in...
Parent - By lol_o2 Date 2014-08-20 11:04
Now the Song is working and even the fullscreen bug i had for some time is fixed. Thanks.
Up Topic Gosu / Gosu News / Gosu 0.8.1 released

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill