aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Fancy rule setuplife-1.5.0Aiden Woodruff2018-07-291-0/+39
| | | | | | | | | | Removed rulestoint.py Used addstr instead of printw where applicable Moved help to menus.c Moved read_num to menus.c Version 1.5.0 Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
* Don't accept out of bounds command line variableslife-1.3.2Aiden Woodruff2018-07-271-0/+17
| | | | | | | | | | | | | | | This includes height, width, and delay mins and maxes, as well as using `isprint()` for live/dead. Erase and delete screens at end. Set pointers to NULL. Move delay up in help so it doesn't appear part of Dimensions section Changed typestrs - live/dead is now "CH" - width/height/delay is now "INT" Created manpage with help2man utility. Created life.1.3.2 release tarball Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
* Added bottom status bar and entry arealife-1.3.0Aiden Woodruff2018-07-271-0/+34
| | | | | | | | | | | | | | | | Fixed issue in update_map function Moved update_map function to source file, with attached header Added function to print warranty Added multiple windows Get screen size from LINES/COLS instead of getmaxyx macro Added help key Added foreach macro Added macro to print onto status bar nicely Removed unistd include Change ruleint at runtime Updated Makefile.am for new sources and headers Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
* Created autotools fileslife-1.0.0Aiden Woodruff2018-07-261-0/+6
Tagged and created dist for version 1.0.0 Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>