23 Commits

Author SHA1 Message Date
7fb5978b34 mild refactoring, clean up windows properly upon exit 2025-08-12 09:21:36 -04:00
790e60d23f fix format error in README.md (i have to be more careful checking these things) 2025-08-06 20:14:09 -04:00
b2fcc087af update README.md to reflect Makefile changes 2025-08-06 20:12:50 -04:00
9d151c4dad seperate GIT_TAG and GIT_HASH in version.c 2025-08-06 20:09:16 -04:00
b24d97213e Merge pull request 'feat(version): added support for building version information' (#2) from gfaraday/bbs:main into main
Reviewed-on: #2
2025-08-06 19:54:06 -04:00
97af579397 feat(version): added support for building version information 2025-08-06 16:20:43 -05:00
57e8c4a499 forgot to change locale after disabling utf8 2025-08-06 14:47:30 -04:00
d779e6f3a0 update readme to reflect makefile changes 2025-08-06 14:23:07 -04:00
02b305cc8b unicode is not working anyways, so linking to ncursesw is useless. will fix later 2025-08-06 14:20:08 -04:00
6b7a1c459b Merge pull request 'Seperate Screen Files' (#1) from seperate_screen_files into main 2025-08-05 17:39:35 -04:00
96a18b8cdb move files to src/ directory and add build/ to .gitignore 2025-08-05 17:34:42 -04:00
914ce0d7ad each screen now has it's own file, and there is a framework for adding more 2025-08-05 17:30:03 -04:00
db26be2a07 Import makefile by Gale, thank you <3 2025-08-05 17:25:21 -04:00
18eba940f1 prepare for compile time init of screens[] 2025-08-05 14:45:43 -04:00
1a90a816e5 nonfunctional, working on seperate screen files 2025-08-05 14:17:27 -04:00
7d8f3d70b3 refactoring bbs.c to prepare for screens to be seperate files 2025-08-05 12:42:58 -04:00
f48ed22602 enable compiler optimizations and gdb debug info 2025-08-05 12:42:21 -04:00
77829db002 refactoring 2025-07-15 21:18:21 -04:00
2fbefc544d fix make run 2025-07-15 13:53:20 -04:00
4d05f75716 standardize on c99 2025-07-15 12:16:51 -04:00
cced414ea3 set MIT license 2025-07-15 10:53:39 -04:00
9b9308c284 add basic readme 2025-07-15 10:51:40 -04:00
ce626e50b6 Initial commit 2025-07-15 10:42:53 -04:00