bignsyd / gqe

Automatically exported from code.google.com/p/gqe
MIT License
0 stars 0 forks source link

Newest SFML 2.0 isn't supported... #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm not sure anymore if you've intended to support the 2.0 versions, but I 
mention it anyway.

Because there have been big API changes since v1.6 there is alot incompatible 
code in the GQE.

- sf::Input has been removed and sf::Mouse, sf::Keyboard and sf::Joystick got 
introduced.
- sf::Image got replaced by sf::Texture, exept for pixel-manipulation
- ...

A nearly complet list can be found in the offical forum. 
(http://www.sfml-dev.org/forum/viewtopic.php?p=35091#35091)

Original issue reported on code.google.com by youtube@my-gate.net on 30 Aug 2011 at 12:06

GoogleCodeExporter commented 8 years ago
I accept that I need to get current again with the latest SFML 2 snapshot.

Original comment by RyanLind...@gmail.com on 1 Sep 2011 at 5:51

GoogleCodeExporter commented 8 years ago
I have fixed the issues related to the newest version of SFML2 in the 0.11 
release.  Please verify that it is working for you.

Original comment by RyanLind...@gmail.com on 1 Sep 2011 at 6:34