summaryrefslogtreecommitdiff
path: root/config.cpp
Commit message (Collapse)AuthorAgeFilesLines
* feat: Made it compile wooBossCode452023-05-271-6/+9
| | | | Note: doesn't work yet though, as commands haven't all been registered yet
* feat: Made keybinds work (I hope)BossCode452023-05-261-4/+7
| | | | Note: the config file reloading keybinds isn't quite working, though, need to ungrab the keys
* in-progress: Config refactor started, changed all existing keybind command ↵BossCode452023-05-241-309/+114
| | | | args and added in the new files, still many errors
* Actually using loadWorkspaceArraysBossCode452023-02-011-39/+2
|
* Better error checking for configBossCode452023-02-011-29/+227
|
* Config file working - more tests and potentially features before merge with ↵BossCode452022-12-211-40/+19
| | | | main though
* Started to implement a config fileBossCode452022-12-181-0/+224