Commit Graph

292 Commits

Author SHA1 Message Date
d5dfb18417
fix(cli): do not start MDS thread if not needed
Some checks failed
ci/woodpecker/push/docs Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-06-22 21:06:21 +02:00
602be371d1
fix(launcher): ensure minecraft versions are cached 2024-06-22 21:00:09 +02:00
356f80d25c
fix(gtk): correct leaflet API usage 2024-06-22 20:59:53 +02:00
b6ef0da344
fix(gtk): move some network-dependent computation to background thread 2024-06-22 20:59:33 +02:00
56c25880e8
fix(gtk): ensure MDS is always started 2024-06-22 20:57:42 +02:00
4945381030
feat: implement new, flow-based MDS
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline failed
2024-06-22 19:58:01 +02:00
082a4f3b9c
feat: modify MdsMod to support gradual addition of information 2024-06-22 14:15:13 +02:00
1daaf73554
feat: implement concept of scan stages to support deferring update checks until after critical information 2024-06-22 13:36:45 +02:00
4e43d43777
chore: update submodule
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-06-03 15:03:42 +02:00
b2e5ed83a4
chore: update to JVM 22
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-06-03 15:01:55 +02:00
787833f732
chore: update to jfCommons 1.7
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-06-03 14:40:44 +02:00
aae97feeca
chore: move threaded mds into its own package
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-06-03 10:32:57 +02:00
aede030a7f
chore: refactor build scripts and update java-gi
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
2024-03-01 21:25:11 +01:00
3e70e9e4e1
chore: bump to JDK 21 (gava-gi seems to segfault again, figure that out later)
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/manual/docs Pipeline failed
2023-12-01 08:01:02 +01:00
4629d5f68e
fix: migrate components that I forgot when upgrading java-commons 2023-11-09 07:55:15 +01:00
7dd1d4dee2
fix: prevent lag spike until MDS is completed when entering Mods tab. Still laggy as hell, but this should at least prevent ANRs or WL disconnects
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline failed
2023-11-08 09:20:08 +01:00
f4ed8a4bcb
chore: bump commons and update for new modules 2023-11-08 09:15:59 +01:00
af84674c26
chore: bump subrepo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
2023-10-27 16:41:42 +02:00
4aa1f24461
fix: apparently the previous fix worked during testing but broke after the merge.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
Somehow.
2023-10-21 17:50:19 +02:00
9fd5d870cf
chore: clean up annotations and imports
Some checks failed
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-21 17:48:23 +02:00
e61df73dd3
Merge branch 'gtk_mod_browsing'
Some checks failed
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline failed
# Conflicts:
#	build.gradle.kts
#	launcher-gtk/build.gradle.kts
#	launcher-gtk/src/main/kotlin/io/gitlab/jfronny/inceptum/gtk/GtkMain.kt
#	launcher-gtk/src/main/kotlin/io/gitlab/jfronny/inceptum/gtk/control/assistant/KAssistant.kt
#	launcher-gtk/src/main/kotlin/io/gitlab/jfronny/inceptum/gtk/util/UIExt.kt
#	launcher-gtk/src/main/kotlin/io/gitlab/jfronny/inceptum/gtk/window/create/NewInstanceWindow.kt
#	launcher-imgui/src/main/java/io/gitlab/jfronny/inceptum/imgui/window/AddModWindow.java
2023-10-21 17:41:20 +02:00
c94c8b59af
fix: prevent segfault by not exporting account menu.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/docs Pipeline failed
Why does this work? No idea. But it seems to fix the crash.
2023-10-21 17:38:55 +02:00
475717b6b4
chore: use setVisible instead of show 2023-10-21 16:49:49 +02:00
5cc650921b
fix: prevent instance not exiting setup stage when redownload cancelled 2023-10-21 15:50:35 +02:00
5b79987dcf
chore: move logging in kotlin code to Log object 2023-10-21 13:35:02 +02:00
502026bb22
fix: add quickAction suffix 2023-10-21 13:35:02 +02:00
3746e30ec7
fix: wrap Entry.setText to prevent segfault for empty strings 2023-10-21 13:35:01 +02:00
ad033711f9
chore: basic mod browsing (untested due to GTK4 issues) 2023-10-21 13:35:01 +02:00
f1f2e95dd2
chore: bump javagi 2023-10-21 13:34:57 +02:00
9e1c20737d
style: don't explicitly depend on gtk transitive dependencies
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
2023-10-16 16:14:46 +02:00
04d8121ca2
fix: update java-gi and, in doing so, fix segfault 2023-10-16 16:00:57 +02:00
f4157bae09
fix: correctly assign permissions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
2023-10-06 08:52:00 +02:00
c7eabc37d3
fix: handle run directory permissions correctly (inspired by signald)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline failed
2023-10-06 08:33:53 +02:00
0bd675fc7c
fix: prevent endlessly recursive serialization due to misinterpretation of checked method as getter
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
2023-10-03 20:16:00 +02:00
bcd4e34f7a
fix: defensively use deleteIfExists to prevent races in Instance 2023-10-03 20:15:11 +02:00
7a7d009e29
fix: use proper dir in ModrinthImporter 2023-10-03 20:14:41 +02:00
e14294fdd6
chore: perform more actions in the builder stage for simpleDialog
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
2023-08-19 16:20:17 +02:00
98cc37405a
fix: update AddModWindow for ModrinthApi change 2023-08-19 16:19:50 +02:00
b1b82c423a
fix: prevent segfault in simpleDialog
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
2023-08-19 16:13:45 +02:00
32a01547c0
build: get rid of toolchains
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
2023-08-19 16:05:07 +02:00
e19d7cfb3b
chore: optimize imports
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
2023-08-19 15:54:27 +02:00
d7ddde6c4d
chore: move logging in kotlin code to Log object
Some checks failed
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-19 15:53:09 +02:00
f091cb7a2b
fix: add quickAction suffix
Some checks failed
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-19 15:52:24 +02:00
5faa505235
fix: wrap Entry.setText to prevent segfault for empty strings
Some checks failed
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-19 15:32:42 +02:00
8aa0555a2a
fix: use deleteIfExists to work around potential race condition 2023-08-19 15:32:09 +02:00
a7a135c598
chore: basic mod browsing (untested due to GTK4 issues) 2023-07-24 14:29:06 +02:00
7f168ded43
chore: bump javagi 2023-07-15 22:15:14 +02:00
cbba1ab70a
support for testing offline via gradle-side reflection hacks and firejail
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
2023-07-15 00:00:27 +02:00
ec67a80389
more cleanup
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
2023-07-14 16:25:52 +02:00
1759e5c3de
refactor SignalListItemFactory usage with custom wrapper 2023-07-14 16:19:37 +02:00