Commit Graph

422 Commits

Author SHA1 Message Date
khanhduytran0
0211102f23 Abstracts to BaseLauncherActivity.java for easier maintaining multiple designs 2020-11-15 19:16:28 +07:00
khanhduytran0
84d8fbacd0 DownloadUtils.java: Change some in throwing exception 2020-11-15 16:27:50 +07:00
khanhduytran0
8f5608975e [Bug fix] Offline play causes error 2020-11-15 13:04:01 +07:00
khanhduytran0
d41bcb6561 Sorting 2020-11-15 09:53:59 +07:00
khanhduytran0
d46abbe040 Fix internal errors 2020-11-15 09:49:27 +07:00
khanhduytran0
a33dcfaf9f [Custom version] Improve MC version inheriting combination 2020-11-15 09:37:00 +07:00
khanhduytran0
bfec5cdd44 Try fix scrolling 2020-11-15 06:40:51 +07:00
khanhduytran0
217f3997db Scroll when hold 2 fingers 2020-11-14 15:42:09 +07:00
khanhduytran0
ebc95ec9c7 Move LIBGL_BATCH=10 to environment variable 2020-11-13 05:21:31 +07:00
LegacyGamerHD
e90a9e0a0e correct my stuff 2020-11-12 17:35:22 +01:00
LegacyGamerHD
9c5ad4c505 Update Tools.java 2020-11-12 16:55:33 +01:00
LegacyGamerHD
678b86f228 Update Tools.java 2020-11-12 16:49:12 +01:00
khanhduytran0
78d2908fad Debug 2020-11-12 19:13:55 +07:00
khanhduytran0
e8e7e88240 Implements language changer 2020-11-12 18:52:07 +07:00
khanhduytran0
2cf9777991 Use mutex lock instead of "Thread.sleep()" 2020-11-12 11:47:03 +07:00
khanhduytran0
5214a4f7e6 Code cleanup
- Move source files to convenient folders
- Remove unused classes
- Remove NDK ABI filter (supports all architectures)
2020-11-12 09:34:08 +07:00
khanhduytran0
2ae3bd748d Changes
- [Java code] Partial Tabs to spaces
- [Native code] Disable build debuggerd
- [Input pipe] Better key handling
2020-11-12 06:07:25 +07:00
khanhduytran0
6da86cdb3f Add import 2020-11-10 20:06:48 +07:00
khanhduytran0
4d73882708 Copy from MCLauncherActivity.java 2020-11-10 20:05:27 +07:00
khanhduytran0
79c3386e2a Changes
- [Input pipe] Try to fix text not working on 1.12.2 and below.
- [MC version manage] Copy from inheritsFrom if could not download version.
2020-11-10 20:01:49 +07:00
khanhduytran0
fee541c9a4 Move force trigger screen size to GLFW stub side 2020-11-09 14:30:58 +07:00
Tran Khanh Duy
eb349a1573 [Custom control] Fix compile 2020-11-09 13:51:58 +07:00
khanhduytran0
44bac63dac Changes
- [Custom control] Move source files.
- [Input pipe] Force to trigger update screen size at least once to fix wrong cursor position.
2020-11-09 13:30:50 +07:00
khanhduytran0
2ffd62f09f [Mod installer] Bug fix: pixels memory not freed 2020-11-08 06:24:09 +07:00
khanhduytran0
057ef13c40 Fix thread not attached for MC 1.12 indirect char pipe 2020-11-07 19:16:53 +07:00
khanhduytran0
423ddb2d10 [Mod installer] Fix compile 2020-11-07 15:49:58 +07:00
khanhduytran0
73c8385bba [Mod installer] Fix errors on some devices 2020-11-07 15:41:37 +07:00
Tran Khanh Duy
27c0f009a1 Update AWTCanvasView.java 2020-11-07 15:14:27 +07:00
Tran Khanh Duy
7533611aeb [Mod installer] Disable alpha 2020-11-07 15:06:24 +07:00
khanhduytran0
33a2c42626 [Mod installer] move render to android 2020-11-07 13:57:03 +07:00
khanhduytran0
9fbe2385e0 Disable print MC args 2020-11-07 05:24:13 +07:00
khanhduytran0
7ef8526c91 Changes
- [Default JVM args] Set user.home to fix crash of mods or hacked clients.
- [Mod installer] fix
2020-11-06 20:24:36 +07:00
khanhduytran0
d00035d645 Changes
- Remove "id=inheritsFrom"
- [Mod installer] Fix JNI thread attach.

Current TODO: complete "inheritsFrom" implementation to get Fabric to work.
2020-11-06 18:12:39 +07:00
ArtDev
c0d09d4f5f Attempt №2 2020-11-06 13:25:03 +03:00
ArtDev
1dae5afea1 Try to fix up Fabric 2020-11-06 13:22:11 +03:00
Tran Khanh Duy
57466ca6de Print Minecraft args on launch 2020-11-06 16:17:28 +07:00
khanhduytran0
f5a5a63405 [JRE test] disable arg test 2020-11-06 16:00:27 +07:00
khanhduytran0
7a0e4efcec [MC args parser] Try to get Fabric work 2020-11-06 15:43:21 +07:00
khanhduytran0
8960365524 [JRE Startup check] Enable JVM arguments check 2020-11-06 15:32:08 +07:00
khanhduytran0
5d67ce24c6 [Input pipe] Try to fix thread not attached 2020-11-06 05:20:41 +07:00
khanhduytran0
e8a972c0ba Tools.java: Add a global method to launch JVM with additional args 2020-11-05 20:21:42 +07:00
khanhduytran0
7c0f688f89 [Code cleanup] Unnecessary codes, JVM launch types 2020-11-05 19:53:34 +07:00
khanhduytran0
ffa6d7d0d7 Fix ld lib path (2/2) 2020-11-05 19:31:45 +07:00
Tran Khanh Duy
ffd740ffdf Fix ld library path (1/2) 2020-11-05 19:28:48 +07:00
khanhduytran0
96f71d65f9 fix... 2020-11-05 18:54:10 +07:00
khanhduytran0
950784f81f [JRE Launcher] use java.library.path 2020-11-05 18:39:16 +07:00
khanhduytran0
58bb44f89a [Mod installer] Try to attach JNI thread anyways 2020-11-05 18:03:39 +07:00
khanhduytran0
189793020c Move 2020-11-05 17:46:17 +07:00
khanhduytran0
39e250aa57 Changes
- [Mod installer] Fix crash when put t background.
- Tools.java: replace tabs with 4-spaces
2020-11-05 17:43:28 +07:00
khanhduytran0
ab2e9e68b1 Change to TextureView again 2020-11-05 17:32:26 +07:00