Clocks

Results 164 issues of Clocks

Waiting on https://github.com/alphacep/vosk-api/issues/1273

Consider no longer advertisting translation models that aren't functional or useful. For example, English to Chinese (vice versa) is completely broken, failing even to translate "goodnight" properly. While it is...

### Description of the Change Begins the migration to JavaFX as swing is long dead. Issues with this commit: - Requires bump to Java 17. - EXIT_ON_CLOSE replaced with a...

### Description of the Change Implement `HierarchyPanel` to the top level of Settings. This way, while each individual panel still needs to preserve the view, the overall screen still is...

### Description of the Change Currently, the LauncherConsole keeps appending the log even when not visible. This creates an issue when users don't even have the LauncherConsole visible, and it...

### Description of the Change Implement Hierarchy CreatePack ### Testing - [x] Open CreatePack - [x] Leave CreatePack - [x] Do the above changing fields It seems the generally, the...

### Description of the Change The Instance data class is grossly misused, never minding the horrific memory impacts due to storing every single mods data in memory. We have business...

### Description of the Change There are currently two ways to load news. From JSON and from GraphQL Currently, Data.NEWS only handles json news, not graphql news. This commit changes...

### Description of the Change Implements desktop file shortcuts for mod-packs ### Testing - [ ] TBD ### Related Issues #664

### Description of the Change Implement HierarchyPanel in ToolsTab ### Testing - [x] Open Tools - [x] Close Tools No state to hold, everything is just static buttons. ### Related...