5527 Commits

Author SHA1 Message Date
Duy Tran Khanh
21cb74311b New translations strings.xml (Polish) 2022-01-07 15:07:54 +07:00
Duy Tran Khanh
85f72ae72f New translations strings.xml (Chinese Traditional) 2022-01-07 15:07:53 +07:00
Duy Tran Khanh
58bc136c18 New translations strings.xml (Chinese Simplified) 2022-01-07 15:07:52 +07:00
Duy Tran Khanh
8ac9ebaab4 New translations strings.xml (Russian) 2022-01-07 15:07:41 +07:00
Duy Tran Khanh
334873fa7e New translations strings.xml (Indonesian) 2022-01-07 15:07:38 +07:00
Duy Tran Khanh
629be27887 New translations strings.xml (Portuguese, Brazilian) 2022-01-07 15:07:37 +07:00
SerpentSpirale
10e4187a76 New eXperimental option: force gles 1 2022-01-06 23:58:52 +01:00
SerpentSpirale
2867ef3ad2 New option, start with virtual mouse on (#2399) 2022-01-06 22:59:00 +01:00
SerpentSpirale
5d61619243 Centralised coordinates to always use CallBackBridge ones 2022-01-06 21:57:32 +01:00
SerpentSpirale
3149734b94 Update ControlOffsetPreference.java 2022-01-06 21:29:44 +01:00
Duy Tran Khanh
6324ff25b0 New translations strings.xml (Polish) 2022-01-06 15:11:58 +07:00
artdeell
ac40da2c4e TMP_COMMIT 2022-01-05 12:47:07 +03:00
SerpentSpirale
d54bfa6569 Add parser support for double dashes and list arguments 2022-01-02 12:31:07 +01:00
Duy Tran Khanh
5de6bc99cc New translations strings.xml (Chinese Traditional) 2022-01-02 03:07:47 +07:00
Duy Tran Khanh
09ddc2f335 New translations strings.xml (Chinese Simplified) 2022-01-02 03:07:46 +07:00
SerpentSpirale
b0851c1592 Fix gamepad crosshair resizing; Switched trigger detections from digital to analog tests. 2022-01-01 15:07:24 +01:00
Duy Tran Khanh
5c9db455d8
gl4es: disable overloading default functions shader hack
This fixes startup crash on certain devices, thanks to @NotAHero04
2022-01-01 17:13:37 +07:00
Duy Tran Khanh
1403a0c0af
Update android.yml 2022-01-01 05:35:13 +07:00
Duy Tran Khanh
d0f3f3d29d New translations strings.xml (Portuguese) 2022-01-01 02:58:44 +07:00
Duy Tran Khanh
7df8559ad9
Skip building gl4es/vgpu if not in main branch 2021-12-30 20:04:02 +07:00
Duy Tran Khanh
cfa8cad870 New translations strings.xml (Turkish) 2021-12-30 18:26:21 +07:00
Duy Tran Khanh
c1de44dd13
Added missing class (for #2468) 2021-12-29 18:20:06 +07:00
ArtDev
85889338c1
Upstreamify profiles (#2472)
* Extended MCOptionUtils to support list values

* Mitigation for the Apache Log4j RCE in 1.8.x-1.18

Related issue: #2378

* Update JREUtils.java

* Completely fix Log4J RCE (1.7-1.16.5) (not yet tested)
#2378

* fix moment

* Fix a NullPointerException when launching ≤ 1.6.4

* Updated virgl vtest (arm64 only)

Experimental changes:
- HACK: explicitly set location for fsout_c0/1. this might not work, not tested
- Fix empty screen on OF + shader: caused by target fb/texture changed

* Trigger a texture creation, which then set VIRGL_TEXTURE_ID

* Replace sprintf with asprintf for auto allocation

* Update egl_bridge.c

* Updated vtest lib: fixes flipped screen

* CI: Update gl4es

* Updated vtest arm64: fixes black screen on <1.13(?)

Co-authored-by: SerpentSpirale <mathiasboulay@free.fr>
Co-authored-by: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com>
Co-authored-by: khanhduytran0 <khanhduytran0@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2021-12-28 11:19:57 +03:00
github-actions
1fe5719e11 CI: Update gl4es 2021-12-26 06:39:31 +00:00
Duy Tran Khanh
25e2c4ef48
Remove package-info.class from these files
Workaround "Module org.lwjgl not found, required by <these libraries>"
2021-12-26 13:36:43 +07:00
Duy Tran Khanh
1d2fc57e55 New translations strings.xml (Indonesian) 2021-12-23 21:18:16 +07:00
Duy Tran Khanh
8241c4b876 New translations strings.xml (Russian) 2021-12-22 21:13:00 +07:00
Duy Tran Khanh
d09da445cd New translations strings.xml (Japanese) 2021-12-21 20:24:37 +07:00
Duy Tran Khanh
5f232a829f New translations strings.xml (Indonesian) 2021-12-20 20:23:40 +07:00
Duy Tran Khanh
4a03dfb1a2 New translations strings.xml (Ukrainian) 2021-12-20 20:23:38 +07:00
Duy Tran Khanh
d49c5ae17f New translations strings.xml (Japanese) 2021-12-20 20:23:38 +07:00
Duy Tran Khanh
049e982d54 New translations strings.xml (Ukrainian) 2021-12-19 20:27:57 +07:00
Duy Tran Khanh
9d96d83bbf New translations strings.xml (Turkish) 2021-12-19 20:27:56 +07:00
Duy Tran Khanh
f1bd70996c
Updated vtest arm64: fixes black screen on <1.13(?) 2021-12-19 17:03:07 +07:00
github-actions
163206f349 CI: Update gl4es 2021-12-19 02:57:43 +00:00
Duy Tran Khanh
4892ce3812
Updated vtest lib: fixes flipped screen 2021-12-19 09:54:55 +07:00
ArtDev
a530e72506
Update egl_bridge.c 2021-12-18 09:05:43 +03:00
ArtDev
06b9393ad0
Replace sprintf with asprintf for auto allocation 2021-12-18 09:03:07 +03:00
Duy Tran Khanh
b1fc61648b
Trigger a texture creation, which then set VIRGL_TEXTURE_ID 2021-12-18 11:31:41 +07:00
Duy Tran Khanh
a57091ad2b
Updated virgl vtest (arm64 only)
Experimental changes:
- HACK: explicitly set location for fsout_c0/1. this might not work, not tested
- Fix empty screen on OF + shader: caused by target fb/texture changed
2021-12-18 10:54:25 +07:00
Duy Tran Khanh
f2e8ee3422
Fix a NullPointerException when launching ≤ 1.6.4 2021-12-14 10:49:32 +07:00
khanhduytran0
9c15455929 fix moment 2021-12-14 07:58:43 +07:00
khanhduytran0
2d5751d018 Completely fix Log4J RCE (1.7-1.16.5) (not yet tested)
#2378
2021-12-14 07:40:35 +07:00
ArtDev
9fc4d5dc82
Upstreamify profiles (#2390)
* Extended MCOptionUtils to support list values

* Mitigation for the Apache Log4j RCE in 1.8.x-1.18

Related issue: #2378

* Update JREUtils.java

Co-authored-by: SerpentSpirale <mathiasboulay@free.fr>
Co-authored-by: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com>
2021-12-13 22:49:22 +03:00
artdeell
ad8d115b82 ▼▼▼
- Probably fix race condition when clearing the cache
- Unload unneeded launcher activity while in game
2021-12-13 22:45:52 +03:00
Duy Tran Khanh
7551487461
Update JREUtils.java 2021-12-12 14:21:46 +07:00
Duy Tran Khanh
123a185d51
Mitigation for the Apache Log4j RCE in 1.8.x-1.18
Related issue: #2378
2021-12-12 14:19:03 +07:00
SerpentSpirale
a24d3cf1dd Extended MCOptionUtils to support list values 2021-12-11 22:29:45 +01:00
Duy Tran Khanh
871553fd17 New translations strings.xml (Hindi) 2021-12-12 04:04:30 +07:00
Duy Tran Khanh
b380aa0c56 New translations strings.xml (Russian) 2021-12-12 04:04:29 +07:00