geode
geode copied to clipboard
The ultimate Geometry Dash modding framework
Fixed missing `typename` keyword necessary for building mods on Mac OS.
Reply me if something in this code went wrong :p
Allows you to repeatedly apply `static_cast` in the order the casts are applied in. So, `geode::cast::chain_cast(obj)` is equivalent to `static_cast(static_cast(static_cast(obj)))`. Additionally, rarely useful, but `geode::cast::chain_cast(obj)` just returns obj.
Warnings from Geode or mods' dependencies may clutter other mod developers' compilation, or cause errors if they're using `-Werror`. Change the target include directories to SYSTEM in order to silence...
Most (if not all) mods that use keepAcrossScenes try to keep their node above the current scene, so why not just have an overlay to make that easier? I've added...
Makes CCKeyboardDispatcher::dispatchKeyboardMSG get called when using a keyboard on iOS, hopefully I didn't commit too many war crimes
### Geode Issue - [x] I confirm that this crash is NOT related to a mod but directly to Geode Loader itself. ### Platform Windows ### Geode Version v4.9.0 ###...