Results 24 issues of geni

Minecraft Sonic

Tons of things are missing, the code isn't exactly perfect, it hasn't been tested much, but the core of the mod somewhat works. - [ ] Estimates - [ ]...

enhancement

This mostly happens to audio packets sent from a Chromium-based browser in a voice channel with a bitrate of over 64kbps, however it can sometimes happen even on 64kbps. As...

It's about time for a rewrite. *(in C11)* My work on 3DStris started out as a way to better learn C++ *(as I'm sure many can tell)*. As a result,...

enhancement

While CMake has improved a substantial amount over the last few years, it's awful for cross-compilation and still isn't all that good to write or (especially) use. Meson is the...

low-priority
build

The 3DStris GUI system was made as a placeholder for a less hardcoded one. Something like [randrew/layout](https://github.com/randrew/layout) could help.

enhancement

Our `String` class works great, assuming we always want it to allocate heap memory. Unfortunately, most strings in 3DStris are fairly small, meaning heap allocation is often unnecessary. Reference: https://github.com/elliotgoodrich/SSO-23...

enhancement
low-priority

We don't need sds if we already have a String class. Required for: #126

enhancement

Closes #93 Saving is not in the scope of this PR, it'll instead be done separately. - [ ] Code cleanup (a lot of it) - [ ] Proper score...