]> git.jsancho.org Git - lugaru.git/commit
Migrated to SDL2
authorCôme Chilliet <come@chilliet.eu>
Fri, 18 Nov 2016 09:51:39 +0000 (17:51 +0800)
committerCôme Chilliet <come@chilliet.eu>
Fri, 18 Nov 2016 16:29:12 +0000 (00:29 +0800)
commit1c7d28a2fc93699ab955ea66203d0c36bba9d977
tree242134def6a7d2118834a7555fb9f212707be333
parenteaca5a12f009c9fb9c95a2e728a071e972e698d0
Migrated to SDL2

Option "nomousegrab" seems broken
We might want to go back to keycode instead of scancode for some stuff
(debug keys maybe, things like q or g which have a meaning linked to the
letter itself)
The resolutions detection code seems buggy and should be redone
While editing a new user name or any other field, events like SDL_QUIT
are ignored (will open an issue about that)
CMakeLists.txt
Source/Game.cpp
Source/Game.h
Source/GameDraw.cpp
Source/GameTick.cpp
Source/Globals.cpp
Source/Input.cpp
Source/Input.h
Source/OpenGL_Windows.cpp
Source/Settings.cpp