Skip to content

Commit

Permalink
Merge branch 'geode-sdk:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 authored Dec 6, 2024
2 parents c5e10a9 + 68d8c41 commit 0ff4195
Show file tree
Hide file tree
Showing 5 changed files with 268 additions and 185 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Example : Base1, Base2 {
}
```

We are mainly only looking for new addresses for the latest version of GD (Update 2.206). However, if you are interested in documenting older versions, we will also accept those in the interests of the wider modding community. Please put them in the appropriate subfolder under bindings.
We are mainly only looking for new addresses for the latest version of GD (Update 2.2074). However, if you are interested in documenting older versions, we will also accept those in the interests of the wider modding community. Please put them in the appropriate subfolder under bindings.

## SyncBromaScript

Expand Down
12 changes: 6 additions & 6 deletions bindings/2.2074/Cocos2d.bro
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ class cocos2d::CCParticleRain : cocos2d::CCParticleSystemQuad {
[[link(win, android)]]
class cocos2d::CCParticleSnow : cocos2d::CCParticleSystemQuad {
static cocos2d::CCParticleSnow* create() = imac 0x473c10;
static cocos2d::CCParticleSnow* createWithTotalParticles(unsigned int) = imac 0x473c90;
static cocos2d::CCParticleSnow* createWithTotalParticles(unsigned int) = imac 0x473c90, m1 0x3e28a0;

// CCParticleSnow(cocos2d::CCParticleSnow const&);
// CCParticleSnow();
Expand Down Expand Up @@ -1441,7 +1441,7 @@ class cocos2d::CCEGLView {
void end();

[[missing(android, mac, ios)]]
void toggleFullScreen(bool, bool);
void toggleFullScreen(bool, bool, bool);
[[missing(android, mac, ios)]]
void pollEvents();
[[missing(android, mac, ios)]]
Expand Down Expand Up @@ -1525,7 +1525,7 @@ class cocos2d::CCIMEDispatcher {
bool attachDelegateWithIME(cocos2d::CCIMEDelegate*);
bool detachDelegateWithIME(cocos2d::CCIMEDelegate*);
void dispatchDeleteBackward() = m1 0x4124e0, imac 0x4a9140;
void dispatchDeleteForward();
void dispatchDeleteForward() = m1 0x412500, imac 0x4a9160;
void dispatchInsertText(char const*, int, cocos2d::enumKeyCodes) = imac 0x4a9110, m1 0x4124b4;
void dispatchKeyboardDidHide(cocos2d::CCIMEKeyboardNotificationInfo&);
void dispatchKeyboardDidShow(cocos2d::CCIMEKeyboardNotificationInfo&);
Expand Down Expand Up @@ -3156,8 +3156,8 @@ class cocos2d {
static cocos2d::CCBMFontConfiguration* FNTConfigLoadFile(char const*) = m1 0x4f1f3c, imac 0x5bc460;
static void FNTConfigRemoveCache();
static cocos2d::CCAffineTransform __CCAffineTransformMake(float, float, float, float, float, float);
static cocos2d::CCPoint __CCPointApplyAffineTransform(cocos2d::CCPoint const&, cocos2d::CCAffineTransform const&);
static cocos2d::CCSize __CCSizeApplyAffineTransform(cocos2d::CCSize const&, cocos2d::CCAffineTransform const&);
static cocos2d::CCPoint __CCPointApplyAffineTransform(cocos2d::CCPoint const&, cocos2d::CCAffineTransform const&) = m1 0x1df1e8, imac 0x22e4c0;
static cocos2d::CCSize __CCSizeApplyAffineTransform(cocos2d::CCSize const&, cocos2d::CCAffineTransform const&) = m1 0x1df244, imac 0x22e530;
static cocos2d::CCPoint ccCardinalSplineAt(cocos2d::CCPoint&, cocos2d::CCPoint&, cocos2d::CCPoint&, cocos2d::CCPoint&, float, float);
static void ccDrawCardinalSpline(cocos2d::CCPointArray*, float, unsigned int);
static void ccDrawCatmullRom(cocos2d::CCPointArray*, unsigned int);
Expand Down Expand Up @@ -3563,4 +3563,4 @@ class cocos2d::CCConfiguration {
bool supportsNPOT() const;
bool supportsPVRTC() const;
bool supportsShareableVAO() const;
}
}
Loading

0 comments on commit 0ff4195

Please sign in to comment.