Commit graph

2787 commits

Author SHA1 Message Date
matcool
4b7663015a (urgent) fix followThunkFunction
it was following hooks for cocos functions, causing bad crashes.
instead, now only follow jmp and then jmp dword ptr
2023-12-15 11:59:11 -03:00
matcool
2077a238d3 bump version and update changelog 2023-12-15 10:58:46 -03:00
matcool
d295fc9546 update comment 2023-12-14 21:45:24 -03:00
matcool
391f63edee implement a save file fix
thank you chloe for a basis for the rewritten function

Co-authored-by: qimiko <25387744+qimiko@users.noreply.github.com>
2023-12-14 21:37:29 -03:00
matcool
44a018cdf9 recursively follow jumps in followThunkFunction 2023-12-14 21:32:19 -03:00
matcool
e8a326f7cb make crashlog messagebox always appear, instead of only on GEODE_DEBUG 2023-12-14 21:31:54 -03:00
Cvolton
ffed1df4fc Fix Android strip not being run without Geode CLI 2023-12-13 01:01:58 +01:00
alk
d9b913b06c
Merge pull request #367 from Cvolton/dailylevelnode
add DailyLevelNode::init
2023-12-11 15:26:59 +03:00
Cvolton
cb8f51e86c
add DailyLevelNode::init 2023-12-07 00:36:17 +01:00
alk
f18335fae5
Merge pull request #360 from Capeling/main
Update GeometryDash.bro
2023-11-30 07:19:08 +03:00
Capeling
385897c08e
Update GeometryDash.bro
changed artistForAudio into an int, since thats what it is
2023-11-29 10:17:10 +10:30
Capeling
8f60e24686
Update GeometryDash.bro
added more LevelTools functions, removed windows address for artistForAudio due to issues
2023-11-29 09:33:01 +10:30
Capeling
5641c05f49
add windows addresses for LevelTools::getAudioFileName, LevelTools::getAudioTitle, LevelTools::artistForAudio and LevelTools::urlForAudio (#358) 2023-11-28 15:14:43 +03:00
mat
445b5cdf38
forgot the space 2023-11-24 12:32:35 -03:00
mat
4c6a5074c8
update changelog 2023-11-24 12:32:22 -03:00
alk
f970383c01
Merge pull request #349 from dankmeme01/patch-6
add GameLevelManager::deleteComment
2023-11-21 23:09:09 +03:00
dankmeme01
89e410b5ab
add GameLevelManager::deleteComment 2023-11-21 20:41:36 +01:00
alk
1e654387b9
Update test-offsets.yml 2023-11-21 22:10:50 +03:00
altalk23
c8392e92f5 im tired 2023-11-21 22:03:07 +03:00
altalk23
164185621e easy fix of the web error crash !!! (not rly) 2023-11-21 21:20:06 +03:00
altalk23
df3979fe46 Merge branch 'main' of https://github.com/geode-sdk/geode 2023-11-21 20:38:15 +03:00
altalk23
f7962246ec set time for updating index notif 2023-11-21 20:38:13 +03:00
ConfiG
c5550a67c2
log geode version on startup 2023-11-21 20:34:59 +03:00
altalk23
b76eb12458 fix onShare 2023-11-21 20:34:12 +03:00
altalk23
d5027ca6ab Merge branch 'main' into 1.4.0-dev 2023-11-21 20:31:36 +03:00
altalk23
954ed1085b run on prs 2023-11-21 20:25:47 +03:00
altalk23
5cf0f3c28c fix hooks lol! funny demorgan stuff happened here 2023-11-21 20:22:27 +03:00
altalk23
7796bfba9f fix commenttype macos (thanks cocoa!) 2023-11-21 20:10:19 +03:00
ConfiG
499876307c
fix LevelInfoLayer::onDelete windows addr 2023-11-17 16:00:38 +03:00
dankmeme01
557b9e3126
add the CommentType enum (#344) 2023-11-17 00:27:39 +03:00
dankmeme01
d050d039c0
bindings: add comment uploading and ShareCommentLayer (#343) 2023-11-17 00:07:51 +03:00
ConfiG
5083017b50
improve logging + minor refactors 2023-11-11 19:45:18 +03:00
camila314
645a41c63a forogt to commit the enum 2023-11-11 10:03:31 -06:00
camila314
0b9590727a implementation of canRotateFRee 2023-11-11 10:01:29 -06:00
camila314
b6b02671b8 canRotateFree for mac 2023-11-11 09:46:21 -06:00
mat
fdd4d61fb9
Merge pull request #334 from geode-sdk/1.4-merge-temp
Update 1.4.0 with main commits
2023-11-10 00:19:38 -03:00
mat
8d8001a655
ok idc about this class for now 2023-11-09 22:54:34 -03:00
mat
80539b493b
fix bindings 2023-11-09 22:43:25 -03:00
mat
41832af1d8
Merge branch '1.4.0-dev' into 1.4-merge-temp 2023-11-09 22:39:23 -03:00
mat
cd83b4dbc9
bump version 2023-11-03 16:30:59 -03:00
dankmeme01
b525adad50
add a bunch of bindings (#324)
* reorder funcs in UserListDelegate because the order was wrong
* add those same functions to FriendsProfilePage
* add getUserList and getStoredUserList to GLM
* change unknown delegate to UserListDelegate in GLM
* add callbacks for most buttons in ProfilePage
2023-11-03 16:22:42 -03:00
mat
69cac3e4f7
update changelog and bump to 1.3.6 2023-11-02 09:12:39 -03:00
matcool
945c882690 fix PlayerObject sprite members 2023-11-02 09:05:02 -03:00
Cvolton
3500ce9896
Bindings: add SearchButton (#322) 2023-10-31 15:42:10 -03:00
mat
12231b223c
disable CCTextInputNodeFix 2023-10-31 14:57:04 -03:00
alk
d5000c29ae
Merge pull request #319 from dankmeme01/main
Display messages of unhandled c++ exceptions on Windows
2023-10-28 18:48:23 +03:00
alk
b708d1ecf6
Merge pull request #321 from FireMario211/patch-1
Handle HTTP error responses
2023-10-28 18:47:23 +03:00
Fire
237128bfc5
Allow error responses
i dont want a "HTTP response code said error"
2023-10-27 20:49:17 +00:00
dank_meme
0472075f88 actually fix windows exception handling 2023-10-25 00:18:58 +02:00
dank_meme01
52421d8c65 fix msvc compilation error in ehdata_structs.hpp 2023-10-24 22:42:48 +02:00