Commit graph

3808 commits

Author SHA1 Message Date
HJfod
c067b4d0de Merge branch 'main' into layout 2022-10-23 14:57:01 +03:00
HJfod
42d51e3cdc update build workflow to match layout branch 2022-10-23 14:56:16 +03:00
HJfod
b42d6ae2cc add CCObject::copy 2022-10-23 14:43:27 +03:00
HJfod
daf16a20da make sure macos cocos funcs are definitions and not declarations 2022-10-23 14:29:35 +03:00
HJfod
092bee1bf4 add using namespace cocos2d 2022-10-23 14:25:50 +03:00
HJfod
fa9d48a170 add all CCArray definitions on mac 2022-10-23 14:23:28 +03:00
HJfod
bd67102575 add definition of CCArray::exchangeObject on mac 2022-10-23 14:02:53 +03:00
HJfod
2fd0b02edb fix $register_ids not working on clang 2022-10-23 13:46:06 +03:00
HJfod
cd152e7c25 fix resource artifact pushing 2022-10-23 13:42:39 +03:00
HJfod
0948e5cb74 update build.yml
- fix windows-specific platform commands not being run
 - add ccache on windows
2022-10-23 12:42:59 +03:00
HJfod
fdbc7344b3 update actions
- move resource uploading action later in the chain
 - try to fix clang build
2022-10-23 12:38:31 +03:00
HJfod
adcfed3923 update github actions
- publish resources as an artifact (from windows)
 - artifacts are now labelled as geode-{version}-{platform}
 - only run publish on main branch
2022-10-23 12:33:13 +03:00
HJfod
1017f96e19 Merge branch 'main' into layout 2022-10-23 11:58:00 +03:00
HJfod
67510e7494 bump version to v0.6.1 for CLI update fix 2022-10-23 11:56:17 +03:00
HJfod
6501fcc665 id fixes 2022-10-22 23:11:02 +03:00
HJfod
b62de213a7 Merge branch 'main' into layout 2022-10-22 22:55:46 +03:00
HJfod
305b37bab5 update changelog, hopefully we can actually get v0.6.0 released now 2022-10-22 22:55:28 +03:00
HJfod
5a677bf92c add LevelSearchLayer ids 2022-10-22 22:53:41 +03:00
HJfod
f5dbdff0d8 more workings
- update all ID setters to new system
 - move EnterLayerEvent to be automatically posted for all id registrers
2022-10-22 22:52:54 +03:00
HJfod
3ac13012ae Merge branch 'main' into layout 2022-10-22 22:40:38 +03:00
HJfod
e995beb2f9 redesign id registering again, now it's really good 2022-10-22 22:33:04 +03:00
HJfod
40300afb25 new id registering design that's pretty good now 2022-10-22 22:10:36 +03:00
alk
ad37fd5487
Update crashlog.cpp 2022-10-22 20:33:15 +03:00
alk
d192bee692
Update crashlog.cpp 2022-10-22 20:26:34 +03:00
alk
714044322f
Merge pull request #58 from altalk23/main
change some reinterpret_casts to static_casts
2022-10-22 20:20:38 +03:00
alk
8f4e117325
Merge branch 'geode-sdk:main' into main 2022-10-22 20:20:09 +03:00
altalk23
a88e69fb0c change some reinterpret_casts to static_casts 2022-10-22 20:19:58 +03:00
HJfod
46381e7cbc Merge branch 'main' into layout 2022-10-22 19:16:57 +03:00
HJfod
00b6536431
Merge pull request #57 from Jollycistaken/main
Adds string ids for the levelsearchlayer
2022-10-22 16:09:52 +00:00
Jollyc
32a1b7d903
Add files via upload 2022-10-22 09:05:11 -07:00
HJfod
ee54ed6206 Merge branch 'main' of https://github.com/geode-sdk/geode into main 2022-10-22 18:36:58 +03:00
HJfod
85a80ef6b4 add MenuLayer members 2022-10-22 18:36:50 +03:00
matcool
9446e995cf
make X_selector() macros not require using namespace cocos2d 2022-10-22 12:27:33 -03:00
matcool
7551537d4c
add EditorUI::scrollWheel 2022-10-22 12:27:12 -03:00
HJfod
9fc5e36c26 fix changelog 2022-10-22 18:19:16 +03:00
HJfod
3d3f8ae000 bump version + update changelog 2022-10-22 18:12:21 +03:00
HJfod
2ef03197b5 fix mac build
- move attribute & E -> T
2022-10-22 17:55:10 +03:00
HJfod
1dad98b235 Result stuff
- add NewResult
 - deprecate and nodiscard old Result
 - silence some warnings
2022-10-22 17:49:09 +03:00
matcool
a85823a322
fix AddressGen 2022-10-22 08:48:35 -03:00
camila314
c3878b8a20 Optimize TypeGen 2022-10-21 18:17:08 -05:00
altalk23
cb9d6f212a Merge branch 'main' of https://github.com/geode-sdk/geode 2022-10-20 22:46:12 +03:00
altalk23
42a3c6de3c move wrap to seperate files 2022-10-20 22:45:43 +03:00
mat
8b34384b0b add some missing windows addresses 2022-10-20 16:16:11 -03:00
altalk23
2a7c9d1be6 only hash png ogg and mp3 files 2022-10-20 21:47:29 +03:00
altalk23
ea0a81a790 add krita files to gitignore (don't ask) 2022-10-20 21:19:15 +03:00
alk
7f42acb0b8
Merge pull request #2 from geode-sdk/main
Merge geode-sdk/geode:main
2022-10-20 21:07:38 +03:00
alk
e18a693f73
Merge branch 'main' into main 2022-10-20 21:07:27 +03:00
camila314
e92bf200ae Merge branch 'main' of https://github.com/geode-sdk/geode into main 2022-10-19 10:57:30 -05:00
camila314
bc12104aa6 bindings 2022-10-19 10:57:25 -05:00
altalk23
e7d9f54961 remove 0x0 from bindings 2022-10-19 13:37:27 +03:00