Brian Barto
666901d100
Add link to docker image
...
modified: INSTALL.md
2016-10-30 08:35:29 -04:00
Brian Barto
c2e11ddd65
Merge pull request #33 from ZeroChaos-/patch-1
...
Merged. Thanks for the help!
2016-09-19 09:31:44 -04:00
Zero_Chaos
a5ec746492
update Makefile to support overrides
...
This is what I needed to do to package this app for gentoo. Hilarious work btw, really love it. thanks.
2016-09-18 23:33:29 -04:00
Brian Barto
b95317c382
Fixing some indent issues
...
modified: src/main.c
2016-09-18 19:03:18 -04:00
Brian Barto
9aa3f374b5
README update
...
modified: README.md
2016-09-18 13:51:34 -04:00
Brian Barto
4101110c31
README update
...
modified: README.md
2016-09-18 13:50:17 -04:00
Brian Barto
8057b00414
README update
...
modified: README.md
2016-09-18 13:49:00 -04:00
Brian Barto
47b8fb8c56
README update
...
modified: README.md
2016-09-18 13:45:45 -04:00
Brian Barto
0de7656312
README update.
...
modified: README.md
2016-09-18 13:44:59 -04:00
Brian Barto
ef47314933
Merge branch 'master' of https://github.com/bartobri/no-more-secrets
2016-09-18 13:37:56 -04:00
Brian Barto
6fd6a7276f
README update. Some clarifications.
...
modified: README.md
2016-09-18 13:37:15 -04:00
Brian Barto
c4b84d9394
Merge pull request #29 from jubalh/master
...
Add package manager instructions for openSUSE
2016-09-18 10:27:27 -04:00
Michael Vetter
c75ce390de
Add package manager instructions for openSUSE
...
no-more-secrets is now in the 'games' repository of openSUSE.
2016-09-18 16:22:47 +02:00
Brian Barto
98defaa866
Merge pull request #25 from jubalh/master
...
Add install instructions for openSUSE
2016-09-14 08:00:21 -04:00
Michael Vetter
656d308a97
Add install instructions for openSUSE
2016-09-14 12:31:32 +02:00
Brian Barto
0af55b446a
Updated version number for new release
...
modified: src/main.c
2016-07-14 08:48:22 -04:00
Brian Barto
5aa1eb0485
Adding a condition for Darwin kernels to use ncurses instead of ncursesw.
...
modified: Makefile
2016-07-09 14:06:23 -04:00
Brian Barto
0496a3f7c8
Merge pull request #22 from apjanke/destdir
...
Makefile: add DESTDIR support
2016-05-20 19:54:32 -04:00
Andrew Janke
91cdae4b72
Makefile: add DESTDIR support
2016-05-20 16:13:33 -04:00
Brian Barto
eab9e52438
Small syntax change
...
modified: src/nms.h
2016-05-20 10:33:26 -04:00
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