6795 Commits

Author SHA1 Message Date
artdeell
76494960da Prevent calls to pojavPumpEvents until the loop is finished
Should fix sticky keys and fastload
2023-05-06 22:02:18 +03:00
Duy Tran Khanh
acc5696996 New translations strings.xml (Spanish) 2023-05-06 03:04:46 +07:00
artdeell
fbb43319f6 Rename the interface 2023-05-05 22:32:59 +03:00
artdeell
a25865a1ed Different exit handling for Custom Controls 2023-05-05 21:33:26 +03:00
Mathias-Boulay
c963bc2b6c Fix[controls]: handle secondary pointer being removed 2023-05-05 10:32:26 +02:00
artdeell
1d958abdab Changes for the C logger 2023-05-04 22:31:09 +03:00
Duy Tran Khanh
5fa6f8f756 New translations strings.xml (Vietnamese) 2023-05-04 02:52:32 +07:00
Duy Tran Khanh
0870474217 New translations strings.xml (Chinese Simplified) 2023-05-03 02:49:19 +07:00
Duy Tran Khanh
4cf267d1fa New translations strings.xml (Russian) 2023-05-03 02:49:15 +07:00
Duy Tran Khanh
294799c848 New translations strings.xml (German) 2023-05-03 02:49:05 +07:00
Duy Tran Khanh
ba34c504cd New translations strings.xml (Ukrainian) 2023-05-03 02:49:00 +07:00
Duy Tran Khanh
e3f69f266f New translations strings.xml (Indonesian) 2023-05-03 02:48:57 +07:00
ArtDev
10b3bb24c3
Merge pull request #4155 from PojavLauncherTeam/deanachronization-and-cleanup
Deanachronization and cleanup
2023-05-01 23:21:55 +03:00
artdeell
68b520f001 Remove the rest of the singleton accesses 2023-05-01 23:19:55 +03:00
artdeell
fbe587bea5 Stdio logging through C 2023-05-01 23:15:32 +03:00
Mathias-Boulay
ae25da0251 Fix: Use toolchain to set the lwjgl module java version to 8 2023-05-01 11:33:04 +02:00
skbeh
79fb01150e
Feat: Update Gradle to 7.6.1 and prepare for Gradle 8.0 (#4074)
The only left blocker for Gradle 8.0 is that
task ':app_pojavlauncher:lintAnalyzeDebug' uses this output of
task ':jre_lwjgl3glfw:jar' without declaring an explicit or implicit dependency.
2023-05-01 11:24:10 +02:00
artdeell
4115b997f8 Better runtime autoselection logic + more cleanup 2023-05-01 12:00:42 +03:00
artdeell
28cbbaca61 More cleanup + make it more convenient to obtain the current profile 2023-04-30 23:24:13 +03:00
artdeell
a6a5675b9c Remove the dependency on a static variable for JRE switching
Also: fix crashing on CustomSeekBarPreferences
2023-04-30 22:41:41 +03:00
artdeell
a7809df1a5 Roll back ControlInterface.canSnap 2023-04-30 22:10:42 +03:00
artdeell
8e669caa2e Cleanup, part 2 2023-04-30 21:30:11 +03:00
artdeell
57b37dfc8c Cleanup, part 1 2023-04-30 14:42:35 +03:00
artdeell
401e604763 Add some newlines to make it look cleaner 2023-04-30 00:17:40 +03:00
artdeell
03c2a53403 Modify MultiRTUtils to use the new helper method 2023-04-30 00:00:49 +03:00
ArtDev
f724fb4d4f
Merge pull request #4151 from PojavLauncherTeam/ffmpeg-plugin
I forgot to switch branches in android studio
2023-04-29 23:56:37 +03:00
artdeell
3d09979220 Automatically pick runtime version for Mod Installer based on the main class file verion 2023-04-29 23:53:20 +03:00
Duy Tran Khanh
1344c50a86 New translations strings.xml (Vietnamese) 2023-04-30 02:51:39 +07:00
Duy Tran Khanh
d179f5a857 New translations strings.xml (Russian) 2023-04-28 02:35:39 +07:00
Duy Tran Khanh
a5ff54c515 New translations strings.xml (Portuguese, Brazilian) 2023-04-27 02:28:24 +07:00
ArtDev
e85177f56a
Merge pull request #4139 from PojavLauncherTeam/ffmpeg-plugin
Ffmpeg plugin
2023-04-26 17:05:24 +03:00
ArtDev
d7df183b66
Remove self test call 2023-04-26 00:07:03 +03:00
artdeell
75ca093c51 Start working on support for the FFmpeg plugin 2023-04-26 00:00:19 +03:00
artdeell
780e88dcc1 Add JavaCritical_ alternatives for some JVM-side GLFW functions 2023-04-25 13:29:52 +03:00
artdeell
29d89f52a8 Make use of @CriticalNative annotation for the input system 2023-04-25 13:07:57 +03:00
Duy Tran Khanh
df5afb76bf New translations strings.xml (Azerbaijani) 2023-04-25 02:01:57 +07:00
Duy Tran Khanh
68234420f9 New translations strings.xml (Ukrainian) 2023-04-25 02:01:56 +07:00
Duy Tran Khanh
c2db49ca9a New translations strings.xml (French) 2023-04-24 02:06:12 +07:00
Duy Tran Khanh
bde1880e89 New translations strings.xml (English, United Kingdom) 2023-04-19 01:12:40 +07:00
Duy Tran Khanh
916b673389 New translations strings.xml (Indonesian) 2023-04-19 01:12:39 +07:00
Duy Tran Khanh
9ea50ce651 New translations strings.xml (Arabic) 2023-04-16 01:24:12 +07:00
Mathias-Boulay
57521c1960 Feat[profiles]: Avoid named profiles to be erased by installers 2023-04-11 23:11:02 +02:00
Mathias-Boulay
6c65334406 Fix[rendering]: tree depth issue 2023-04-10 22:58:33 +02:00
Duy Tran Khanh
64279ef126 New translations strings.xml (Ukrainian) 2023-04-05 22:33:23 +07:00
ArtDev
3d0b341d1b
Update android.yml 2023-04-04 20:39:40 +03:00
ArtDev
4cf072459f
Holy GL4ES 1.1.5 2023-04-04 20:37:46 +03:00
ArtDev
da6247939c
Remove GL4ES build and cache 2023-04-04 20:31:52 +03:00
ArtDev
aa3fc18842
Update android.yml 2023-04-04 19:49:37 +03:00
ArtDev
3bc7b18ca3
Update android.yml 2023-04-04 19:23:16 +03:00
ArtDev
96dd2aebf7
Try again, updated token secret 2023-04-04 19:12:43 +03:00