Commit Graph

13 Commits

Author SHA1 Message Date
tomikun
70a87ba7df fix(build): Correct location of local curseforge_key.txt file
Relative path bad, use absolute. It causes issues in gradle vers that
have workingDir in caches.
2026-05-06 19:09:17 +08:00
alexytomi
1a6732686d rework(jre_lwjgl3glfw): Mixed LWJGL versions (3.3.3/3.4.1)
3.3.3 is compatible enough from past experience, they started making
breaking changes after that.

Uses https://github.com/AngelAuraMC/lwjgl3/actions/runs/24239834125 and
https://github.com/AngelAuraMC/lwjgl3/actions/runs/24239000627 for 3.4.1
and 3.3.3 modules respectively

Removed the InfDev mouse stuff because it was moved to the LWJGLX
module.

Removed jemalloc because we don't have jemalloc natives so it's just
useless.

Enabled shaderc,vma,spvc,vulkan bindings for Mojang VK and VulkanMod.
Cinnabar still has the issue of needing to have the built-in lwjgl
classes inside the jar removed else module encapsulation screws it over
and it can't access lwjgl.jar classes.

[FIXME] Added spirv-cross natives as AAR. Using
https://github.com/AngelAuraMC/SPIRV-Cross/actions/runs/24189750259.
Should probably be included in lwjgl natives build but lets worry about
that another time.
2026-04-10 19:19:15 +08:00
artdeell
a9815b2ac9 Feat[launcher]: remove duplicate GLES initializations 2025-01-20 21:31:26 +03:00
artdeell
2364203366 Feat[jre_unpack]: add Jre 21 path to the launcher and .gitignore 2024-06-18 21:29:49 +03:00
artdeell
eccef88183 Feat[jre_unpack]: add the ability to include multiple integrated runtimes 2024-06-18 21:29:49 +03:00
artdeell
d00565ebac Feat[modpack]: move CF API key into a string resource 2023-08-26 23:17:22 +03:00
Kucing Nolep
ecdbe3ec0a Add gradlew.bat (#2073)
* Update .gitigrone

* Add gradlew.bat
2021-09-26 07:23:37 +07:00
SerpentSpirale
f3e1c84c15 Update gitignore 2021-07-22 22:04:34 +02:00
Duy Tran Khanh
aa18246798 Update .gitignore 2021-05-24 05:26:16 +07:00
khanhduytran0
63cbaa7b00 Fix compile warnings; pbuffer for 2+ EGL contexts 2021-02-21 10:56:48 +07:00
khanhduytran0
9d30e32829 Skeleton implementation of SecurityManager 2020-12-19 15:22:06 +07:00
khanhduytran0
b81a406655 Replace multidoj7 with PojavDX16 2020-03-21 14:44:06 +07:00
khanhduytran0
32b121cbd2 Some small changes 2020-03-19 17:07:50 +07:00