all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Federico Tedin <federicotedin@gmail.com>
Cc: rolf@pointsman.de, 36867-done@debbugs.gnu.org
Subject: bug#36867: 26.2; gamegrid-add-scrore miss lower-is-better flag
Date: Sat, 14 Sep 2019 11:23:39 +0300	[thread overview]
Message-ID: <83ftkzz3p0.fsf@gnu.org> (raw)
In-Reply-To: <8736hdf1z1.fsf@gmail.com> (message from Federico Tedin on Wed, 04 Sep 2019 00:29:22 +0200)

> From: Federico Tedin <federicotedin@gmail.com>
> Date: Wed, 04 Sep 2019 00:29:22 +0200
> Cc: 36867@debbugs.gnu.org
> 
> Rolf Ade <rolf@pointsman.de> writes:
> 
> > The function gamegrid-add-scrore is handy for games developer; they get
> > a high-score management system with one call. That includes a threshold
> > for the number of entries in the high-score file.
> >
> > A consequence of that is, that an entry has be removed from the list if
> > a new, better one must be inserted. In this situation,
> > gamegrid-add-scrore currently always removes the "lowest" result.
> >
> > This is good and well for "more is better" games. But is wrong for
> > "faster is better" games. An example:
> > https://github.com/calancha/Minesweeper
> >
> > This feature omission is on lisp level. The in the emacs sources
> > included tool update-game-score (which is used by gamegrid, if it is
> > available) support reverse opperation.
> 
> I've added a new 'reverse' parameter to gamegrid-add-score that allows
> switching between storing the scores normally, or in reverse order. As
> Rolf mentioned, this feature was already implemented in
> update-game-score. I'm attaching a patch with my changes.

Thanks, pushed to the master branch.

In the future, please mark NEWS entries with "---" if they don't need
to be described in the manuals, and with "+++" if the patch includes
the changes for the manuals.  (I did this for you this time.)





      reply	other threads:[~2019-09-14  8:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-31  0:13 bug#36867: 26.2; gamegrid-add-scrore miss lower-is-better flag Rolf Ade
2019-09-03 22:29 ` Federico Tedin
2019-09-14  8:23   ` Eli Zaretskii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83ftkzz3p0.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=36867-done@debbugs.gnu.org \
    --cc=federicotedin@gmail.com \
    --cc=rolf@pointsman.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.