DaPorkchop_

Results 26 issues of DaPorkchop_

i don't want to depend on bouncycastle, i want to use my own thing! native code is good, so i'm gonna use it

Priority: Medium
NUKE THE WHOLE DARN THING
Refactor

Would be nice to be notified when a new version is made available.

Feature
Priority: Low

- [ ] GUI interface - [ ] Interactive console - [x] WebSocket protocol thingy - [ ] Multi-client? Probably uneeded... - [ ] Possibly some kind of plugin system...

Feature

It'd help to improve code readability and avoid merge conflicts if there were one consistent code style used everywhere. Currently there really isn't, with some examples being: - `this.` prefix...

This contains three main changes: - Instead of sorting `TileImage`s directly, we'll leave them unmodified and sort pointers to them instead. This makes the actual sorting much faster, since it...