]> git.cworth.org Git - rrsolve/log
rrsolve
20 years ago * src/Makefile.am (rrsolve_LDFLAGS): Fix to not ovverride user main
Carl Worth [Sun, 11 Jan 2004 05:15:06 +0000 (05:15 +0000)]
    * 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

20 years agoSmall cleanups.
Carl Worth [Fri, 11 Jul 2003 01:03:15 +0000 (01:03 +0000)]
Small cleanups.

20 years agoAdded a 17-move board
Carl Worth [Thu, 3 Jul 2003 18:53:49 +0000 (18:53 +0000)]
Added a 17-move board

20 years agoAlways issue NOBID after bidding. Fixed to use game from command line.
Carl Worth [Thu, 3 Jul 2003 18:19:13 +0000 (18:19 +0000)]
Always issue NOBID after bidding. Fixed to use game from command line.

20 years agoAdded support for solving boards in files provided on the command line.
Carl Worth [Thu, 3 Jul 2003 14:43:10 +0000 (14:43 +0000)]
Added support for solving boards in files provided on the command line.
Added a few example boards in the boards directory.

20 years agoSlight tweak in solution selection. It now prefers long sequences of the same robot
Carl Worth [Fri, 27 Jun 2003 03:16:49 +0000 (03:16 +0000)]
Slight tweak in solution selection. It now prefers long sequences of the same robot
moving, (searching from the last move backwards). This makes some solutions much easier
to follow.

Fixed handling of board changes in various conditions, (some of these hacks can go away with
the new NOTICE BOARD from the server).

Fixed some memory leaks.

20 years agoPermit rr_client_next_notice to return null notice
Keith Packard [Thu, 26 Jun 2003 11:17:49 +0000 (11:17 +0000)]
Permit rr_client_next_notice to return null notice

20 years agoRemoved errant printf
Carl Worth [Thu, 26 Jun 2003 02:37:56 +0000 (02:37 +0000)]
Removed errant printf

20 years agoRemoved a couple of typos
Carl Worth [Thu, 26 Jun 2003 01:25:52 +0000 (01:25 +0000)]
Removed a couple of typos

20 years agoAdded bidding and solution demonstration.
Carl Worth [Thu, 26 Jun 2003 01:20:36 +0000 (01:20 +0000)]
Added bidding and solution demonstration.

20 years agoInitial import of rrsolve
Carl Worth [Wed, 25 Jun 2003 10:45:07 +0000 (10:45 +0000)]
Initial import of rrsolve

20 years agoInitial revision
Carl Worth [Wed, 25 Jun 2003 10:45:07 +0000 (10:45 +0000)]
Initial revision