Collin Smith
Collin Smith
It would be great if I could customize the min/max height of waves or how close they appear to shore. This is often very immersion-breaking and makes building good/usable docks...
Need to add https://mvnrepository.com/artifact/javax.annotation/javax.annotation-api/1.3.2 as a dependency for `riiablo:core` in order for builds to work. I'm pretty sure this worked before with
Need to update build instructions to try and remove any hoops people need to jump through, namely implement usage of `scoop`. Could also add instruction on setting up dev environment...
I've noticed there are some slowdowns when reading files from MPQs, specifically pkexplode. I tried changing readBytes to read as many sectors at once (up to the uncompressed sector size)...
Writing log messages concurrently from multiple threads to stdout causes output messages to be mixed together. The mixing appears to happen at the bounds of conversion symbols. Unsure if this...
Some DS1 files are being loaded with remaining bytes left in the stream. So far I've only noticed two instances, both of which are version 13. I haven't looked into...
This seems like the most appropriate way to handle generating the excel table serializers, however I've had a lot of trouble trying to decouple the `com.riiablo.excel` hierarchy to support this....
Noticed this issue on the latest version of Android where the 0 index on tiles shows up as white, even though `glClearColor` is set to black. Only occurs on acts...
I noticed that importing the project into Intellij 2020.3 sets all gradle projects as `android-gradle`. Is this expected behavior? It doesn't seem to effect anything as far as I can...
Format for video files are bink video (.bik) which is supported by ffmpeg. Existing library [gdx-video](https://github.com/libgdx/gdx-video) uses ffmpeg wrapper, but in my tests doesn't work with a bik (I couldn't...