]> git.jsancho.org Git - lugaru.git/commit
Merge branch 'sdl2-rebase' into 'master'
authorNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Fri, 18 Nov 2016 19:54:49 +0000 (19:54 +0000)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Fri, 18 Nov 2016 19:54:49 +0000 (19:54 +0000)
commitdcacd1c62fda9af9a042b2327041ea057652f1b3
tree3fd3af9d96052cc230f631c02e6d30ffb3d2bdf6
parenteaca5a12f009c9fb9c95a2e728a071e972e698d0
parent805b6a0f9d374b0db6e2de442835f980172eda16
Merge branch 'sdl2-rebase' into 'master'

SDL2 migration

This branch contains the new code based on SDL2.

Some notes:

* Resolution detection code seems dubious and should be reworked
* I put the 60FPS code snippet found in the official SDL2 patch but I’m not sure what it does and how.
* Mousegrab needs to be fixed
* The format for key bindings in config.txt changed.
* All key detection is now based on scancodes and this may reveal unlogical under layout other than qwerty for things like meta+q, meta+g, and the debug keys.

This is intended to fix #2

See merge request !3