OpenArena / engine

OpenArena modifications to the ioquake3 engine
http://openarena.ws
GNU General Public License v2.0
211 stars 50 forks source link

SDL2 #68

Closed oitzujoey closed 2 years ago

oitzujoey commented 3 years ago

This adds an SDL2 compile option to the OpenArena engine, while retaining the ability to compile for SDL1.2.

I made a few more commits for bug fixes, so NeonKnightOA recommended I make a new pull request. Fixed bugs that I remember: Program icon wasn't set. The engine forced use of the directx driver which cause video initialization to fail on the first try.

leilei- posted this on the previous version of this pull request:

Commenting for the record that this does not break SDL1 and Win9x support in the SDL2 branch so it passes my approval enough to bring into the master.

NeonKnightOA commented 2 years ago

Tagging @sago007.

sago007 commented 2 years ago

As leilei has approved it then I am going to merge it.