]> git.cworth.org Git - rrsolve/blobdiff - ChangeLog
* src/Makefile.am (rrsolve_LDFLAGS): Fix to not ovverride user
[rrsolve] / ChangeLog
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..827d86476d83c6b774fe81adfc836cfb55ce3464 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,30 @@
+2004-01-10  Carl Worth  <cworth@isi.edu>
+
+       * src/Makefile.am (rrsolve_LDFLAGS): Fix to not ovverride user
+       variables.
+
+       * src/rrsolve.c (handle_events): Speed up rrsolve robot movement
+       slightly.
+       (handle_events): Keep track of users in the game and their scores.
+       (handle_events): Implement "pity points". If another user with a
+       lower score than rrsolve matches its bid, then rrsolve will revoke
+       its bid (and immediately make it again), to give the other user
+       the first chance to demonstrate the solution. This behavior makes
+       solitaire play against rrsolve much more enjoyable.
+
+       * configure.in: Now require librr >= 0.1.1
+
+2003-07-09  Carl Worth  <cworth@isi.edu>
+
+       * src/rrsolve.c (main): Added an error message for board parse
+       failure.
+       (handle_events): Cleaned things up considerably with support for
+       new RR_NOTICE_BOARD, (a couple more from the server could clean up
+       even more).
+       (handle_events): Tracked some librr API changes.
+       (trace_solution): Fixed uninitialized variable.
+       (handle_events): Fixed to print solution when it doesn't get a
+       chance to show it.
+
+       * boards/min09: Moved a robot to force a more interesting solution.
+