2004-01-10 Carl Worth * 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 * 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.