Commit Graph

3575 Commits

Author SHA1 Message Date
SerpentSpirale
3ef21ba5be Add ControlButton cloning feature 2021-08-27 10:46:59 +03:00
SerpentSpirale
c435db640a Revamp the special key system to match v2 spirit:
- Fix special keys triggerring up to 16 times !
- Fix special keys not being properly toggleable
- Moved special key handling into the ControlButton.
- Removed the need for a listener.
- Toggling the mouse doesn't affect the button text anymore.
2021-08-27 10:46:59 +03:00
artdeell
28fa92f1cb Display a warning about storage on the first launch 2021-08-26 14:09:24 +03:00
Duy Tran Khanh
7aadde90c7 Delete MemoryUtil.java 2021-08-26 10:12:58 +07:00
Duy Tran Khanh
1cb66feb31 Add back org.lwjgl.system.MemoryUtil to compiled jar 2021-08-26 10:11:26 +07:00
Duy Tran Khanh
d12fbb20a6 Update README.md
Fixes #1902
2021-08-26 09:45:22 +07:00
github-actions
cc6465cba4 CI: Update vgpu 2021-08-25 09:29:22 +00:00
LegacyGamerHD
53aa678543 Update README.md 2021-08-25 11:25:32 +02:00
ArtDev
bc918b8d8e Update README.md 2021-08-25 11:21:57 +03:00
LegacyGamerHD
27e7625447 test 2021-08-24 12:35:27 +02:00
github-actions
026f386bab CI: Update vgpu 2021-08-24 08:27:17 +00:00
LegacyGamerHD
3928bbe220 Update README.md 2021-08-24 10:23:25 +02:00
LegacyGamerHD
d311c10922 Merge remote-tracking branch 'origin/v3_openjdk' into v3_openjdk 2021-08-24 10:17:52 +02:00
LegacyGamerHD
01948a1a5d change 2021-08-24 10:17:43 +02:00
artdeell
33d90c50c3 Back to building 2021-08-24 11:16:43 +03:00
ArtDev
369f144bb0 Update TouchCharInput.java 2021-08-24 11:11:50 +03:00
Duy Tran Khanh
e395e0cb06 Update lwjgl.jar
Move org.lwjgl.system.MemoryUtil to source, attempt to fix #1868
2021-08-24 08:36:34 +07:00
Duy Tran Khanh
fa72a4a4b9 Create MemoryUtil.java
Add some functions from older LWJGL versions
2021-08-24 08:33:31 +07:00
SerpentSpirale
7325018170 Fix Microsoft swiftkey being out of spec. 2021-08-24 02:55:18 +02:00
ArtDev
f8c1248143 Update LauncherFragment.java 2021-08-23 19:58:20 +03:00
artdeell
f31b728f87 [Possibly] fix for a bug reported by Malsdn#5497 2021-08-23 13:41:42 +03:00
artdeell
3671d59464 Localizable changelog 2021-08-23 13:12:21 +03:00
artdeell
bd253b2449 Fix 2021-08-23 11:36:14 +03:00
artdeell
cb7fe80673 Set the target sdk to 31, remove legacy storage request, re-enable Forge splash disabler 2021-08-23 11:33:18 +03:00
artdeell
8a44a9688b Make Microsoft Login a full-screen webview 2021-08-22 16:09:45 +03:00
github-actions
7f23031236 CI: Update vgpu 2021-08-21 17:54:45 +00:00
LegacyGamerHD
2086159d6f Update README.md 2021-08-21 19:51:24 +02:00
github-actions
a581658461 CI: Update vgpu 2021-08-21 17:13:43 +00:00
ArtDev
6bc30069dc Build VGPU from local fork 2021-08-21 20:06:15 +03:00
ArtDev
fd49d5e534 Update README.md 2021-08-21 19:22:27 +03:00
ArtDev
9b724581c2 Update JREUtils.java 2021-08-21 15:43:57 +03:00
Duy Tran Khanh
13c3443c2f Maybe fix LIBGL_ES 2021-08-21 18:40:49 +07:00
LegacyGamerHD
f336faeb67 add gl4es opengles3 back 2021-08-21 11:22:28 +02:00
ArtDev
e0fc0f86ac Update README.md 2021-08-20 19:30:42 +03:00
github-actions
3567584dfa CI: Update vgpu 2021-08-20 14:41:14 +00:00
artdeell
5fe4711d33 Move the data directory to Android/data/net.kdt.pojavlaunch/files to make it accessible to file explorers 2021-08-20 17:37:08 +03:00
artdeell
80b5c55a64 Fix 2 2021-08-20 15:53:43 +03:00
artdeell
9227659f47 Fix 2021-08-20 14:25:08 +03:00
artdeell
8fc714c2d2 Bug fix: Pojav root folder was in the root storage folder 2021-08-20 13:00:46 +03:00
artdeell
45ecd61f64 Avoid authority clashing between debug and release builds of Pojav 2021-08-20 11:33:45 +03:00
ArtDev
e97ba8cc63 Update README.md 2021-08-19 23:55:38 +03:00
ArtDev
82e9c679af Update README.md 2021-08-19 21:45:50 +03:00
artdeell
f566efdc7a Support scoped storage by using internal data folder on Android 10+ 2021-08-19 18:05:54 +03:00
SerpentSpirale
a477a58b4e Ass support for adoptable storage, let me use my 256 GB ! 2021-08-19 11:58:01 +02:00
SerpentSpirale
f7b80d5c52 a1.1.1 support 2021-08-19 11:55:42 +02:00
Boulay Mathias
75ce708c14 Merge pull request #1741 from Moresteck/v3_openjdk
Stub setDisplayConfiguration function
2021-08-19 11:54:05 +02:00
github-actions
74aba8b70d CI: Update gl4es 2021-08-18 16:49:59 +00:00
LegacyGamerHD
b9c56ad7ef Update README.md 2021-08-18 18:46:18 +02:00
github-actions
35c29cafbc CI: Update gl4es 2021-08-18 10:17:23 +00:00
Duy Tran Khanh
e3061c9da7 Allow downloading “net.java.jinput”
Test Forge LiteLoader
2021-08-18 10:25:56 +07:00