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 |
|
SpaghettDev
|
c3c2afaac8
|
gd::vector::erase for android (#906)
* gd::vector::erase for android
* oops
|
2024-06-16 10:45:47 -04:00 |
|
matcool
|
723ff87f06
|
add geode addition comment
|
2024-06-15 21:24:20 -03:00 |
|
qimiko
|
df3d1477c7
|
hide platform console option on android
|
2024-06-15 15:30:03 -07:00 |
|
qimiko
|
8164bb20df
|
mark platforms as known in settings
|
2024-06-15 15:28:09 -07:00 |
|
HJfod
|
5c418c7052
|
Merge branch 'main' of https://github.com/geode-sdk/geode into main
|
2024-06-15 14:00:56 +03:00 |
|
HJfod
|
0309e01e04
|
make file::openFolder actually work on selecting paths on windows
|
2024-06-15 14:00:35 +03:00 |
|
dankmeme01
|
6ae11dd462
|
don't change the method from POST to GET when following a redirect
|
2024-06-15 11:48:02 +02:00 |
|
Fleeym
|
4f400b530f
|
Move pick file APIs to Tasks (#899)
|
2024-06-14 23:19:16 +03:00 |
|
Fleeym
|
274b8d743f
|
Replace "Recommended" with "Featured" tab (#897)
* replace recommended with featured
* remove suggested source, update popup
* remove featured from isDefaultQuery
|
2024-06-14 19:52:14 +03:00 |
|
matcool
|
9679b4010d
|
update server user agent format
|
2024-06-14 00:54:31 -03:00 |
|
matcool
|
c1fbc08381
|
hacky temporary fix for mods with old gd key syntax
|
2024-06-14 00:32:38 -03:00 |
|
dankmeme01
|
84a2c6bc42
|
apparently it was a tuliphook bug so all of this is unnecessary 👍
|
2024-06-13 23:12:58 +02:00 |
|
dank_meme
|
e141d097ab
|
dont crash on mods failling to load (again)
|
2024-06-13 22:07:43 +02:00 |
|
dank_meme
|
e37615b459
|
fix mods crashing instead of failing to load when they fail to load
|
2024-06-13 22:02:49 +02:00 |
|
matcool
|
bacab92b75
|
ok apple clang can handle it
|
2024-06-13 12:14:05 -03:00 |
|
matcool
|
b22a59d41e
|
make _spr compile time
|
2024-06-13 12:06:26 -03:00 |
|
kynex7510
|
153f22f338
|
Merge branch 'main' of https://github.com/geode-sdk/geode
|
2024-06-13 15:04:48 +02:00 |
|
kynex7510
|
22cc33b8a9
|
use string_view for sprite expansion
|
2024-06-13 15:04:32 +02:00 |
|
Cvolton
|
48a7981d3b
|
split GEODE_PLATFORM_NAME for MacArm and MacIntel
|
2024-06-13 14:02:08 +02:00 |
|
qimiko
|
5c684388f2
|
i keep forgetting to do this (pch fix)
|
2024-06-13 01:43:55 -07:00 |
|
Cvolton
|
0270d472a9
|
fix notification crashing when shown during a transition fade
|
2024-06-13 01:30:38 +02:00 |
|
mat
|
eb7c4d9803
|
rename Task::then to Task::listen
|
2024-06-12 17:38:46 -03:00 |
|
Fleeym
|
1c40a63e33
|
only display more button for devs on server mods
|
2024-06-12 13:03:46 +03:00 |
|
Fleeym
|
93c12a6757
|
oops
|
2024-06-12 12:57:26 +03:00 |
|
Fleeym
|
014ec689d8
|
make dev filter search by username
|
2024-06-12 12:56:55 +03:00 |
|
Fleeym
|
06bd2e202d
|
Index: use version with tag for creating download link
|
2024-06-12 12:18:58 +03:00 |
|
Fleeym
|
4d267d3794
|
ModProblemItem: use SPACE_WRAP for the textarea
|
2024-06-12 12:18:42 +03:00 |
|
kynex7510
|
84e47a596f
|
Revert "use fixed cmake"
This reverts commit cb0b34f7e3 .
|
2024-06-12 08:18:13 +02:00 |
|
Oleksandr Nemesh
|
562fbf6cb1
|
add 2.2 CCDrawNode members
|
2024-06-12 00:57:12 +03:00 |
|
matcool
|
fa7a2de780
|
add Task::then to handle tasks without storing a listener
|
2024-06-11 14:58:23 -03:00 |
|
matcool
|
da617eefaa
|
std::string const& -> std::string_view in task code
|
2024-06-11 13:16:34 -03:00 |
|
Fleeym
|
e9df2af4d4
|
guess we're not removing date library
This reverts commit 5912a8325c .
|
2024-06-11 17:59:49 +03:00 |
|
Fleeym
|
5912a8325c
|
remove date library
|
2024-06-11 17:55:50 +03:00 |
|
mat
|
c80f58bb27
|
specify commit hash on md4c
|
2024-06-11 10:56:36 -03:00 |
|
kynex7510
|
a5d638215e
|
Mute warning
|
2024-06-11 15:54:33 +02:00 |
|
kynex7510
|
cb0b34f7e3
|
use fixed cmake
|
2024-06-11 15:47:44 +02:00 |
|
kynex7510
|
cb1e7def9b
|
Remove warnings
|
2024-06-11 15:20:06 +02:00 |
|
kynex7510
|
68ac2b020a
|
Mute warning
|
2024-06-11 15:13:20 +02:00 |
|
kynex7510
|
fdcad96521
|
Use winapi threads
|
2024-06-11 15:04:15 +02:00 |
|
Cvolton
|
698112a573
|
fix "loading mods cancelled" constantly appearing
|
2024-06-11 01:07:03 +02:00 |
|
Cvolton
|
2b53e8ae7d
|
add keyboard support to modslayer
|
2024-06-11 00:44:14 +02:00 |
|
dankmeme01
|
b8ae37ed06
|
dont crash on bp if debugger attached
|
2024-06-10 23:58:41 +02:00 |
|
Cvolton
|
d0821f5c3a
|
add special error for 1114
|
2024-06-10 20:36:00 +02:00 |
|
mat
|
2d274693c1
|
friend CCHttpClient
|
2024-06-10 11:33:06 -03:00 |
|
Cvolton
|
84c0ba5f0f
|
increase max delay for restarting gd
|
2024-06-10 14:50:40 +02:00 |
|
Cvolton
|
cc5df2cac2
|
add awesome code to show restarting text
|
2024-06-10 14:35:44 +02:00 |
|
matcool
|
1d98bc9248
|
fix it
|
2024-06-09 19:47:38 -03:00 |
|
matcool
|
89548f282c
|
i forgot about the json primitives
|
2024-06-09 19:36:36 -03:00 |
|
matcool
|
899a1a5d86
|
just include stl_serialize everywhere at this point
|
2024-06-09 19:23:05 -03:00 |
|
matcool
|
6c1a330aa6
|
check for is_json when using Mod::getSavedValue
|
2024-06-09 19:14:45 -03:00 |
|
Ashton
|
2779c04394
|
UI Fixes and Revamped Developer List (#877)
* UI Fixes and Revamped Developer List
* Remove toggler fix as the underlying issue is fixed in bindings
|
2024-06-09 17:19:12 -03:00 |
|
SMJS
|
74a450e3c3
|
Border simplification/bad practice fixes (#883)
* Removed some useless stuff from Border
* Removed the bad z order abuse
|
2024-06-09 17:15:09 -03:00 |
|
acaruso-xx
|
ce6e6f063a
|
Fix CCMotionStreak member
|
2024-06-09 11:27:57 -04:00 |
|
SpaghettDev
|
7c5a83d3d1
|
cursor position member (#872)
|
2024-06-08 21:50:58 +02:00 |
|
dankmeme01
|
5b483946ba
|
Fix windows crashlog (#875)
* i fixed it for real now i promise i tested
* fix wine too
|
2024-06-08 21:40:14 +02:00 |
|
matcool
|
2f22102a93
|
trigger on_mod(Loaded) for internal mod, use it in a few places
|
2024-06-08 16:19:28 -03:00 |
|
dank_meme
|
23f444e8b4
|
fix windows crashlog finally!!!
|
2024-06-08 19:14:36 +02:00 |
|
altalk23
|
3ab70775c0
|
fix macos entry again
|
2024-06-08 19:20:04 +03:00 |
|
HJfod
|
e71d8fff5d
|
Merge branch 'main' of https://github.com/geode-sdk/geode into main
|
2024-06-08 18:35:05 +03:00 |
|
HJfod
|
c82112f2c8
|
cancel tasks on handle destroy
|
2024-06-08 18:34:54 +03:00 |
|
Fleeym
|
f909a737ec
|
add WebResponse::into
|
2024-06-08 18:11:16 +03:00 |
|
altalk23
|
5969c905a8
|
fix mangles for entries
|
2024-06-08 16:00:04 +03:00 |
|
altalk23
|
6b2ac24ccd
|
add geodeImplicitEntry and geodeCustomEntry
|
2024-06-08 15:57:50 +03:00 |
|
SMJS
|
87649f18da
|
Fixed padding and added a content layer to borders (#868)
|
2024-06-08 14:50:59 +03:00 |
|