Brian Barto
|
01721aca7c
|
Flushing stdout for each loop itteration, otherwise it doesn't look right for
small sets of data.
modified: src/nms.c
|
2016-04-10 18:52:13 -04:00 |
|
Brian Barto
|
bf6db66729
|
Adding some TODO notes
modified: src/nms.c
|
2016-04-10 18:43:36 -04:00 |
|
Brian Barto
|
008f93c298
|
Reveal loop added. Needs refinement but the basic idea is functional.
modified: src/nms.c
|
2016-04-10 18:30:44 -04:00 |
|
Brian Barto
|
e8d708a353
|
Added jumble effect
modified: src/nms.c
|
2016-04-10 15:51:05 -04:00 |
|
Brian Barto
|
dd89bbc721
|
Added getMaskChar function. Also swapped out some explicit null pointers with NULL
modified: src/nms.c
|
2016-04-08 15:34:07 -04:00 |
|
Brian Barto
|
a175b434ed
|
Cleaned up the list building process a bit. Made it so all elements
are dynamically allocated, instead of all but the first like before this commit.
This code is a bit smoother and easier to follow.
modified: src/nms.c
|
2016-04-07 14:49:47 -04:00 |
|
Brian Barto
|
420987a544
|
Getting rid of that ugly switch statement
modified: src/nms.c
|
2016-04-07 14:27:27 -04:00 |
|
Brian Barto
|
72bf59301a
|
Replacing octal notation with decimal
modified: src/nms.c
|
2016-04-07 14:12:30 -04:00 |
|
Brian Barto
|
238c8095e2
|
Linked list initial implementation
modified: src/nms.c
|
2016-04-06 20:28:18 -04:00 |
|
Brian Barto
|
d0bec878b3
|
Some quick code cleanup
modified: src/nms.c
|
2016-04-06 17:49:41 -04:00 |
|
Brian Barto
|
3632dbcdbe
|
Moved the files around and made a Makefile
new file: src/Makefile
renamed: nms.c -> src/nms.c
|
2016-04-05 16:55:07 -04:00 |
|