ClassiCube icon indicating copy to clipboard operation
ClassiCube copied to clipboard

Custom Minecraft Classic / ClassiCube client written in C from scratch (formerly ClassicalSharp in C#)

Results 200 ClassiCube issues
Sort by recently updated
recently updated
newest added

``` ---------------------------------------- Crash time: 24/07/2022 06:30:44 ClassiCube crashed. Reason: -d argument no longer supported - cd to desired working directory instead -- backtrace -- 0x000055C6F454AEB7 - ClassiCube 0x000055C6F4547090 - ClassiCube(Platform_GetCommandLineArgs+112)...

ClassiCube 1.3.2 with pipewire(-jack and -pulse) forces an audio output rate of 44.1KHz while the system is configured to output at 192KHz. This seems to make pipewire switch to 44.1KHz...

- Some computers have issues, where trying to create a new WinMM device while another device is still playing a sound, errors with "device already in use". - Causes exception...

bug
help wanted
Plat-Windows

Don't question my sanity ![20220401_174332](https://user-images.githubusercontent.com/51961150/161297610-2ec92c65-cc6f-4e7b-8987-20a270c42609.jpg) ![20220401_174347](https://user-images.githubusercontent.com/51961150/161297615-dc0f0892-513f-47a4-9fe9-5ec0ebf23f09.jpg)

Would just be preferable to disabling name verification for LAN players

enhancement

`-Og -fsanitize=shift-base,shift-exponent,signed-integer-overflow -fsanitize-trap=shift-base,shift-exponent,signed-integer-overflow` Problem comes from all the places where `255` is passed for A/alpha component to `PackedCol_Make/BitmapCol_Make` macro to avoid that, would have to use `| PACKEDCOL_A_MASK/BITMAPCOL_A_MASK` instead (maybe...

crash

![image](https://user-images.githubusercontent.com/6509348/144802288-477ccd7a-041b-4f24-8880-b11e3b9cc9f7.png) ![image](https://user-images.githubusercontent.com/6509348/144802605-bc16585d-1038-41cf-87ec-f3e432d56f13.png) User said CFNetwork http backend didn't have this issue

Plat-macOS

Instead of being a fixed offset from either left/centre/right of the screen with mostly fixed size, widgets should * Dynamically adjust themselves to fit in the screen (e.g. so long...

enhancement
low priority
mobile

- [x] Widgets shouldn't be cached forever (only widgets in current screen) - [x] 4 button border pixels - [ ] text when hovering over resume - [ ] Use...

enhancement
mobile