iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
113 stars 32 forks source link

Set OpenGL 2.0 as the minimum requirement #228

Closed fkaa closed 8 years ago

fkaa commented 8 years ago

OpenGL 2.0 came out in 2004 (12 years ago!) and has been used as a minimum requirement for years by tons of low-end games. Statistics show that <2.0 is miniscule, and most cards that are in that category are old as stone.

Bumping the requirement would result in more maintainable and cleaner code.

iamgreaser commented 8 years ago

I approve of this message.

Seriously, anything that doesn't support GL 2.0 is too shit to handle this game.

fkaa commented 8 years ago

Fixed by #235.