Commit graph

2412 commits

Author SHA1 Message Date
Justin
0a3de6cd4e
New image arguments format (#983) 2024-07-06 20:04:25 -03:00
altalk23
9009b3db6a fix macos modify changes 2024-07-07 01:06:40 +03:00
altalk23
66c2f9a0d4 no more CCPoint::unrotate! (function bound checking inside crashlog handler) 2024-07-07 00:41:43 +03:00
altalk23
2dc989fdd9 check for attempting to hook missing & inlined functions in modify 2024-07-06 23:42:57 +03:00
altalk23
9fd9a7876d add salmon editor button 2024-07-06 21:54:18 +03:00
matcool
efc4a002b0 run blank generation script 2024-07-06 15:37:36 -03:00
HJfod
aed02d22f6 wait what it didn't even include all of my stuff in the commit??? 2024-07-06 17:15:07 +03:00
HJfod
828078ef65 i didn't actually even try to compile ANY of that 2024-07-06 17:12:32 +03:00
HJfod
9d02155d76 add Mod::checkUpdates to replace Mod::hasUpdatesAvailable 2024-07-06 17:06:50 +03:00
HJfod
1c16913499 deprecate openIndexPopup rather than openInfoPopup 2024-07-06 16:22:16 +03:00
HJfod
8dfef9e62a Merge branch 'main' of https://github.com/geode-sdk/geode into main 2024-07-06 00:44:46 +03:00
HJfod
0082765591 add special visuals for paid tag + make featured tag match with it 2024-07-06 00:44:30 +03:00
Cvolton
e432e72fa0 add openChangelogPopup, deprecate openInfoPopup 2024-07-05 23:07:30 +02:00
matcool
22b258028c bring back geode uninstall button on windows 2024-07-04 20:49:21 -03:00
matcool
e659b97ceb force internal mod to always appear enabled 2024-07-04 20:49:06 -03:00
altalk23
f73e473ae5 only skip selecting a mod if the dependency is a required one 2024-07-04 14:45:31 +03:00
altalk23
255066a4b9 build modsToLoad stack statically 2024-07-04 14:38:51 +03:00
matcool
e397c99fff make these members public 2024-07-03 16:10:00 -03:00
SMJS
a96ec91f89
Added some getters to web request and added some coverage for edge-cases (#981)
* Added some getters to web request and added some coverage for possible edge-cases

* Added the getter implements for web requests

* Escaped header options
2024-06-30 17:32:06 +03:00
altalk23
427e86ef6e update account bases and category, and editor script, reflect basedbuttonsprite changes (minor semver change) 2024-06-30 02:00:30 +03:00
HJfod
5b7efea357 force MZ_FETCH_LIBS 2024-06-29 13:12:56 +03:00
Flafy
1da73cf3fc
Fixes for TextInput (#977) 2024-06-28 23:49:43 -03:00
ConfiG
7ae5ca0310
force fetch zlib on windows 2024-06-28 22:13:53 +03:00
dankmeme01
09c188a157 fix the fix of the messagebox fix 2024-06-28 20:47:39 +02:00
dankmeme01
69bb63087a fix glfwerror handler 2024-06-28 20:43:25 +02:00
mat
4dd348a2e4
remove msvcstl as its no longer used 2024-06-28 11:10:19 -03:00
ConfiG
21c928856c
use real clang for windows builds 2024-06-28 00:50:47 +03:00
Cvolton
df278bfa89
revert idmanager back to $execute 2024-06-26 23:27:11 +02:00
matcool
6fe1ac9e3f fix single arg overload of Task::listen 2024-06-26 14:48:09 -03:00
Fleeym
f94e95ef8e fix(FileSettingNode): use event listener for task 2024-06-25 21:09:36 +03:00
dankmeme01
d752bc2ca3 fix auto updater on macos 2024-06-25 19:41:04 +02:00
ConfiG
4a044bc16a
update minizip 2024-06-25 20:24:46 +03:00
ConfiG
621e3f557c
Update libraries (#971)
- update fmt to 10.2.1
- update minizip-ng to 4.0.7
- properly link to zlib
- replace the only re2 usage with std::regex
2024-06-25 20:13:47 +03:00
qimiko
98852129f7
qwq 2024-06-25 07:03:26 -07:00
shloakmenon
ac93a6c220 Fix macOS safe mode again 2024-06-24 20:40:29 -04:00
ConfiG
14efdd86d4
hello everybody my name is config and welcome to one early return at geode 2024-06-25 03:34:11 +03:00
mat
c2e9eb9718
make safeModeCheck return a boolean 2024-06-24 21:25:55 -03:00
shloakmenon
e4905a0a20 Add Safe Mode for MacOS 2024-06-24 20:18:41 -04:00
Cvolton
fd476fe872
add special error when bad dlls detected 2024-06-24 21:25:15 +02:00
matcool
71fdea4adb missed one dbg log 2024-06-24 16:05:39 -03:00
matcool
138460485d add check for different bytes at entry address
somehow 2 people had this, so now the code does something else to find
the main function
2024-06-24 16:02:52 -03:00
dankmeme01
5421ad1b78 add missing override 2024-06-24 18:39:33 +02:00
Cvolton
98c0eae228
Revert "create on_mod listeners in separate threads"
This reverts commit fd3c9c6f7a.
2024-06-24 12:28:27 +02:00
Cvolton
fd3c9c6f7a
create on_mod listeners in separate threads 2024-06-24 00:59:23 +02:00
Cvolton
a654f343a8
use on_mod(Loaded) for a few more things 2024-06-23 23:45:02 +02:00
Cvolton
5ca4b571c7
add info level to notification 2024-06-23 21:46:52 +02:00
Cvolton
89ed81ac62
replace exclamation with update dot if update available 2024-06-23 21:46:43 +02:00
SpaghettDev
83f8a32a3f
More web options (HTTP version, accept encoding, transfer body, follow request, range) (#943) 2024-06-23 16:45:12 -03:00
Cvolton
83bb3c2ff2
fix missing version check for incompats 2024-06-23 17:40:25 +02:00
Cvolton
58863246af
fix install confirmation popup not showing stuff 2024-06-23 17:23:36 +02:00