diff options
| author | Aiden Woodruff <aiden.woodruff@gmail.com> | 2018-07-27 19:58:26 -0500 |
|---|---|---|
| committer | Aiden Woodruff <aiden.woodruff@gmail.com> | 2018-07-27 19:58:26 -0500 |
| commit | 9ed4ac7700f77f3f1d5332798b85b5825504e19b (patch) | |
| tree | 256a2dbf22631b2f5353fdc92a9fe1ebd1673665 /ChangeLog | |
| parent | e6e5d8be34441309876ff064a3d673a12161bc30 (diff) | |
| download | life-9ed4ac7700f77f3f1d5332798b85b5825504e19b.tar.gz life-9ed4ac7700f77f3f1d5332798b85b5825504e19b.tar.bz2 life-9ed4ac7700f77f3f1d5332798b85b5825504e19b.zip | |
Added bottom status bar and entry arealife-1.3.0
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>
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
| @@ -1,3 +1,37 @@ | |||
| 1 | 2018-07-17 Aiden Woodruff <aiden.woodruff@gmail.com> | ||
| 2 | |||
| 3 | * update_map.c: File created | ||
| 4 | (update_map): Function moved from update_map.h | ||
| 5 | Fixed error with height | ||
| 6 | Use strcpy instead of memcpy | ||
| 7 | |||
| 8 | * update_map.h: Added #define guard | ||
| 9 | |||
| 10 | * menus.h: File added | ||
| 11 | |||
| 12 | * menus.c: File added | ||
| 13 | (print_copying_warranty): Print out warranty (part 15) to any window. | ||
| 14 | |||
| 15 | * life.h: Don't need unistd.h | ||
| 16 | Include menus.h | ||
| 17 | |||
| 18 | * life.c: Change uppercase characters to lowercase | ||
| 19 | Added stars on multiline boilerplate | ||
| 20 | Added windows for the stat bar and entry line | ||
| 21 | Get winsize from COLS and LINES instead of getmaxyx macro | ||
| 22 | Normal timeout variable added | ||
| 23 | TRUE and FALSE definitions removed | ||
| 24 | Added macro to pretty-print text onto status bar | ||
| 25 | Added macro to run function on list of items | ||
| 26 | Don't need to duplicate things that run when running is TRUE and when it's FALSE, ie ',' and '.' tests | ||
| 27 | Added runtime RULE change | ||
| 28 | Added help key | ||
| 29 | Added Warranty print key | ||
| 30 | Game is printed onto board WINDOW, not main screen | ||
| 31 | (read_num): Read a number from (usually) entry WINDOW | ||
| 32 | |||
| 33 | * Makefile.am: Added new sources and new headers | ||
| 34 | |||
| 1 | 2018-02-25 Aiden Woodruff <aiden.woodruff@gmail.com> | 35 | 2018-02-25 Aiden Woodruff <aiden.woodruff@gmail.com> |
| 2 | 36 | ||
| 3 | * README.md: File created. | 37 | * README.md: File created. |
