Commit Graph

2475 Commits

Author SHA1 Message Date
Duy Tran Khanh
21799472ba Set LIBGL_ES=3 when GLES3 context can be created 2021-02-17 13:49:28 +07:00
artdeell
2100287f88 Add the signal trapper 2021-02-16 18:12:10 +03:00
Duy Tran Khanh
1f8bc359c0 Import 2021-02-16 13:19:54 +07:00
Duy Tran Khanh
7eb7746691 Changes
- Increase mouse scale minimum from 100% to 25%.
- (experimental) Add an option to switch control button style to flat.
2021-02-16 13:13:40 +07:00
ArtDev
74f66bb8f2 Move resolution scaler to scalers category 2021-02-16 08:31:16 +03:00
Duy Tran Khanh
5a11ba8c2f Try ES3 ctx first: GL4ES get better shader support
- If create ES3 context fails, fallback to ES2.
- If GL4ES is inside ES3 context, it will use GLSL ES 300+, so it
might give better shader support.
2021-02-16 07:46:18 +07:00
khanhduytran0
614e56edcb Rename libgl04es to libgl4es_114 2021-02-16 07:06:32 +07:00
ArtDev
f0a5a88f14 Merge pull request #897 from busybox11/patch-1
Fixed spelling mistakes
2021-02-15 22:47:08 +03:00
busybox
5432cf650e Fixed spelling mistakes 2021-02-15 20:40:11 +01:00
artdeell
cd04925ca2 Add the "Disable gestures" switch 2021-02-15 19:14:23 +03:00
artdeell
39c9da7bf0 Fix the compilation error 2021-02-15 17:10:58 +03:00
artdeell
9ad1e5e940 Use Version Manifest 2.0, add SHA1 checker for version.json, give up the download after 5 failed attempts 2021-02-15 17:05:38 +03:00
Duy Tran Khanh
4a163668f9 Force mouse pos to works by resize every move until grab
The most annoying bug.
2021-02-15 19:39:14 +07:00
artdeell
69531f09cc Library SHA checker 2021-02-15 14:11:33 +03:00
Duy Tran Khanh
02586b758f Update Caciocavallo to support Impact 1.12.2 2021-02-14 17:58:08 +07:00
ArtDev
9e14381b32 Start moving Pojav modules outside of the game directory 2021-02-14 17:31:56 +07:00
Duy Tran Khanh
7b99b423e5 Update Caciocavallo: support PERPIXEL_TRANSLUCENT 2021-02-14 13:38:37 +07:00
Duy Tran Khanh
72346341ab Set java.awt.headless to always false 2021-02-14 09:26:00 +07:00
artdeell
84b4f53a9b PVC first build 2021-02-13 18:19:23 +03:00
Duy Tran Khanh
bd0d4a2f49 Cherry-pick 58690f99adb531691137e201daa42c53ce450cc2 2021-02-13 20:06:21 +07:00
Duy Tran Khanh
f4412eb232 New option: treat back button as right mouse
Some Android devices treats right mouse input as back button, so enable
to convert back to right mouse.
2021-02-13 20:04:53 +07:00
Duy Tran Khanh
8f21e9d5f5 Reduce native compile warnings 2021-02-13 20:04:38 +07:00
Duy Tran Khanh
c75ba74b95 Bug fix(?): mouse position not working 2021-02-13 20:04:21 +07:00
Duy Tran Khanh
b34709200e Cherry-pick 2af5d6176d48b98471e943582edcb2e19550af57 2021-02-13 20:02:42 +07:00
Duy Tran Khanh
fde4950097 Update bug_report.md 2021-02-11 21:21:14 +07:00
ArtDev
30c08de176 Update BaseMainActivity.java 2021-02-06 13:55:18 +03:00
ArtDev
80e646989f Merge pull request #803 from serpentspirale/v3_openjdk
WIP fix for mali gpu ?
2021-02-06 13:39:30 +03:00
khanhduytran0
db57c4cbcb EFX10: add a lot of missing methods 2021-02-06 14:09:56 +07:00
Duy Tran Khanh
1bd522f344 Merge pull request #807 from serpentspirale/ctx_leak
Used a weak reference to prevent some memory leaks caused by tasks
2021-02-06 13:25:36 +07:00
Duy Tran Khanh
4561921a97 EditText.getText().toString() instead of EditText.toString() 2021-02-06 13:01:47 +07:00
khanhduytran0
46a2bddbcd [Custom controls] Add settings to change size manually 2021-02-06 11:16:37 +07:00
khanhduytran0
76c7b4aeb2 [Custom controls] Bug fix: Transparency not working 2021-02-06 10:58:54 +07:00
khanhduytran0
bfd6814bfa JRE update: @Janrupf: Fix early SIGSEGV on x86 2021-02-06 07:19:53 +07:00
SerpentSpirale
e639ff8ae0 Introduced WIP fix N°2 ! (at least on my phone) 2021-02-05 19:11:44 +01:00
SerpentSpirale
01d695bf9d Revert "- WIP fix for mali gpu ?"
This reverts commit 05ece2a552.
2021-02-05 19:10:56 +01:00
SerpentSpirale
7b93eabefe Used a weak reference to prevent some memory leaks caused by tasks 2021-02-05 17:13:54 +01:00
Duy Tran Khanh
6d6c535cfe [AWT] Set X11FontManager as default for Impact 2021-02-05 21:19:47 +07:00
SerpentSpirale
05ece2a552 - WIP fix for mali gpu ? 2021-02-05 12:14:41 +01:00
Duy Tran Khanh
0083e6818d Ignore removing non-exists GLFW window 2021-02-05 14:02:55 +07:00
Duy Tran Khanh
63ece80954 Fix rare bug: show dialog when Activity finishing 2021-02-05 12:37:41 +07:00
ArtDev
a30103d2fd Update BaseMainActivity.java 2021-02-04 20:42:07 +03:00
ArtDev
f000a0209e Merge pull request #799 from serpentspirale/Cleaning_spree_P2
Cleaning part 2 I guess
2021-02-04 20:39:40 +03:00
SerpentSpirale
96dc8e6990 - Removed more code 2021-02-04 15:05:03 +01:00
SerpentSpirale
c3824dcc09 - Removed more stuff 👀 2021-02-04 14:57:59 +01:00
SerpentSpirale
a063605961 - Removed a bunch of what seemed to be purely useless for any future puposes. 2021-02-04 14:19:52 +01:00
Duy Tran Khanh
a721b2d331 Merge pull request #798 from serpentspirale/hotbar_beta_improvement
Hotbar live resizing capability
2021-02-04 18:09:26 +07:00
SerpentSpirale
c6c05b2247 - Fixed wrong constructor for android pie 2021-02-04 11:53:56 +01:00
SerpentSpirale
bd6342d256 - Added a null check, default to auto scale. 2021-02-04 11:38:32 +01:00
SerpentSpirale
641e502bb3 - Removed older handleGuiBar function 2021-02-04 11:35:45 +01:00
SerpentSpirale
5a5dc351f0 - Added deprecated FileObserver Constructor for older APIs 2021-02-04 11:12:44 +01:00