Fleeym
556cd5a3db
remove log
2024-06-21 01:54:51 +03:00
Fleeym
cf2c089e09
revert one-of
2024-06-21 01:46:05 +03:00
mat
84a9dfa9d5
remove mod count from user agent
2024-06-20 19:18:58 -03:00
altalk23
e796711f6e
quick fix events crash
2024-06-20 23:46:09 +03:00
altalk23
f918f1310c
fix compilation
2024-06-20 23:02:06 +03:00
altalk23
ea96e2c658
make some classes final
2024-06-20 23:00:04 +03:00
altalk23
c66ddd56ac
remove forgotten debug log
2024-06-20 22:39:11 +03:00
mat
101fc946a0
remove outdated comment
2024-06-20 15:40:43 -03:00
altalk23
c50196b31f
align comments
2024-06-20 21:36:28 +03:00
altalk23
ec1d846a69
Fix delayload xmm0
2024-06-20 21:35:10 +03:00
dankmeme01
2824c17e89
some cleanup and improvement for windows crashlog
...
* added special case for calls of unimplemented functions on wine
* make the "Faulty Mod" string display the name and the version
* make faulty mod detection slightly smarter (for C++ exceptions and wine unimpl stubs searches through the stack instead of just checking the 1st entry)
2024-06-20 19:17:24 +02:00
altalk23
f523689f53
cause my ebo check is wrong
2024-06-20 20:14:32 +03:00
altalk23
bf2fcd2daf
ebo edge case
2024-06-20 20:09:58 +03:00
altalk23
1a513ec3c6
change the alignment things
2024-06-20 20:06:00 +03:00
altalk23
7d79ddde30
slow one-of impl
2024-06-20 19:46:12 +03:00
Fleeym
115f0e75a0
download specific version for update instead of latest
2024-06-20 19:30:51 +03:00
ConfiG
255a42c1f9
fix frame drawing over next/prev page buttons
2024-06-20 19:14:40 +03:00
altalk23
abc34f9a1e
make indexof a basic for loop instead
2024-06-20 19:12:26 +03:00
altalk23
4c15bdbe32
remove toRemove from events
2024-06-20 19:06:38 +03:00
dankmeme01
92704b965f
fix use of dangling string_view in task names
2024-06-20 17:36:53 +02:00
matcool
9d0c8ccc40
fix typename errors
2024-06-20 12:07:25 -03:00
matcool
5f37d30fbd
add static_assert to prevent old way of adding members to modify
2024-06-20 11:58:44 -03:00
altalk23
636be07435
fix event pool race condition in a hacky way
2024-06-20 16:17:02 +03:00
altalk23
eb233f8482
update tuliphook
2024-06-20 15:37:55 +03:00
ConfiG
b3925f1913
fix gd version of the top sprite too
2024-06-20 15:29:34 +03:00
ConfiG
e273ef27b6
fix some ui positioning
2024-06-20 15:27:01 +03:00
altalk23
c3058ff452
add fast menu back
2024-06-20 15:21:34 +03:00
altalk23
7bd8a1a231
remove RT_ADD and RT_REMOVE
2024-06-20 15:19:43 +03:00
altalk23
3f674e522d
quick impl one-of
2024-06-20 14:48:51 +03:00
ConfiG
0a6a5e6206
clamp swelvy bg vertically instead of repeating
2024-06-20 14:45:27 +03:00
altalk23
08da8ca774
remove all warnings
2024-06-20 14:16:37 +03:00
altalk23
34e51ff868
cleanup old field remnants without abi break
2024-06-20 11:48:15 +03:00
dankmeme01
fdb473ac7c
fix std::locale crash on some systems
2024-06-20 06:01:19 +02:00
Cvolton
79689cdbc4
fix geode layer enter crash
2024-06-19 23:51:57 +02:00
Fleeym
70fe096724
Windows stacktrace fix ( #925 )
...
* fix the windows hook exceptions
* update tuliphook
* update tuliphook
* remove old code
---------
Co-authored-by: altalk23 <45172705+altalk23@users.noreply.github.com>
Co-authored-by: dankmeme01 <42031238+dankmeme01@users.noreply.github.com>
Co-authored-by: mat <26722564+matcool@users.noreply.github.com>
2024-06-19 23:03:32 +03:00
ConfiG
815c4a31d8
no mod updates is not an error
2024-06-19 19:11:09 +03:00
Cooper
8792747de2
Add discord and website links to mod.json ( #921 )
2024-06-18 20:26:15 -03:00
matcool
adc4469f77
add AxisAlignment::Between, for equal space between elements
...
inspired by flexbox's space-between
2024-06-18 00:17:00 -03:00
matcool
97d2e44611
fix CCArrayExt::value_type
2024-06-18 00:17:00 -03:00
Fleeym
76e2ed47c6
fix texture corruption on ModsLayer
2024-06-18 01:36:59 +03:00
matcool
6e6daceb1c
bring back safe mode ui
2024-06-17 15:15:01 -03:00
matcool
a421047d16
check for texture loader's fallback
2024-06-17 12:02:33 -03:00
matcool
626a65cb38
ok we do need addSearchPath in updateModResources
2024-06-17 11:13:26 -03:00
Cvolton
de50b989c7
add comma to download count
2024-06-17 13:11:01 +02:00
dankmeme01
f3525035ad
fix Ref and WeakRef move assignment operator
2024-06-17 12:56:12 +02:00
Cvolton
71c585f80d
fix android build
2024-06-17 12:38:37 +02:00
Cvolton
8f3f4d7a05
only trigger confirmation popup if state changed
2024-06-17 10:20:47 +02:00
matcool
aeaf7f7b88
fix paths not properly being removed due to trailing /, and other logic errors
2024-06-17 03:01:28 -03:00
matcool
3313a4461d
only check for updates once ever in menulayer::init
2024-06-16 17:20:49 -03:00
matcool
8f1a9cf6a3
show confirm dialog directly when updating mods
2024-06-16 17:20:36 -03:00