Commit Graph

130 Commits

Author SHA1 Message Date
Brian Barto a7757f8b60 Updating description text for the spec file
modified:   no-more-secrets.spec
2016-05-20 10:15:56 -04:00
Brian Barto 5b561fdab5 Merge pull request #21 from TomGudman/rpmspec
Add spec file
2016-05-20 10:12:54 -04:00
Thomas Guthmann 642ce2ddb6 Add spec file 2016-05-20 12:04:02 +10:00
Brian Barto e07eddaee2 Updating version number for -v switch
modified:   src/main.c
2016-05-19 10:19:51 -04:00
Brian Barto cdf03c3d23 Clarified installation doco
modified:   INSTALL.md
2016-05-19 09:55:40 -04:00
Brian Barto 57461dda31 Another typo fix.
modified:   INSTALL.md
2016-05-16 14:09:01 -04:00
Brian Barto c0818ec24d Typo fixes
modified:   INSTALL.md
2016-05-16 13:06:59 -04:00
Brian Barto a610c7fb7f Separating out installation instructions to a different file.
new file:   INSTALL.md
	modified:   README.md
2016-05-16 13:02:07 -04:00
Brian Barto c3d8df2a66 Support for east asian characters that take two terminal spaces.
modified:   src/nms.c
	modified:   src/sneakers.c
2016-05-12 22:33:03 -04:00
Brian Barto 26c2507189 Fix for bug where first overflow line was getting overwritten.
modified:   src/nms.c
2016-05-12 17:27:10 -04:00
Brian Barto 5b1cf2c362 Fixed an issue with wrapping text incorrectly
modified:   src/nms.c
2016-05-12 17:15:19 -04:00
Brian Barto 2e47b10a82 Bug fix for seg fault when displaying extra rows beyond terminal capacity
modified:   src/nms.c
2016-05-12 16:17:39 -04:00
Brian Barto 4c8e31d827 Updated screen shots showing new character set
modified:   README.md
2016-05-12 15:38:21 -04:00
Brian Barto 9d7ac87af3 Bug fix for UTF-8 character support on ubuntu. Needed to link to the ncursesw library.
modified:   Makefile
	modified:   README.md
	modified:   src/nms.c
2016-05-12 15:06:35 -04:00
Brian Barto e6ccc65d19 Disabling the CP437 character support because it does not display correctly on some versions of
ncurses. Hopefully will have a fix soon.

	modified:   src/nms.c
2016-05-12 14:32:07 -04:00
Brian Barto c716f18f93 Instructions to build on last tagged release. Curent code in master has some bugs
modified:   README.md
2016-05-11 19:45:33 -04:00
Brian Barto db52fbe346 Rudimentary support for UTF-8 character input. Note that east asian wide characters are not
supported yet. Support for those should follow soon.

	modified:   src/nms.c
2016-05-11 19:21:46 -04:00
Brian Barto a783af8d7f Performance tweak. The jumble loop smoother now.
modified:   src/nms.c
2016-05-11 16:55:19 -04:00
Brian Barto f1adafb03d Added character set CP437. This now uses the characters we actually see in the movie.
modified:   src/nms.c
2016-05-10 20:34:33 -04:00
Brian Barto 3bd75128fb Updatign makefile to include arch linux support
modified:   Makefile
2016-05-06 12:17:47 -04:00
Brian Barto 2c337e61dc Merge pull request #17 from imak/master
Changed Makefile test for OS to account for Fedora and RHEL/CentOS more accura…
2016-05-06 12:01:10 -04:00
Ivan Makfinsky ba06fa3eac Changed test for OS to account for Fedora and RHEL/CentOS more accurately. Also updaated the ncurses-dev to ncusrses-devel for same. 2016-05-06 11:24:32 -04:00
Brian Barto 4c5e2c7f74 Removing unused var DESTDIR from makefile
modified:   Makefile
2016-05-04 10:23:33 -04:00
Brian Barto 5927e52444 Merge branch 'anthonysterling-feature/colour' 2016-05-03 10:30:51 -04:00
Brian Barto 9ab70d1948 Small refactor of the forground color code
modified:   README.md
	modified:   src/main.c
	modified:   src/nms.c
	modified:   src/nms.h
