UnknownShadow200

Results 171 issues of UnknownShadow200

Otherwise the IRC server can kick it for flooding

![image](https://user-images.githubusercontent.com/6509348/191506557-0f9fc204-9f08-4057-99bf-d136d95510b0.png) The user did note that the drive they were running the server from was having issues, which resulted in lots of I/O exceptions getting thrown. Most likely one of...

bug

Currently, the client renders all vertices of all faces (example here, with all blocks being drawn at half extent to make the overdraw visible): ![truecraft1](https://cloud.githubusercontent.com/assets/6509348/7892224/438bbcfa-0696-11e5-8ca2-1dc7413b1227.png) There are two main ways...

1) In ChunkHandler.HandleData(), you already know the total uncompressed size of the data. You could use a memory stream with this total size to avoid having to do any resizing...

When trying to render characters with values >= 128, the client crashes with (for example) 'IndexOutOfBoundsException: 65531'. This is (almost certainly) because Java is treating them as signed bytes and...

enhancement
high priority

Right now ClassiCube tries to use native SSL libraries (and hence certificate validation) on Windows/macOS/Linux/Android/iOS, however this just seems to repeatedly cause issues on older devices due to OS only...

Probably need to a call to `Gfx_SetVSync` whenever the soft keyboard is closed

When debugging under lxdream-nitro either: * It crashes with invalid address when freeing memory * It crashes with invalid address when allocating memory * The emulated console reboots So probably...

Currently they are responsible for both converting a path into a native path, and actually performing the native file operation These should be split to make it possible to implement...