DaPorkchop_
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
Would be nice to be notified when a new version is made available.
- [ ] GUI interface - [ ] Interactive console - [x] WebSocket protocol thingy - [ ] Multi-client? Probably uneeded... - [ ] Possibly some kind of plugin system...
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...