| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
Tagged and created dist for version 1.0.0
Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
|