2016-05-03 10:30:11 -04:00
Brian Barto eef49d2ce6 Merge branch 'feature/colour' of https://github.com/anthonysterling/no-more-secrets into anthonysterling-feature/colour 2016-05-03 09:44:41 -04:00
Anthony Sterling 62db60a1d9 Added documenation update 2016-05-02 20:13:15 +01:00
Anthony Sterling 469a24b85d Added the `-f` flag to change the foreground color
The `-f` flag enabling the selection of the following colors:-

- white
- yellow
- black
- magenta
- blue
- green
- red

By default the foreground is blue, as per the current implementation.
2016-05-02 20:03:10 +01:00
Brian Barto c043388bad Incorporated geometric size expansion for input array to reduce the amount of memory reallocations.
modified:   src/main.c
2016-05-02 13:56:35 -04:00
Brian Barto e988dac87c Added -v command line option to print version number
modified:   src/main.c
2016-05-01 17:19:27 -04:00
Brian Barto ed5e9f689f Support for the '-a' command line option to auto-start the decryption effect
modified:   README.md
	modified:   src/main.c
	modified:   src/nms.c
	modified:   src/nms.h
2016-05-01 17:09:38 -04:00
Brian Barto 2eaafe1ef3 Update to the README
modified:   README.md
2016-05-01 16:17:04 -04:00
Brian Barto 94b1200497 Updating README to include new 'make install' script.
modified:   README.md
2016-05-01 16:12:03 -04:00
Brian Barto 8aeecc1446 Merge pull request #14 from apjanke/make-install
build: add make install/uninstall targets
2016-05-01 15:56:50 -04:00
Andrew Janke 28a7137d6f build: add make install/uninstall targets 2016-05-01 15:30:50 -04:00
Brian Barto 9a7a77c2b7 Merge pull request #10 from maxwellgerber/master
More Makefile stuff
2016-04-29 11:26:24 -04:00
Maxwell Gerber b771aa9663 Modified makefile for different flavors of *nix 2016-04-28 17:36:35 -07:00
Brian Barto b34fc9bf11 Fix for issue #6:
"Segfaults when input is piped from non-existant program"

	modified:   src/nms.c
2016-04-28 15:59:00 -04:00
Brian Barto 5dff8f3994 Merge branch 'master' of https://github.com/bartobri/no-more-secrets 2016-04-28 15:35:38 -04:00
Brian Barto d110aedb85 Updating/Clarifying some code comments
modified:   src/nms.c
2016-04-28 15:34:41 -04:00
Brian Barto d802ceb2cd Merge pull request #5 from Sachiano/master
Update YouTube link
2016-04-28 13:49:28 -04:00
Sacha Corazzi de626a6b8c Update YouTube link
The YouTube link now goes directly to the 35s timestamp showing the effect of the program.
2016-04-28 11:33:30 +01:00
mrundle 9f82b10b5c actually require ncurses 2016-04-28 05:25:18 +00:00
mrundle 12e08849fd minor Makefile cleanup and introduced gcc warnings 2016-04-28 04:51:47 +00:00
Brian Barto 6b375c47a9 Minor code tweak to use TAB_SIZE instead of integer constant
modified:   src/nms.c
2016-04-27 11:26:18 -04:00
Brian Barto e06aa4ebf5 Initializing character pointer to NULL
modified:   src/main.c
2016-04-27 11:01:41 -04:00
Brian Barto b61b6d1075 Hopefully the last README update (probably not :()
modified:   README.md
2016-04-26 14:22:34 -04:00
Brian Barto 62c587e40e Spelling errors
modified:   README.md
2016-04-26 12:19:17 -04:00
Brian Barto 53715bf7f6 More formatting changes
modified:   README.md
2016-04-26 11:57:18 -04:00
Brian Barto 95b86556d4 Formatting fix
modified:   README.md
2016-04-26 11:52:32 -04:00