Collin Smith

Results 79 issues of 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...

feature request

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

build

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...

enhancement
build

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)...

enhancement
mpq

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...

bug
logger

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...

bug
map

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....

enhancement
build

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...

bug
android

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...

question
build

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...

enhancement