NyteLyte
NyteLyte
**Describe the bug** When killing Legcord on linux, it will produce a core dump. In my case, that goes straight to my home directory, thus cluttering it. **To Reproduce** Steps...
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...
### Geode Version v5.0.0 ### Related Problem #### Motivation - the current dependency system has unintuitive names on the developer sides, and lacks granular control - the current dependency system...
There were tiny annoying bugs with the positioning of textures being slightly off; this attempts to correct them.