Age | Commit message (Expand) | Author |
---|---|---|
2021-06-08 | Remove the `b` member from the `config_val` union. | mrb0nk500 |
2021-06-08 | Removed unnecessary comment in `config_opts`. | mrb0nk500 |
2021-06-07 | Fixed a typo, and replaced a `NULL` in the offset of | mrb0nk500 |
2021-06-07 | Added the `config` struct. | mrb0nk500 |
2021-06-07 | Replace `func` in config_opt with `offset`. | mrb0nk500 |
2021-06-06 | Moved `TYPE_NONE` to the start of `config_type`, and | mrb0nk500 |
2021-06-06 | Added a NULL entry to the end of `config_opts`. | mrb0nk500 |
2021-06-06 | Added a new union called `config_val`. | mrb0nk500 |
2021-06-05 | Move the config option stuff into `config.h`. | mrb0nk500 |