2910 Commits

Author SHA1 Message Date
Duy Tran Khanh
3911e8ef11 [WIP] Ingame custom controls 2021-02-24 19:49:25 +07:00
Duy Tran Khanh
aa426268ee
Custom controls: add a null check to fixing crash 2021-02-24 17:11:42 +07:00
Duy Tran Khanh
ca6a05fab3 New translations strings.xml (Arabic) 2021-02-24 16:58:27 +07:00
Duy Tran Khanh
c55d24cdef New translations strings.xml (Arabic) 2021-02-24 15:49:44 +07:00
Duy Tran Khanh
49e59a4d2c New translations strings.xml (Arabic) 2021-02-24 14:46:32 +07:00
Duy Tran Khanh
c49a5e7298 New translations strings.xml (German) 2021-02-24 14:46:31 +07:00
Duy Tran Khanh
10d8c740cf New translations strings.xml (Chinese Traditional) 2021-02-24 13:46:42 +07:00
Duy Tran Khanh
55a57c303a New translations strings.xml (Chinese Simplified) 2021-02-24 12:47:18 +07:00
Duy Tran Khanh
12ebe828fd
Attempt fix the v.mouse not shown after grab=false 2021-02-24 11:44:23 +07:00
Duy Tran Khanh
ec9c490c12
Update BaseMainActivity.java 2021-02-24 10:34:39 +07:00
khanhduytran0
3820760b61 Several unused codes cleanup; in-game change control (unfinished!) 2021-02-24 09:51:37 +07:00
Duy Tran Khanh
810ffc0cfa New translations strings.xml (Portuguese, Brazilian) 2021-02-24 09:19:46 +07:00
Duy Tran Khanh
6e598fb14d New translations strings.xml (Filipino) 2021-02-24 06:50:17 +07:00
Duy Tran Khanh
5b4a04ce3a New translations strings.xml (Italian) 2021-02-24 04:49:37 +07:00
artdeell
5fba7e7170 Add an ability to make buttons round; fix empty text on the mouse passthru checkbox 2021-02-23 23:43:03 +03:00
Duy Tran Khanh
34ec9c393d New translations strings.xml (Polish) 2021-02-24 02:26:40 +07:00
Duy Tran Khanh
f11197a6f8 New translations strings.xml (Korean) 2021-02-24 01:08:03 +07:00
Duy Tran Khanh
1c216bd05b New translations strings.xml (German) 2021-02-23 23:51:08 +07:00
Duy Tran Khanh
c49383be97 New translations strings.xml (Romanian) 2021-02-23 22:43:15 +07:00
Duy Tran Khanh
3e8d1efaeb New translations strings.xml (Italian) 2021-02-23 22:43:13 +07:00
Duy Tran Khanh
e3396dc59d New translations strings.xml (Russian) 2021-02-23 21:47:10 +07:00
artdeell
28338f42f8 Mouse pass-thru (can be enabled per-button) 2021-02-23 17:34:30 +03:00
Duy Tran Khanh
1a8388e4cb New translations strings.xml (Chinese Traditional) 2021-02-23 16:04:07 +07:00
Duy Tran Khanh
96502542e4 New translations strings.xml (Chinese Simplified) 2021-02-23 16:04:06 +07:00
Duy Tran Khanh
54554abfe4 New translations strings.xml (Turkish) 2021-02-23 13:39:24 +07:00
Duy Tran Khanh
1792de6409 New translations strings.xml (Ukrainian) 2021-02-23 03:07:29 +07:00
artdeell
72ef1808f9 Prepare the AWT clipboard 2021-02-22 17:44:40 +03:00
Duy Tran Khanh
ad2a59f78b New translations strings.xml (Romanian) 2021-02-22 20:32:11 +07:00
Duy Tran Khanh
7d641caef0 New translations strings.xml (Filipino) 2021-02-22 19:30:35 +07:00
Duy Tran Khanh
416554fa0b New translations strings.xml (Russian) 2021-02-22 19:30:34 +07:00
Duy Tran Khanh
854609598a New translations strings.xml (Korean) 2021-02-22 19:30:32 +07:00
Duy Tran Khanh
cfc82f469e New translations strings.xml (Italian) 2021-02-22 19:30:30 +07:00
Duy Tran Khanh
21f168739f New translations strings.xml (German) 2021-02-22 19:30:29 +07:00
Duy Tran Khanh
d902a39352 New translations strings.xml (Dutch) 2021-02-22 18:29:34 +07:00
Duy Tran Khanh
03fde9bc5f New translations strings.xml (Vietnamese) 2021-02-22 18:29:27 +07:00
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
Duy Tran Khanh
e543f4220f New translations strings.xml (Korean) 2021-02-22 00:39:29 +07: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