<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for bsd-games</title><link>https://sourceforge.net/p/bsd-games/activity/</link><description>Recent activity for bsd-games</description><language>en</language><lastBuildDate>Sat, 19 Jul 2025 07:59:14 -0000</lastBuildDate><item><title>Erwin Iosef posted a comment on merge request #1</title><link>https://sourceforge.net/p/bsd-games/code/merge-requests/1/?limit=25#3bfc/e853</link><description>Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erwin Iosef</dc:creator><pubDate>Sat, 19 Jul 2025 07:59:14 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/code/merge-requests/1/?limit=25#3bfc/e853</guid></item><item><title>Erwin Iosef posted a comment on merge request #1</title><link>https://sourceforge.net/p/bsd-games/code/merge-requests/1/?limit=25#e8fc/e6ee</link><description>The manpage already has all the information on how to play the game, Everything except how to actually play the game using commands. considering the simplicity of the game, I don't see any problem here. Ah alright if you say so.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erwin Iosef</dc:creator><pubDate>Sat, 19 Jul 2025 07:59:03 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/code/merge-requests/1/?limit=25#e8fc/e6ee</guid></item><item><title>Mike Sharov merged merge request #1 on Code</title><link>https://sourceforge.net/p/bsd-games/code/merge-requests/1/</link><description>wumpus typo fix in wump.c line 282 "rampagees"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Sharov</dc:creator><pubDate>Fri, 18 Jul 2025 12:50:55 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/code/merge-requests/1/</guid></item><item><title>Mike Sharov posted a comment on merge request #1</title><link>https://sourceforge.net/p/bsd-games/code/merge-requests/1/?limit=25#e8fc</link><description>The manpage already has all the information on how to play the game, just under the option descriptions. Not exactly what you get from ?, but considering the simplicity of the game, I don't see any problem here.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Sharov</dc:creator><pubDate>Fri, 18 Jul 2025 12:50:25 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/code/merge-requests/1/?limit=25#e8fc</guid></item><item><title>Erwin Iosef modified a comment on merge request #1</title><link>https://sourceforge.net/p/bsd-games/code/merge-requests/1/?limit=25#193e</link><description>Btw, I noticed that the manpage has no information on how to play the game unless you issue "?" at the game prompt which reveals it, would you accept a new MR if I changed the man-page to also have that information? Another simple way could be a mention of the ? command instead of adding in all the information into the man-page if you don't want to for historical reasons.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erwin Iosef</dc:creator><pubDate>Fri, 18 Jul 2025 03:48:27 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/code/merge-requests/1/?limit=25#193e</guid></item><item><title>Erwin Iosef posted a comment on merge request #1</title><link>https://sourceforge.net/p/bsd-games/code/merge-requests/1/?limit=25#193e</link><description>Btw, I noticed that the manpage has no information on how to play the game unless you issue "?" at the game prompt which reveals it, would you accept a new MR if I changed the man-page to also have that information?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erwin Iosef</dc:creator><pubDate>Fri, 18 Jul 2025 03:34:23 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/code/merge-requests/1/?limit=25#193e</guid></item><item><title>Erwin Iosef created merge request #1 on Code</title><link>https://sourceforge.net/p/bsd-games/code/merge-requests/1/</link><description>wumpus typo fix in wump.c line 282 "rampagees"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erwin Iosef</dc:creator><pubDate>Fri, 18 Jul 2025 03:30:44 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/code/merge-requests/1/</guid></item><item><title>Mike Sharov modified ticket #9</title><link>https://sourceforge.net/p/bsd-games/tickets/9/</link><description>undefined reference to `setcchar'</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Sharov</dc:creator><pubDate>Sat, 20 Jul 2024 13:51:20 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/tickets/9/</guid></item><item><title>Mike Sharov posted a comment on ticket #9</title><link>https://sourceforge.net/p/bsd-games/tickets/9/?limit=25#02e6</link><description>I looked at Mageia package repository, and it appears to have libncurses and libncursesw as separate libraries. The Mageia site does not let me actually download the packages, so I can't verify what's in it, but with this setup it is seems likely that libncurses package installs its pkg-config file to point only to itself, instead of aliasing to libncursesw. This makes it impossible for apps to optionally enable widechar functionality by simply looking at the headers, as bsd-games is doing. The only...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Sharov</dc:creator><pubDate>Sat, 20 Jul 2024 13:50:41 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/tickets/9/?limit=25#02e6</guid></item><item><title>Mike Sharov posted a comment on ticket #9</title><link>https://sourceforge.net/p/bsd-games/tickets/9/?limit=25#26bc</link><description>mvwadd_wchw already uses the NCURSES_WIDECHAR to enable widechar support only if the ncurses package installed by your distribution supports it. Checking NCURSES_WIDECHAR is the official way of checking for this functionality, and there is no other, as far as I know. So I'm going to say that this is a problem with your distribution's package. These days there is no reason whatsoever to build ncurses without unicode support, so you should submit a request to your distribution packager to do so.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Sharov</dc:creator><pubDate>Sat, 20 Jul 2024 13:06:30 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/tickets/9/?limit=25#26bc</guid></item><item><title>papoteur created ticket #9</title><link>https://sourceforge.net/p/bsd-games/tickets/9/</link><description>undefined reference to `setcchar'</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">papoteur</dc:creator><pubDate>Sat, 20 Jul 2024 10:35:47 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/tickets/9/</guid></item><item><title>Mike Sharov committed [fa281a] on Code</title><link>https://sourceforge.net/p/bsd-games/code/ci/fa281a03788b7106e323d6c031eb39e07982e523/</link><description>Add ENAMETOOLONG check to mkpath</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Sharov</dc:creator><pubDate>Tue, 14 Nov 2023 14:06:46 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/code/ci/fa281a03788b7106e323d6c031eb39e07982e523/</guid></item><item><title>Mike Sharov committed [65c036] on Code</title><link>https://sourceforge.net/p/bsd-games/code/ci/65c036b3b650fd814c361127d470ba41baf6361f/</link><description>atc: fix missing A_BOLD for background setattr</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Sharov</dc:creator><pubDate>Thu, 20 Apr 2023 20:09:59 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/code/ci/65c036b3b650fd814c361127d470ba41baf6361f/</guid></item><item><title>bsd-games updated /README.md</title><link>https://sourceforge.net/projects/bsd-games/files/README.md/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bsd-games</dc:creator><pubDate>Wed, 12 Apr 2023 23:22:03 -0000</pubDate><guid>https://sourceforge.net/projects/bsd-games/files/README.md/download</guid></item><item><title>bsd-games released /bsd-games-3.3.tar.gz</title><link>https://sourceforge.net/projects/bsd-games/files/bsd-games-3.3.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bsd-games</dc:creator><pubDate>Wed, 12 Apr 2023 23:22:03 -0000</pubDate><guid>https://sourceforge.net/projects/bsd-games/files/bsd-games-3.3.tar.gz/download</guid></item><item><title>Mike Sharov committed [1fe103] on Code</title><link>https://sourceforge.net/p/bsd-games/code/ci/1fe103857f47a8ff00fea7a56b41014d417cca41/</link><description>Bump version number for release</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Sharov</dc:creator><pubDate>Wed, 12 Apr 2023 23:21:05 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/code/ci/1fe103857f47a8ff00fea7a56b41014d417cca41/</guid></item><item><title>Mike Sharov modified ticket #8</title><link>https://sourceforge.net/p/bsd-games/tickets/8/</link><description>gomoku fails to build on macOS due to missing header</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Sharov</dc:creator><pubDate>Fri, 03 Feb 2023 14:28:48 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/tickets/8/</guid></item><item><title>Mike Sharov posted a comment on ticket #8</title><link>https://sourceforge.net/p/bsd-games/tickets/8/?limit=25#dec1</link><description>Fixed by 07793aa56343c0c6a94bbce8857c4b90d7e42b4a</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Sharov</dc:creator><pubDate>Fri, 03 Feb 2023 14:27:48 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/tickets/8/?limit=25#dec1</guid></item><item><title>Mike Sharov committed [07793a] on Code</title><link>https://sourceforge.net/p/bsd-games/code/ci/07793aa56343c0c6a94bbce8857c4b90d7e42b4a/</link><description>Fix for not having &lt;endian.h&gt; on MacOS</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Sharov</dc:creator><pubDate>Fri, 03 Feb 2023 14:26:30 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/code/ci/07793aa56343c0c6a94bbce8857c4b90d7e42b4a/</guid></item><item><title>Mohamed Akram posted a comment on ticket #8</title><link>https://sourceforge.net/p/bsd-games/tickets/8/?limit=25#ed0d</link><description>The formatting seems to have been messed up. &lt;machine/endian.h&gt; not &lt;endian.h&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mohamed Akram</dc:creator><pubDate>Fri, 03 Feb 2023 14:15:40 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/tickets/8/?limit=25#ed0d</guid></item><item><title>Mohamed Akram created ticket #8</title><link>https://sourceforge.net/p/bsd-games/tickets/8/</link><description>gomoku fails to build on macOS due to missing header</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mohamed Akram</dc:creator><pubDate>Fri, 03 Feb 2023 14:13:14 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/tickets/8/</guid></item><item><title>bsd-games released /README.md</title><link>https://sourceforge.net/projects/bsd-games/files/README.md/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bsd-games</dc:creator><pubDate>Fri, 16 Sep 2022 21:26:04 -0000</pubDate><guid>https://sourceforge.net/projects/bsd-games/files/README.md/download</guid></item><item><title>bsd-games released /bsd-games-3.2.tar.gz</title><link>https://sourceforge.net/projects/bsd-games/files/bsd-games-3.2.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bsd-games</dc:creator><pubDate>Fri, 16 Sep 2022 21:26:04 -0000</pubDate><guid>https://sourceforge.net/projects/bsd-games/files/bsd-games-3.2.tar.gz/download</guid></item><item><title>bsd-games released /bsd-games-3.0.tar.gz</title><link>https://sourceforge.net/projects/bsd-games/files/bsd-games-3.0.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bsd-games</dc:creator><pubDate>Fri, 16 Sep 2022 21:25:03 -0000</pubDate><guid>https://sourceforge.net/projects/bsd-games/files/bsd-games-3.0.tar.gz/download</guid></item><item><title>bsd-games released /bsd-games-3.1.tar.gz</title><link>https://sourceforge.net/projects/bsd-games/files/bsd-games-3.1.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bsd-games</dc:creator><pubDate>Fri, 16 Sep 2022 21:25:03 -0000</pubDate><guid>https://sourceforge.net/projects/bsd-games/files/bsd-games-3.1.tar.gz/download</guid></item><item><title>Mike Sharov committed [d9e950]</title><link>https://sourceforge.net/p/bsd-games/code/ci/d9e950d4de12a16886af4f730ed1323965060af2/</link><description>Move project to Sourceforge</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Sharov</dc:creator><pubDate>Fri, 16 Sep 2022 21:20:56 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/code/ci/d9e950d4de12a16886af4f730ed1323965060af2/</guid></item><item><title>Mike Sharov imported Code</title><link>https://sourceforge.net/p/bsd-games/code/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Sharov</dc:creator><pubDate>Fri, 16 Sep 2022 21:02:15 -0000</pubDate><guid>https://sourceforge.net/p/bsd-games/code/</guid></item></channel></rss>