Duy Tran Khanh
0af35c8bc9
New translations strings.xml (Azerbaijani)
2022-08-04 04:17:46 +07:00
Duy Tran Khanh
caeb2e2fbb
New translations strings.xml (Chinese Simplified)
2022-08-03 00:28:53 +07:00
Duy Tran Khanh
e74f80cc68
New translations strings.xml (Kazakh)
2022-08-03 00:28:50 +07:00
Duy Tran Khanh
06ca810e3a
New translations strings.xml (Czech)
2022-08-01 14:51:17 +07:00
Duy Tran Khanh
5c0926936b
New translations strings.xml (Czech)
2022-07-31 14:43:27 +07:00
Duy Tran Khanh
be024e5d0e
New translations strings.xml (Azerbaijani)
2022-07-28 18:25:43 +07:00
Duy Tran Khanh
0d98148755
New translations strings.xml (English)
2022-07-27 18:09:58 +07:00
Duy Tran Khanh
4cf7474eb4
New translations strings.xml (Czech)
2022-07-24 16:53:11 +07:00
Boulay Mathias
23e8a6338f
Changed the meta source (by @NotAHero04)
2022-07-23 00:00:11 +02:00
Boulay Mathias
b7fb9e4cc5
Remove upside down english, for now ?
2022-07-22 23:17:57 +02:00
Boulay Mathias
e06c35bec4
Remove pointless caching, saves ~40MB for flash memory
2022-07-22 22:10:11 +02:00
Duy Tran Khanh
39a5f567a2
New translations strings.xml (Czech)
2022-07-22 15:44:06 +07:00
Duy Tran Khanh
34736cb702
Skip glfwSetWindowAttrib if MC version < 1.13
...
For some reason, calling to JNI functions resulted in `null pointer deference`, despite having assert() that was not triggered. This is a workaround only to skip calling.
2022-07-21 17:02:21 +07:00
Duy Tran Khanh
28cec5ce11
New translations strings.xml (Czech)
2022-07-21 15:34:41 +07:00
Boulay Mathias
c47f14d3bf
Mitigate missing first key with hardware keyboard
2022-07-20 23:12:18 +02:00
Duy Tran Khanh
c51055f2c2
New translations strings.xml (Portuguese, Brazilian)
2022-07-20 07:58:37 +07:00
Boulay Mathias
a6a8296968
Tweak installer resolution
2022-07-19 18:36:27 +02:00
Boulay Mathias
dc80378cdd
Kudos for touchpads declaring as styluses
2022-07-18 20:15:58 +02:00
Boulay Mathias
9b3420fdb2
Deal with legacy auth_session (1.6.4-)
2022-07-17 18:43:42 +02:00
CriticalRange
fc44602a19
Making README better (and more informative) ( #3183 )
...
Make the readme more informative - by @CriticalRange
2022-07-17 16:16:45 +02:00
Duy Tran Khanh
96d7e9854e
New translations strings.xml (Czech)
2022-07-17 07:46:39 +07:00
Boulay Mathias
fcbf618b57
Remove outdated checks and assets
...
Did you know, holy gl4es now supports 1.17+ for GLES 2 devices 👀
2022-07-16 17:44:29 +02:00
github-actions
9c3cd6bec6
CI: Update gl4es
2022-07-16 15:03:53 +00:00
Boulay Mathias
2aafb3bbfc
Better mouse timing, reduced JNI calls to isGrabbing
2022-07-16 17:00:52 +02:00
Boulay Mathias
b9529a5f59
Remove dedicated thread from Touchpad
2022-07-16 16:59:39 +02:00
github-actions
d3d1b5a0fb
CI: Update gl4es
2022-07-16 00:39:15 +00:00
Boulay Mathias
081ad0d66f
Fix pre-1.6 assets being downloaded EVERY TIME
2022-07-16 02:19:46 +02:00
Boulay Mathias
73bd1cc30b
Fix pointless verification on legacy versions
2022-07-16 02:19:24 +02:00
Boulay Mathias
7349dd54eb
Fix languages going back to english.
2022-07-16 01:00:03 +02:00
Duy Tran Khanh
1d16650a12
New translations strings.xml (Arabic)
2022-07-11 19:56:09 +07:00
Duy Tran Khanh
17ad51787c
New translations strings.xml (Arabic)
2022-07-10 20:00:46 +07:00
Boulay Mathias
30370377e6
Move the FALLBACK KeyEvent catch to the last place
2022-07-04 19:57:07 +02:00
github-actions
2365714f75
CI: Update gl4es
2022-07-03 11:55:51 +00:00
Fury-101
c3eba8754b
extremely crucial bug fix
2022-07-03 13:52:59 +02:00
Duy Tran Khanh
eb1adacec7
New translations strings.xml (Chinese Simplified)
2022-06-24 17:46:26 +07:00
Duy Tran Khanh
4a7b8ffc29
New translations strings.xml (Portuguese)
2022-06-20 17:00:30 +07:00
Duy Tran Khanh
82666b70eb
New translations strings.xml (Spanish)
2022-06-15 22:35:14 +07:00
Duy Tran Khanh
aa955da8eb
New translations strings.xml (Thai)
2022-06-10 07:57:55 +07:00
Duy Tran Khanh
654d44871c
New translations strings.xml (Thai)
2022-06-09 08:02:41 +07:00
khanhduytran0
f0ef0bddd2
[MSA] Remove unnecessary step + Only refresh when token expires
2022-06-08 07:55:57 +07:00
Duy Tran Khanh
08863de824
Update input_bridge_v3.c
...
Forget to revert the wrong replacement.
2022-06-07 21:55:39 +07:00
khanhduytran0
cec4d56c9e
(1.13+) Handle ingame opening folder/link + Fix copy/paste
2022-06-07 21:07:19 +07:00
Duy Tran Khanh
f9270e2525
New translations strings.xml (Chinese Simplified)
2022-06-07 00:27:18 +07:00
Boulay Mathias
4670c522a9
Pottential fix for size fix
2022-06-06 19:15:30 +02:00
Boulay Mathias
6f1e8e721f
Pottential fix for double mouse speed
...
Turns out the change in behavior may not be fully commiting.
Thinking about it, it may fix some double click issues.
2022-06-06 02:29:39 +02:00
Duy Tran Khanh
05e326b312
Ignore GH Actions run when PR syncs
2022-06-05 17:46:16 +07:00
Boulay Mathias
42a565b170
Implement more methods
2022-06-04 17:05:25 +02:00
Duy Tran Khanh
632ecf494a
New translations strings.xml (Lithuanian)
2022-06-04 05:04:49 +07:00
Duy Tran Khanh
b2bdae13ed
New translations strings.xml (Romanian)
2022-06-04 05:04:48 +07:00
Duy Tran Khanh
f15cc3c3fd
New translations strings.xml (Portuguese, Brazilian)
2022-06-04 05:04:47 +07:00