Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
V: Toggle world rendering
F: Switch between vanilla renderer and my renderer
Only accept keyboard presses if no gui is active
|
|
Increases fps from 340 to 360 when rendering nothing
|
|
|
|
|
|
|
|
The microoptimization hath begun
|
|
|
|
|
|
|
|
The LODMod.hideUnderVanillaChunks = true case is handled like garbo
still, but I don't care about it right now
|
|
|
|
This didn't seem to change anything, though
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes an IndexOutOfBoundsException that happened when I died (I guess the player
list is empty while you're respawning)
|
|
|
|
|
|
|
|
I did this in an attempt to fix a bug I had with OWG, but it turned out to be
caused by something else. Still, accessing the server's data structures from
the client thread is bad form, so I'll keep it like this.
|
|
|
|
|
|
|
|
Reduces save time from 3.4s to 0.4s in my testing
|
|
|
|
Now the RAM usage should be as low as it can get... but there are lag spikes
while the I/O transfer happens
|
|
Oops.
|
|
|