2707 Commits

Author SHA1 Message Date
artdeell
54d09b53a1 Mouse speed editor in settings + ingame 2021-02-22 14:26:44 +03:00
ArtDev
c0437cd432
Merge pull request #937 from Mathias-Boulay/portait_support
- Improved portrait support
2021-02-22 13:55:52 +03:00
SerpentSpirale
9d2f420164 - The launcher UI is now able to detect portrait orientation.
- Refactored the restoreOldLook to make a bit more sense.
2021-02-22 11:39:22 +01:00
SerpentSpirale
4c6dd80be8 - De-cluttered the launcher ui.
- Removed stuff that wasn't used.
2021-02-22 11:24:38 +01:00
SerpentSpirale
53db976a15 Further cleaning 2021-02-21 22:39:53 +01:00
SerpentSpirale
166398ea22 - Some objects are final now
- Cleaned up some code.
- Reduced the scope of some variables.
2021-02-21 22:25:37 +01:00
SerpentSpirale
9fbc0ee108 - Switched from v2 to v3, cleaned up a bit. 2021-02-21 21:35:33 +01:00
SerpentSpirale
2eb88ff0ba - Improved scaling of the select account menu for portrait/split screen mode and small scren devices. 2021-02-21 21:34:00 +01:00
SerpentSpirale
4e227a702a - Created login layout v3, using ConstraintLayout. 2021-02-21 21:29:41 +01:00
ArtDev
b6413cc191 fix the doublescroll + fix scroll buttons for 1.13+ 2021-02-21 19:28:04 +03:00
artdeell
67487dcdba change 2021-02-21 10:56:38 +03:00
ArtDev
d8a58484da
Update README.md 2021-02-21 08:47:00 +03:00
ArtDev
5abdf0960a
Update README.md 2021-02-21 08:45:59 +03:00
Duy Tran Khanh
46eaa50cb6
[EGL]Correctly swap buffers to curr thread surface
Also, re-enable pbuffer on 2+ context and not detach curr surface
2021-02-21 12:41:43 +07:00
Duy Tran Khanh
31bed6d16b
Little more doc on build the launcher and copy lib 2021-02-21 12:05:41 +07:00
Duy Tran Khanh
b5c4e24999
EGLBridge context changes
- Detach current surface when context on makeCurrent is EGL_NO_CONTEXT
- Temporary disbable create pbuffer
2021-02-21 11:54:10 +07:00
Duy Tran Khanh
144597fd1a
Update egl_bridge.c 2021-02-21 11:47:40 +07:00
khanhduytran0
63cbaa7b00 Fix compile warnings; pbuffer for 2+ EGL contexts 2021-02-21 10:56:48 +07:00
Duy Tran Khanh
661272b183
Also a null check 2021-02-21 09:53:07 +07:00
Duy Tran Khanh
871e97fe9c
Tab -> spaces; Set win size also set monitor size 2021-02-21 09:51:32 +07:00
ArtDev
9bc686b591
Bump up the version to apply the hack for everyone 2021-02-20 23:47:09 +03:00
ArtDev
38c8bc6d5b
Add the ResConfHack to fix server resolving 2021-02-20 23:45:27 +03:00
artdeell
c4901a8bec Fix the installer
java doesn't like brackets
2021-02-20 18:18:35 +03:00
artdeell
8e3d35290d Add an ability to sync to multiple version repositories (not accessible to the user) 2021-02-20 14:49:27 +03:00
khanhduytran0
6957bcff4a Fix NPE on SharedDrawable 2021-02-20 12:24:20 +07:00
Duy Tran Khanh
2137796aaa Merge branch 'v3_openjdk' of git@github.com:PojavLauncherTeam/PojavLauncher.git 2021-02-20 04:51:31 +07:00
Duy Tran Khanh
4e8b21883f Bug fix: run jar file containing space give crash 2021-02-20 04:50:25 +07:00
Duy Tran Khanh
9a295c922a
Change button padding, possibility fixes #912 2021-02-20 04:27:44 +07:00
artdeell
51942115a9 Fix the software mouse jumps 2021-02-19 14:34:20 +03:00
artdeell
7904d91702 Fix ALL mouse jumps for hardware mouse;
Yes, it now works as on PC :)
2021-02-18 21:48:18 +03:00
artdeell
2a75fb1362 Fix mouse jumps for touchscreen in 1.12.2 and for 1.16.5 physical mouse 2021-02-18 15:17:20 +03:00
Duy Tran Khanh
9c5b5b9a1e
[LWJGL2] Volatile the Drawable object 2021-02-18 14:48:48 +07:00
artdeell
957415bc68 Icons! 2021-02-18 07:26:50 +03:00
artdeell
e6889b0b3b Remove a nonexistant activity, set the right mouse override to off by default 2021-02-18 07:26:50 +03:00
ArtDev
1cf60b44f9
Merge pull request #914 from Mathias-Boulay/patch-1
Improvements on the bug report template
2021-02-17 20:51:23 +03:00
Boulay Mathias
c257778549
Added indirect incentive to better fill the title. 2021-02-17 18:32:59 +01:00
artdeell
bf92ba33bf Get rid of the logcat for general logging 2021-02-17 20:17:53 +03:00
Boulay Mathias
d7c421dfab
- Updated bug_report.md 2021-02-17 16:06:25 +01:00
artdeell
315ad94100 Check the ES version before launching, add a more proper way to detect the keyboard 2021-02-17 16:11:14 +03:00
Duy Tran Khanh
06f1d58993
[LWJGLX] Avoid re-creating window on resize 2021-02-17 17:54:56 +07:00
Duy Tran Khanh
68e8f57e96
Merge pull request #716 from PojavLauncherTeam/l10n_v3_openjdk2
New Crowdin updates
2021-02-17 17:19:44 +07:00
Duy Tran Khanh
5bc5163d60
Merge branch 'v3_openjdk' into l10n_v3_openjdk2 2021-02-17 17:14:21 +07:00
ArtDev
e508945ac7
Also print LIBGL logcat 2021-02-17 12:27:04 +03:00
Duy Tran Khanh
ef444ef874 New translations strings.xml (Filipino) 2021-02-17 16:05:37 +07:00
Duy Tran Khanh
0558602abf New translations strings.xml (Filipino) 2021-02-17 14:56:31 +07:00
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
8899cc46e8 New translations strings.xml (German) 2021-02-16 18:50:33 +07:00
Duy Tran Khanh
0e23118f49 New translations strings.xml (Indonesian) 2021-02-16 17:51:53 +07:00
Duy Tran Khanh
3cfa721e42 New translations strings.xml (Romanian) 2021-02-16 17:51:52 +07:00