DaPorkchop_

Results 26 issues of DaPorkchop_

I've recently noticed the "mods" folder. Looking at the examples, there only seem to be an `onLoad` and an `onUnload` function. Are there any plans to add more hooks/make a...

enhancement

According to [https://github.com/tilezen/joerd/blob/master/docs/data-sources.md#what-is-sourced-at-what-zooms](https://github.com/tilezen/joerd/blob/master/docs/data-sources.md#what-is-sourced-at-what-zooms), GMTED data should only be being used for land data between zooms 4-6. However, when testing bathymetry at 0,0, I noticed the following: - ### [Zoom 10...

i want to make a system for regex-like matching of block patterns. the main difficulty will be coming up with a decent regular expression system in 3d, probably some hybrid...

enhancement

this pr will completely revamp how terra++ handles datasets and presets. - configuration for scalar datasets (elevation, etc.) will be stored online, allowing for default datasets to be updated without...

Not sure where else to put this, so I'm putting it here :P I'm hosting builds of the Java version of soupply over at my Maven repo, https://maven.daporkchop.net ([builds here](https://maven.daporkchop.net/soupply/))....

Without this change, merged exception handler code is unreachable, as the try-catch block start/end/handler information isn't copied into the target method. This also causes the merged method to work as...

This removes the dependency jars that are currently tracked in version control, and instead downloads the dependencies from their respective repositories like a Gradle project should. Also did some minor...

Okay, normally I hate it when people make PRs like this, making a huge diff simply be reformatting the whole project, but this is just plain ridiculous. This codebase has...

the old pr (#10) was lost when i eradicated the primitive source from the git log, so i need a new one lol

Priority: Urgent
Feature

I need a 64-bit alternative to Netty's `ByteBuf`, so I'm making one.

Priority: Medium
Feature