Eggbertx
Eggbertx
It's kind of annoying when it disconnects/reconnects me to the server if I just want to add an autojoin channel or set the command to run when it first connects,...
This would be really helpful for easily distributing the game and necessary libraries and optionally packaging them in a .zip archive for people who might not have miniSphere installed.
As it is now, we have orthogonal projection (via `Transform#project2D`) and frustum projection (via `Transform#project3D`), but it would be nice to have perspective projection as well. This can be done...
Instead of having a button to toggle the hardcoded CRT shader, it would be nice to have a button that shows a FileDialog, allowing the user to select their own...
# Packages - [ ] cmd/gochan - [ ] cmd/gochan/migration/internal/common - [ ] cmd/gochan/migration/internal/gcupdate - [ ] cmd/gochan/migration/internal/kusabax - [x] cmd/gochan/migration/internal/pre2021 - [ ] cmd/gochan/migration/internal/tinyboard - [ ] building -...
Gochan's wordfilter implementation should be changed so that wordefilters can do any of the following: - [x] Change the matching text to a given string (already supported) - [ ]...
Threads should have the ability (on boards that enable it) to be made cyclical, limited by a configured number of posts and removing old replies (but not the OP) when...
- [x] Implement pre-2021 DB migration - [ ] Implement Kusaba X migration - [ ] Implement TinyBoard migration - [ ] Add the ability for plugins to extend gochan-migration
Some configuration fields appear to be only partially implemented/used, or not consistently implemented (as in the case of Verbose) - [x] Verbose - [x] Lockdown - [x] LockdownMessage - [x]...
I am trying to load a custom language file for a language that isn't provided by the SourceView library and have run into some issues doing this. When a LanguageManager...