HJfod
0ef9c1ff55
add update button to ModPopup
2024-04-22 20:19:26 +03:00
HJfod
ff30ba3f88
tweak colors
2024-04-22 20:19:19 +03:00
HJfod
b1fff19908
fix behaviour on empty label
2024-04-22 20:19:06 +03:00
HJfod
f5f2a6450d
add color3b for convenience
2024-04-22 20:18:58 +03:00
HJfod
082ad7b260
fix ModPopup eternally checking for updates on non-installed mods
2024-04-22 18:49:21 +03:00
HJfod
22d5e4e97a
change update checking so they can use a better caching system
2024-04-22 18:41:49 +03:00
HJfod
9ca23e01dc
fix loading spinner freezing
2024-04-22 18:25:42 +03:00
HJfod
72be477f48
fix all remaining memory issues with Task <3
2024-04-22 18:16:26 +03:00
HJfod
18bb4436fd
Merge branch 'main' into new-index-but-better
2024-04-22 15:22:14 +03:00
HJfod
ab0aa47495
working on fixing task memory leaks
2024-04-22 15:21:44 +03:00
altalk23
db32732d47
delete class field containers
2024-04-22 15:20:02 +03:00
HJfod
3b58ed3ae2
fix the refresh button not actually forcing a cache reset on server mods
2024-04-22 13:45:10 +03:00
HJfod
fbdb6265df
Merge branch 'main' into new-index-but-better
2024-04-22 13:36:20 +03:00
HJfod
fa1577184a
fully move over from Promises to Tasks
2024-04-22 13:35:12 +03:00
altalk23
8db0e39651
use Fields for geode fields
2024-04-22 00:20:54 +03:00
HJfod
5f8588ea97
Merge branch 'main' into new-index-but-better
2024-04-22 00:08:49 +03:00
HJfod
a09ba5c67c
new Task class to replace Promises, test seems to indicate it's working
2024-04-22 00:08:10 +03:00
Cvolton
18dd0b75cb
try fix updater sometimes skipping releases
2024-04-21 19:43:42 +02:00
HJfod
763e312baf
remove incompatible stuff from MDTextArea
2024-04-14 18:41:42 +03:00
HJfod
53b081e77b
remove uses of std::source_location
2024-04-14 18:04:01 +03:00
HJfod
3fbda5748e
fix text input being clickable when invisible
2024-04-14 17:58:43 +03:00
HJfod
1145426402
Fix unzip crash
2024-04-14 17:57:31 +03:00
HJfod
33e12646b8
Make terminate cause a crash instead for the crashlog and stacktrace
2024-04-14 17:57:15 +03:00
dankmeme01
f84e8660cb
add the crashed thread to windows crashlogs
2024-04-14 00:12:04 +02:00
dankmeme01
798cacc1a8
add a way to access internal setting container
...
exposing an internal field like this isn't the best practice, but it seemed like the best and simplest solution to me to a problem of not being able to do anything to unknown setting keys (such as removing them or migrating their data if that key used to be a valid setting)
2024-04-14 00:00:17 +02:00
HJfod
33af7befed
Merge branch 'main' into new-index-but-better
2024-04-13 21:47:56 +03:00
HJfod
65fb390b43
use Popup::setCloseButtonSpr
2024-04-13 21:39:29 +03:00
HJfod
d107f3386f
add geode::terminate and geode::unreachable
2024-04-13 21:38:26 +03:00
dankmeme01
4c492c1f60
fix a lot of ub in disownPatch
2024-04-13 14:15:09 +02:00
altalk23
2db4834fff
Merge branch 'main' of https://github.com/geode-sdk/geode
2024-04-12 22:56:10 +03:00
altalk23
00e971a274
fix field containers for separate modify classes in which one of them is a base of another, causing shared indices
2024-04-12 22:56:05 +03:00
Oleksandr Nemesh
e50c3abff4
Fix loading bar going out of bounds ( #688 )
...
The actual reason lies in the loader implementation, which for some reason can sometimes count up the `m_refreshedModCount` twice for some mods which are disabled.
This small change checks the actual loaded mod count instead of relying on an incorrect `LoaderImpl` member and fixes issue #687 .
2024-04-12 22:45:08 +03:00
Cooper
8c61a6fe60
Add MDTextArea link ( #664 )
...
* add level: links and mod: links
* fix errors
* fix errors 2
* fix errors 3 (hopefully)
* fix errors 4 (i think fixed?)
* fix 5 PLEASE
* fix mod links and make level links actually work
* PLEASE JUST WORK!!!!!!!!!!!!!
* change it to this
* oops forgot a )
* PLEASE HORRIBLE CODE JUST WORK!
* AHHHHHHHHHHHHHHH fix
* just work
* I DO HORRIBLE CODE
* Update ModInfoPopup.cpp
---------
Co-authored-by: alk <45172705+altalk23@users.noreply.github.com>
2024-04-11 20:40:04 +03:00
glistermelon
e9da55f5fc
Windows Font Cache fix (again) ( #595 )
...
* Implemented Windows Font Cache fix, I think?
* These don't need to be volatile
2024-04-11 20:38:24 +03:00
dankmeme01
071b8958b0
fix geode dll
2024-04-11 18:40:57 +02:00
dankmeme01
427c74fce3
i hope this works
2024-04-11 18:26:58 +02:00
altalk23
e83e03f714
someone (prevter) wants to make a crashlog mod so i guess it's fine we export these as well
2024-04-11 19:05:36 +03:00
dankmeme01
e77cc4d4f4
comment this out again
2024-04-11 10:29:53 +02:00
acaruso-xx
c7f8b5fea9
[Loader] Correct rendering of soft line breaks in MDTextArea
2024-04-10 16:36:03 -04:00
dankmeme01
faf5b336a9
i could not find an answer to that question
2024-04-03 18:34:51 +02:00
HJfod
399a67f56b
disable sort button on non-server since they have no sorting options
2024-04-01 22:40:31 +03:00
HJfod
6304e8c6d7
add mod list sorting
2024-04-01 22:02:04 +03:00
HJfod
2e482cedfb
squeeze FiltersPopup
2024-04-01 21:28:00 +03:00
HJfod
3e6b300115
clean up filters popup
2024-03-30 23:30:28 +02:00
HJfod
be048d41b9
fix spacers being scaled down in layouts
2024-03-30 21:58:00 +02:00
HJfod
dce50ca4df
Merge branch 'main' into new-index-but-better
2024-03-30 21:21:33 +02:00
HJfod
730729ccd5
impl filtering by tags
2024-03-30 21:07:29 +02:00
HJfod
a7a4dd9a91
fix searching not working on installed mods anymore
2024-03-30 19:55:33 +02:00
HJfod
6d3f72209f
show updates button state is now properly updated :3
2024-03-30 19:51:18 +02:00
HJfod
17f6aa09bb
impl updates filtering for installed mods
2024-03-29 23:10:01 +02:00