Commit graph

1350 commits

Author SHA1 Message Date
matcool
3081164600 only send delegate update on closing ColorPickPopup 2024-11-15 16:45:06 -03:00
matcool
bebc7b4074 use fmtlib instead of sstream in numToString and intToHex 2024-11-15 16:43:36 -03:00
matcool
5645399a9f allow building loader in debug mode on windows 2024-11-15 15:38:14 -03:00
matcool
1a201e1d65 pimpl ColorPickPopup 2024-11-15 15:27:22 -03:00
matcool
da92090108 change ModSettingsManager::save return type 2024-11-15 14:55:34 -03:00
B1rtek
64d9a289a3
Web support for multiple headers with same name (#1150)
Used for Set-Cookie, for example
2024-11-15 12:40:11 -03:00
matcool
fb504cbf83 theres no need for gdstring.lib since 2.206 2024-11-15 11:58:33 -03:00
slideglide
ecec11fa93
Fix every "succes" spelling mistakes I could find (#1151)
* Fix spelling mistakes

* Fix spelling mistake

* Fix spelling mistakes

* Fix spelling mistake

* Fix spelling mistake
2024-11-15 11:53:48 +01:00
HJfod
7c4e06d20c Merge branch 'v4' into main 2024-11-14 15:58:26 +02:00
HJfod
e881dc5ef2 manually installing mods from files button 2024-11-14 15:57:11 +02:00
matcool
22a11b96e2 fix wrong type in Task::chain impl 2024-11-13 16:20:50 -03:00
matcool
ab196b9adf allow sending progress from Task coroutines by using co_yield 2024-11-12 12:23:50 -03:00
matcool
00cc510d5b fix typename 2024-11-12 02:41:35 -03:00
matcool
e61b2c0595 co_await support for geode Task
see comment at the bottom of the header for more information
2024-11-12 02:32:05 -03:00
HJfod
acad3d2a8d Merge branch 'v4' of https://github.com/geode-sdk/geode into v4
Some checks are pending
Build Binaries / Build Windows (push) Waiting to run
Build Binaries / Build macOS (push) Waiting to run
Build Binaries / Build Android (64-bit) (push) Waiting to run
Build Binaries / Build Android (32-bit) (push) Waiting to run
Build Binaries / Publish (push) Blocked by required conditions
2024-11-12 01:03:37 +02:00
HJfod
09fa872781 show outdated mods in the UI + make outdated Geode ver count for that too 2024-11-12 01:03:19 +02:00
Chloe
bcb856a302
update android binaries 2024-11-11 15:14:32 -07:00
matcool
324883140a add Task::chain 2024-11-11 16:43:38 -03:00
altalk23
b1ab3eb373 thank you mat 2024-11-11 22:43:04 +03:00
altalk23
6db3084062 priorities production ready (not tested) 2024-11-11 22:40:30 +03:00
altalk23
673317d3cb hook priority changes with pre/post and Priority class for static priority values 2024-11-11 22:38:03 +03:00
matcool
4ba8751c68 update json to 3.0.1
Some checks are pending
Build Binaries / Build Windows (push) Waiting to run
Build Binaries / Build macOS (push) Waiting to run
Build Binaries / Build Android (64-bit) (push) Waiting to run
Build Binaries / Build Android (32-bit) (push) Waiting to run
Build Binaries / Publish (push) Blocked by required conditions
2024-11-10 19:28:19 -03:00
HJfod
a3beed16f5 silly alk revert 2024-11-11 00:25:16 +02:00
dankmeme01
76db1268bf change some const string refs to string views and change getID to return a ref 2024-11-10 17:47:09 +01:00
dankmeme01
084fea220e code cleanup: remove unnecessary const in function parameters
Some checks are pending
Build Binaries / Build Windows (push) Waiting to run
Build Binaries / Build macOS (push) Waiting to run
Build Binaries / Build Android (64-bit) (push) Waiting to run
Build Binaries / Build Android (32-bit) (push) Waiting to run
Build Binaries / Publish (push) Blocked by required conditions
2024-11-10 16:05:20 +01:00
matcool
deab3d2517 remove GEODE_STATIC_PTR and GEODE_STATIC_VAR 2024-11-10 10:38:59 -03:00
matcool
7b171c56c9 avoid collision with result's geode_concat macro 2024-11-10 10:14:46 -03:00
HJfod
12e8bbb6a2 split problems into load problems and outdated GD version 2024-11-10 12:55:56 +02:00
HJfod
a3b306a4e0 turns out that path was case-insensitive now... 2024-11-10 11:59:14 +02:00
HJfod
9d4e6ba0e4 header fixes (i think this might make compiling without PCH possible?) 2024-11-10 11:51:49 +02:00
matcool
4f837a0f8b Merge remote-tracking branch 'origin/2207' into v4 2024-11-10 00:43:28 -03:00
matcool
5b10a91d8c do a few v4 todos 2024-11-10 00:43:06 -03:00
matcool
13b7cfc488 actually now 2024-11-09 16:04:38 -03:00
Justin
39dc184b88
2.207 patch updates (#1140)
Some checks failed
Build Binaries / Build Windows (push) Has been cancelled
Build Binaries / Build macOS (push) Has been cancelled
Build Binaries / Build Android (64-bit) (push) Has been cancelled
Build Binaries / Build Android (32-bit) (push) Has been cancelled
Build Binaries / Publish (push) Has been cancelled
* Update gdTimestampMap.hpp

* Update CMakeLists.txt

* Add files via upload
2024-11-09 19:55:51 +01:00
matcool
e8ef9b79c8 fix build 2024-11-09 15:51:20 -03:00
matcool
9ed55c4e7b matjson 3/3, compiles but mod about.md dont load for some reason 2024-11-09 15:16:24 -03:00
Cvolton
af23cf81d3 fix cceglview 2024-11-09 16:55:39 +01:00
matcool
30f872cc87 Revert "add 2.207 support"
This reverts commit 8aa2c2283a.
2024-11-09 12:29:19 -03:00
altalk23
108721dd3f matjson 2/?
Some checks are pending
Build Binaries / Build Windows (push) Waiting to run
Build Binaries / Build macOS (push) Waiting to run
Build Binaries / Build Android (64-bit) (push) Waiting to run
Build Binaries / Build Android (32-bit) (push) Waiting to run
Build Binaries / Publish (push) Blocked by required conditions
2024-11-09 09:14:00 +03:00
altalk23
f2ec5fa3f8 matjson status 1/? 2024-11-09 09:05:21 +03:00
dankmeme01
4c4770bfd3 add 2.207 support 2024-11-09 02:13:17 +01:00
dankmeme01
8aa2c2283a add 2.207 support 2024-11-09 01:42:39 +01:00
Justin
842b342dc5 yeah... 2024-11-07 20:29:01 +03:00
fig
44a70d391b
Merge pull request #1126 from hiimjustin000/ignore-length
WebRequest::ignoreContentLength
2024-11-07 11:40:58 -05:00
altalk23
bdb0c99e17 update to new result 2024-11-04 23:24:20 +03:00
altalk23
8320cf6057 Alias V3 settings to default 2024-11-04 21:27:14 +03:00
altalk23
bed622243b remove minifunction 2024-11-04 20:42:09 +03:00
altalk23
50ab4ebed7 removing deprecated things, part 1 (does not compile) 2024-11-04 20:14:23 +03:00
Henry Spheria
4dcac338f9
fix CCArrayExt::pop_back() ret variable not being a pointer (#1130)
Some checks failed
Build Binaries / Build Windows (push) Has been cancelled
Build Binaries / Build macOS (push) Has been cancelled
Build Binaries / Build Android (64-bit) (push) Has been cancelled
Build Binaries / Build Android (32-bit) (push) Has been cancelled
Build Binaries / Publish (push) Has been cancelled
2024-11-02 13:52:12 -03:00
Justin
7566292157 yeah... 2024-11-01 18:52:50 +00:00