* Patch from Alan Curry to backgammon to fix a bug that caused the computer

player to skip a turn near the end of the game. Closes: #368771
* Also some tutorial grammar fixes.
* Patch from Alan Curry to backgammon to make movallow() try again with dice
  swapped when it finds that there is no possible move with the second die
  after the first die was used to move a man off the bar. Closes: #185100

git-svn-id: file:///srv/svn/joey/trunk/src/packages/bsdgames@12456 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
2006-05-25 00:40:28 +00:00
parent 964a2d34b2
commit 688fd64b52
5 changed files with 19 additions and 3 deletions

11
debian/changelog vendored
View File

@@ -1,3 +1,14 @@
bsdgames (2.17-8) unstable; urgency=low
* Patch from Alan Curry to backgammon to fix a bug that caused the computer
player to skip a turn near the end of the game. Closes: #368771
* Also some tutorial grammar fixes.
* Patch from Alan Curry to backgammon to make movallow() try again with dice
swapped when it finds that there is no possible move with the second die
after the first die was used to move a man off the bar. Closes: #185100
-- Joey Hess <joeyh@debian.org> Wed, 24 May 2006 20:23:25 -0400
bsdgames (2.17-7) unstable; urgency=medium
* sail: Fix a scanf buffer overrun in initial broadside prompt code,