gcask

Results 9 issues of gcask

* Adds uast usage in EE (essentially just for the starbox) * Adds model2 support * Adds option to change texture resolution. Mainly for mobile/low end devices support. * Adds...

With this, we can do some tricks around the colors from blinking effects to color shifting etc...

On my system this yields a ~20% boost in FPS in Battlefield Huge. The main tricks used here are [buffer re-specification](https://www.khronos.org/opengl/wiki/Buffer_Object_Streaming#Buffer_re-specification), which enables the code to avoid a cpu/gpu sync...

Builds the APK through github's CI.

- Updated to Box2D sources Requires daid/SeriousProton#67

Being able to specify multiple custom download links would allow repository owners to maintain alternative download sites/backups in case one of the links go down. It would also enable the...

* single char variant now calls the string_view counterpart (ensures consistency) * fixed the `find` which was using the stock `substr()` and not the improved string ones, which has a...

This build's on @daid 's proposal from #115 . It introduces a new type, `replication::Field` which people can use to mark replicated... fields. ⚠️ This is still very much a...