3dfxdev / EDGE

EDGE Source Code
http://edge2.sf.net
74 stars 10 forks source link

Adding back SDL 1.2 support #13

Closed gameblabla closed 8 years ago

gameblabla commented 8 years ago

Seems like you are in the process of switching to SDL 2.0... I have fixed SDL 1.2 support and i can confirm i got a fully working binary. I also took the time to fix the Linux makefile.

Having SDL 1.2 support is great for old computers, old operating systems as well as porting it to other OSes/platforms like OS/2.

On Ubuntu, i was able to compile both versions on Ubuntu. I have however no idea if this compiles properly on Mac OSX.

gameblabla commented 8 years ago

I see that you have reverted the commit, any reasons why ?

Corbachu commented 8 years ago

Hey, it was interfering with the build system on various machines. I like having compatibility but at the same time, want to keep the main branch explicitly SDL2. If desired, we can create a new folder in the main branch with SDL1 source files, but TBH I want to keep the main line as clean as possible. We did pop it in a SDL1 branch though that can be kept up to date with the Origin :-)