try to fix the use of ncurses extensions in colors.h

fix incompatible curses include in colors.c

fix getmaxy() not being available in POSIX curses

add support for long notation with hyphen - resolves #894

fix asyncgetnstr() not being compatible with POSIX curses

fix label before declaration

try to fix errors from outdated curses.h (e.g., older Solaris)

add option to select a specific curses implementation

fix missing include in network.c (was implicit on most Linux systems)

flip File and Rank parameters into correct order

rename Row to Rank

increase type safety + add backwards compatibility including C99

fix how agreeing on a draw works

complete documentation of the network protocol

remove unnecessary fen.h include in main.c

rework network message codes + add NETCODE_ACCEPT_MOVE

change how a game is ended in multiplayer

add test data for games that are one move away from completion

fix regression in network play: we have to transmit capture/check(mate) flags

fix wrong error code when chess rules are violated

fix byte-order problem in GameInfo and change decline reason to one byte

fix missing byte-order conversion in ntoh_move() and change protocol byte order to little-endian

start fixing the network protocol

simplify how the elapsed move time is recorded

fix that client is not sending netcode version back on version mismatch

implement draw due to insufficient material

add create_pgn() function and use it in test-real-pgn

fix FEN being off by one

split DECLINE message into DECLINE and DECLINE_MOVE

allow continuing resigned or (actively) drawn games

(0) -100 -50 -30 tip

mercurial