Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove sdl 1.2 #627

Merged
merged 3 commits into from
Mar 12, 2016
Merged

Remove sdl 1.2 #627

merged 3 commits into from
Mar 12, 2016

Conversation

aginor
Copy link
Contributor

@aginor aginor commented Mar 12, 2016

This removes SDL 1.2 support from Wesnoth. This leaves all SDL2 code in place, having removed all #ifs.

@aginor aginor self-assigned this Mar 12, 2016
This makes SDL2 the only build alternative for Wesnoth. Any
conditionals are removed, leaving only the settings that rely on SDL2.
This removes all legacy SDL1.2 code. It was done by invoking:
coan source --replace --no-transients -D"SDL_VERSION_ATLEAST(X, Y, Z)"=1 <file>
on each file.
These files were used to provide a compatability layer between SDL1.2
and SDL2 for the hotkeys implementation. As SDL1.2 was taken out,
these files were now empty and superfluous.
aginor added a commit that referenced this pull request Mar 12, 2016
Remove SDL 1.2 support from Wesnoth
@aginor aginor merged commit 8da954b into wesnoth:master Mar 12, 2016
@aginor aginor deleted the remove_sdl_1.2 branch March 12, 2016 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant