This repository was archived by the owner on Jun 1, 2026. It is now read-only.
Commit 86f797e
File tree
- .github/workflows
- app_pojavlauncher
- src/main
- assets
- components
- arc_dns_injector
- forge_installer
- lwjgl3
- java
- com/kdt/mcgui
- net/kdt/pojavlaunch
- customcontrols/mouse
- fragments
- mirrors
- modloaders
- prefs
- screens
- tasks
- utils
- value
- jniLibs
- arm64-v8a
- armeabi-v7a
- x86_64
- x86
- res
- drawable
- layout
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values-ar
- values-az-rAZ
- values-ca
- values-cs
- values-de
- values-el
- values-en-rGB
- values-es
- values-et-rEE
- values-fa-rIR
- values-fil
- values-fr
- values-it
- values-iw
- values-ja
- values-ko
- values-lol-rAA
- values-lt
- values-nl
- values-pt-rBR
- values-ro
- values-ru
- values-th
- values-tr
- values-uk
- values-vi
- values-zh-rCN
- values-zh-rTW
- values
- xml
- arc_dns_injector/src/main/java/git/artdeell/arcdns
- jre_lwjgl3glfw
- libs
- src/main/java/org/lwjgl/glfw
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 31 | | |
38 | 32 | | |
39 | 33 | | |
40 | 34 | | |
41 | 35 | | |
42 | 36 | | |
43 | | - | |
| 37 | + | |
44 | 38 | | |
45 | 39 | | |
46 | 40 | | |
| |||
50 | 44 | | |
51 | 45 | | |
52 | 46 | | |
53 | | - | |
| 47 | + | |
54 | 48 | | |
55 | 49 | | |
56 | 50 | | |
| |||
60 | 54 | | |
61 | 55 | | |
62 | 56 | | |
63 | | - | |
| 57 | + | |
64 | 58 | | |
65 | 59 | | |
66 | 60 | | |
| |||
Submodule MobileGlues updated 30 files
- .gitignore+3
- README.md+36-2
- src/main/cpp/CMakeLists.txt+3-2
- src/main/cpp/config/gpu_utils.cpp+26-7
- src/main/cpp/config/gpu_utils.h+5-1
- src/main/cpp/config/settings.cpp+118-107
- src/main/cpp/config/settings.h+58-26
- src/main/cpp/external/MetalANGLE.framework/Info.plist
- src/main/cpp/external/MetalANGLE.framework/MetalANGLE.tbd-1.5k
- src/main/cpp/external/libEGL.framework/Info.plist
- src/main/cpp/external/libEGL.framework/libEGL.tbd+50
- src/main/cpp/external/libGLESv2.framework/Info.plist
- src/main/cpp/external/libGLESv2.framework/libGLESv2.tbd+812
- src/main/cpp/gl/buffer.cpp+28-2
- src/main/cpp/gl/buffer.h+5
- src/main/cpp/gl/framebuffer.cpp+1-1
- src/main/cpp/gl/getter.cpp+60-82
- src/main/cpp/gl/gl.cpp+112-1
- src/main/cpp/gl/gl_native.cpp+3-3
- src/main/cpp/gl/gl_stub.cpp+2
- src/main/cpp/gl/glsl/glsl_for_es.cpp+126-414
- src/main/cpp/gl/glsl/preConvertedGlsl.cpp-2.8k
- src/main/cpp/gl/glsl/preConvertedGlsl.h-21
- src/main/cpp/gl/program.cpp+1-1
- src/main/cpp/gl/shader.cpp+1-1
- src/main/cpp/gl/texture.cpp+31-5
- src/main/cpp/gles/loader.cpp+5-7
- src/main/cpp/gles/loader.h+1
- src/main/cpp/glx/lookup.cpp+7-8
- src/main/cpp/version.h+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
| 232 | + | |
231 | 233 | | |
232 | 234 | | |
233 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
Loading
Binary file not shown.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Binary file not shown.
Binary file not shown.
0 commit comments