Oleksandr Nemesh
94dc60a7f2
fix whitespace
2024-07-24 12:34:55 +03:00
dankmeme01
fc544f9144
fix ccparticlesystem virtuals
2024-07-21 20:25:01 +02:00
matcool
ecc83ca359
update changelog
2024-07-20 18:18:03 -03:00
matcool
61e000daa0
check hash for downloaded mods
2024-07-20 18:16:06 -03:00
matcool
af17213798
update version and changelog
2024-07-20 17:57:00 -03:00
xparadoxical
c84be42afa
Update Polish installer translation ( #998 )
2024-07-20 17:50:50 -03:00
Erymanthus | RayDeeUx
9924892407
revise chinese translations ( #997 )
2024-07-20 17:46:10 -03:00
matcool
1e6d6fbcb6
these arent used anymore
2024-07-20 17:12:28 -03:00
matcool
dfdb7107dd
fix build
2024-07-20 17:04:35 -03:00
matcool
4f321973ac
implement custom window for showing crashlog instead of messagebox
...
very cool :-)
2024-07-20 16:28:03 -03:00
matcool
f86d4db20f
update docs version
2024-07-20 16:27:24 -03:00
Chloe
2b35e0e833
remove useless fs hash block
...
ndk r27 implements this, so it won't build
2024-07-18 18:45:20 -07:00
HJfod
2edfb71bac
add GEODE_DONT_USE_CCACHE
2024-07-16 13:53:33 +03:00
HJfod
b5484acc60
i goofed up
2024-07-16 13:25:08 +03:00
HJfod
0f4cb0ade0
Merge branch 'main' of https://github.com/geode-sdk/geode into main
2024-07-16 13:22:18 +03:00
HJfod
98f82ff00e
fix platform-specific dependencies through Cli 3.2.0
2024-07-16 13:21:58 +03:00
Oleksandr Nemesh
e46353908d
fix ccColor
2024-07-11 14:50:09 +03:00
Oleksandr Nemesh
0ee2b5beb2
add include
2024-07-11 14:46:55 +03:00
Oleksandr Nemesh
360827e766
add cclightning
2024-07-11 14:45:03 +03:00
Cvolton
ba7b0fa818
remove low limit for mod logo scale
2024-07-10 14:24:25 +02:00
Erymanthus | RayDeeUx
fc5a9663b8
update chinese translations ( #995 )
2024-07-09 17:07:38 -03:00
dankmeme01
e26fe954a6
update netlibs (fix crashes on macos wine and old wine/proton)
2024-07-07 15:00:03 +02:00
matcool
65ed0d479f
update changelog
2024-07-06 21:03:19 -03:00
matcool
1f8f76a0e6
cleanup code for new image args syntax
2024-07-06 21:02:02 -03:00
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
b1587f824a
update changelog
2024-07-07 00:56:10 +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
d9d4c113ef
update finnish and swedish installers
2024-07-06 16:30:15 +03:00
HJfod
1c16913499
deprecate openIndexPopup rather than openInfoPopup
2024-07-06 16:22:16 +03:00
altalk23
4d3b763e98
update turkish translation of installer
2024-07-06 03:49:44 +03:00
elnexreal
bbef67ce98
Update spanish strings for installer ( #993 )
2024-07-05 20:31:29 -03:00
Oleksandr Nemesh
ab99fafbae
new ukrainian and russian strings ( #992 )
2024-07-05 20:20:34 -03:00
mat
3465940527
Update PortugueseBRExtra.nsh
2024-07-05 19:58:24 -03:00
Cvolton
c45d8f6f90
Add GD 64-bit check to installer
2024-07-06 00:52:11 +02: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