Unciv/core/src/com/unciv
Yair Morgenstern a1e0b686b1
Upgrading to LWJGL 3, which is now the default, as of LibGDX 1.10.1 (#5614)
* Upgrading to LWJGL 3, which is now the default, as of LibGDX 1.10.1
MacOS running problem solved by adding JVM args to desktop build.gradle
Should resolve #5601

* Apparently, keyTyped is ONLY for character keys. Esc and f12 are non-character keys, so we need to change from keyTyped to keyDown.
How does this affect out ctrl combinations? Dunno yet :) I couldn't find any actual uses in code, but it shouldn't be worse than keyTyped
This commit can be cherry-picked into the master branch as a preparation for the move to lwjgl3
2021-11-03 00:15:47 +02:00
..
logic Encampments revealed by ruins effects have lastSeenImprovement updated (#5631) 2021-11-03 00:14:32 +02:00
models Encampments revealed by ruins effects have lastSeenImprovement updated (#5631) 2021-11-03 00:14:32 +02:00
ui Upgrading to LWJGL 3, which is now the default, as of LibGDX 1.10.1 (#5614) 2021-11-03 00:15:47 +02:00
Constants.kt Disable religious quest with religion disabled; enumify "Hidden when religion is disabled" (#5465) 2021-10-12 07:31:22 +03:00
JsonParser.kt
MainMenuScreen.kt Solved ANRs caused by slow "quickstarts" 2021-10-31 22:38:48 +02:00
UncivGame.kt MusicController tweaks and hooks for mood - War and Peace (#5364) 2021-10-03 11:56:27 +03:00
UncivGameParameters.kt