Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wordwiz #195

Open
wants to merge 58 commits into
base: stable
Choose a base branch
from
Open

Wordwiz #195

wants to merge 58 commits into from

Conversation

bluemage
Copy link

@bluemage bluemage commented Oct 9, 2024

adds a word to wordrainfall

Andrey Abramov and others added 30 commits March 27, 2019 18:22
Signed-off-by: Andrey Abramov <[email protected]>
…with cmake

This commit provides a temporary fix for abishekvashok#83 that caused cmatrix to
add a background color, instead of using the default terminal
background. This issue is only present in cmake builds.

CMakeLists.txt now checks to see if a `config.h` is present. If a
`config.h` is not available, it will add the preprocessor definition
EXCLUDE_CONFIG_H as it has prior. However, if a config.h is present,
we will use that instead. This allows a user to run `autoreconf -i &&
./configure` before running `cmake` and finally, `make`.
Temporary solution for abishekvashok#83 to allow for use of config.h with cmake
* Chrs changes with opt "-k".

* Correct Usage message.

* For a clean code...
Remove redundant assignment in `cmatrix.c`
For now, use configure if you want to compile with PDCurses.
Instad of /usr/lib/X11/fonts/misc, the fonts should be installed to
/usr/share/fonts/misc. Just like the CMake-based build already does.
The previous M4 code would lead to fonts being disabled, irregardless
if --without-fonts or --with-fonts was given.
Ensure that $(DESTDIR)/usr/share/consolefonts exists, as otherwise the
following install commands would create a binary file
$(DESTDIR)/usr/share/consolefonts with the content of matrix.psf.gz.
Add basic support for Windows and PDCurses.
Updates issue templates to add more templates:
bug report and feature request.

Signed-off-by: Abishek V Ashok <[email protected]>
Typo on line 158 of cmatrix.c
Adds sponsorship information so that potential
sponsors can support the development of Cmatrix

Signed-off-by: Abishek V Ashok <[email protected]>
Added argument (-M) for custom messages
added ppc64le arch added in yaml file.
There is a small typo in cmatrix.c.

Should read `column` rather than `collumn`.
abishekvashok and others added 28 commits December 12, 2020 17:38
This fix introduces a loop to make sure that the head is properly
initialised so that random block characters don't appear on screen when
resizing.

Fixes abishekvashok#98
Signed-off-by: Abishek V Ashok <[email protected]>
This lead to unintended consequences as random block of characters
appeared on resizing when we tried to pass non printable -1 to addch.
Introduces a simple if statement to fix it.

Fixes abishekvashok#98
Signed-off-by: Abishek V Ashok <[email protected]>
No changes in functionality.
Fix `‘TIOCSTI’ undeclared` error on MSYS2
This is the fonts directory used in Fedora and Red Hat Enterprise Linux
and derivatives:

https://src.fedoraproject.org/rpms/xorg-x11-fonts/blob/rawhide/f/xorg-x11-fonts.spec#_3

Signed-off-by: Michel Alexandre Salim <[email protected]>
…-fonts-dir

Also allow for X11 fonts in /usr/share/X11/fonts/misc as well
Beautifies the readme with rich formatting elements
* Fix unicode character printing

Fix several issues that prevented it from working

  * link to the wide-character version of ncurses
  * define NCURSES_WIDECHAR
  * use a function that can print wide characters
  * fix the character range. I don't know what the original was supposed
    to be, but half-width kana (which is what the movie reportedly used)
    was not at that range.

* Fix half-width kana character range

I'm not very familiar with katakana, but I think the extra characters I
was using are punctuation or other marks. So let's remove them. Note
that this is the same range space-pagan is using.
* Install man page

* Use GNUInstallDirs for bin location
Add apostrophe to "won*'*t", add colon to introduction of list.
fixed broken orange diamond emoji because apparently having another ":" in the line breaks everything.
Allow -w words to be used in wordfall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.