4623 Commits

Author SHA1 Message Date
SerpentSpirale
22602d717a LoggerView now auto-shows the log 2021-11-25 21:06:12 +01:00
SerpentSpirale
d44f2dc023 - Update JavaGUILauncherActivity to use LoggerView
- Simplified view hierarchy
2021-11-25 21:06:12 +01:00
SerpentSpirale
364509069e Ported JREUtils to use Logger class 2021-11-25 21:06:12 +01:00
SerpentSpirale
9e3d5532ef BaseMainActivity now uses a loggerView 2021-11-25 21:06:12 +01:00
SerpentSpirale
f0a8448ac2 Fully implemented LoggerView with singleton Logger 2021-11-25 21:06:12 +01:00
SerpentSpirale
46481cdcaa W.I.P Port over to the new logger 2021-11-25 21:06:12 +01:00
SerpentSpirale
fa79784513 Add LoggerView.java, Logger.java, and loggerview_layout.xml 2021-11-25 21:06:12 +01:00
SerpentSpirale
b73b85f92f Update build.gradle 2021-11-25 21:06:12 +01:00
SerpentSpirale
84787e0bd7 Fix android 12 controller crash bug, removing reflection 2021-11-25 21:06:12 +01:00
SerpentSpirale
58a63b02eb Fix tap activating the left mouse button 2021-11-25 21:06:12 +01:00
SerpentSpirale
165cc2a8f0 Fix back key not being intercepted 2021-11-25 21:06:12 +01:00
SerpentSpirale
2a12db6216 - Fix distance evaluation bug
- Move static inputs methods to CallbackBridge
- Restored pointerDebugTextview, now auto-instanciated.
- Simplified main_with_ctrl hierarchy
2021-11-25 21:06:12 +01:00
SerpentSpirale
15ece0c416 - Move most input handling to the MCGLView
- Remove context holding from the Gamepad object
- Simplified main_with_custom_ctrl layout hierarchy
2021-11-25 21:06:12 +01:00
SerpentSpirale
3cb50a46ca Fix sqare detection box for touch slopiness 2021-11-25 21:06:12 +01:00
SerpentSpirale
a5d0c89be6 Make use of the MCOptionListener 2021-11-25 21:06:12 +01:00
SerpentSpirale
81018bf517 Cleanup BaseMainActivity 2021-11-25 21:06:12 +01:00
SerpentSpirale
3dd0e0331b - Move some BaseMainActivity to their respective classes
- Improved control onTouch performance
2021-11-25 21:06:12 +01:00
SerpentSpirale
9198413f11 Remove right override button behavior 2021-11-25 21:06:12 +01:00
SerpentSpirale
304a84a13b Make use of the getMCScale from MCOptionUtils 2021-11-25 21:06:12 +01:00
SerpentSpirale
68aeae45e2 Add listener for mcOptions, and getMcScale to MCOptionUtils 2021-11-25 21:06:12 +01:00
SerpentSpirale
a2cd6c8f7d Fix improper coordinate precision on mouse clicks 2021-11-25 21:06:12 +01:00
SerpentSpirale
8993fb9506 currentDisplayMetrics are more frequently updated 2021-11-25 21:06:12 +01:00
github-actions
246537d01a CI: Update vgpu 2021-11-25 21:06:12 +01:00
github-actions
447d46510b CI: Update gl4es 2021-11-25 21:06:12 +01:00
SerpentSpirale
4f53399d09 WIP moving code from BaseMainActivity to MineViewGL 2021-11-25 21:06:12 +01:00
SerpentSpirale
9602e9b492 Rename one variable 2021-11-25 21:06:12 +01:00
khanhduytran0
2ec6c4d18c Revert workaround + vtest is now a single lib 2021-11-23 05:33:53 +07:00
Duy Tran Khanh
511ef3833c VirGL: Attempt to workaround Android 7.0 dlopen bug(?) 2021-11-22 16:56:18 +07:00
Duy Tran Khanh
d79a910d4b
sprintf format moment 2021-11-22 06:20:59 +07:00
Duy Tran Khanh
401e092eee VirGL: more changes for Android 7.0 support 2021-11-22 06:10:16 +07:00
github-actions
3ee46f49c4 CI: Update gl4es 2021-11-15 16:32:09 +00:00
artdeell
3e5f04a2d2 Changes
- Removed Zink from renderer list
 - Added virgl binaries for all architectures except 32-bit x86
 - Updated all Mesa binaries to latest
2021-11-15 19:24:49 +03:00
ArtDev
cd80841236
Merge branch 'v3-virgl' into v3_openjdk 2021-11-15 18:08:25 +03:00
SerpentSpirale
fa78ff0642 Increase touchpad mouse resilience 2021-11-15 11:05:17 +01:00
SerpentSpirale
d4e19bf6a8 Fix hotbar taking mouse pass-through 2021-11-14 22:35:01 +01:00
SerpentSpirale
58e2c2ff82 Fix improper function signature 2021-11-14 18:52:11 +01:00
SerpentSpirale
690883ddee - Fix custom increment implementation
- Add custom increments
2021-11-14 18:06:00 +01:00
SerpentSpirale
14529f109b New option: sustained performance 2021-11-14 14:51:36 +01:00
SerpentSpirale
154fb36cb0 Remove useless code 2021-11-14 14:50:16 +01:00
Duy Tran Khanh
4621359f0e
Test: don’t call PixelStore(Y_UP, 0) for virgl 2021-11-14 20:36:35 +07:00
Duy Tran Khanh
e26fcc0495
Updated virgl (arm64) 2021-11-14 19:34:26 +07:00
LegacyGamerHD
cc6c6ab14c Merge branch 'v3_openjdk' into v3-virgl 2021-11-11 15:50:02 +01:00
LegacyGamerHD
187e780fda
Update JREUtils.java 2021-11-11 12:06:17 +01:00
Boulay Mathias
e862742adc
Merge pull request #2211 from Mathias-Boulay/Control_revision_2.5
[V2.5] Controls Revision
2021-11-11 11:57:45 +01:00
LegacyGamerHD
f66e2e6698
another try 2021-11-11 11:57:23 +01:00
github-actions
7ae4973cee CI: Update vgpu 2021-11-11 10:56:22 +00:00
github-actions
7631c8ba5a CI: Update gl4es 2021-11-11 10:54:07 +00:00
SerpentSpirale
be1811786a Update ControlOffsetPreference.java and strings.xml 2021-11-11 11:49:20 +01:00
SerpentSpirale
7d4fbfaaa9 Un-hardcode strings 2021-11-11 11:49:20 +01:00
SerpentSpirale
ed9810aecf Add control offsets 2021-11-11 11:49:20 +01:00