]> git.cworth.org Git - ttt/blobdiff - ChangeLog
Ignore ttt-lex.h
[ttt] / ChangeLog
index 7cb6add5b59c2c4e7aec7658f9f77c018e1fcdf3..e553a92ae3d227bdbdd53cf531c6fb90fe2b0145 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2005-12-08  Carl Worth  <cworth@cworth.org>
+
+       * src/Makefile.am: Fix rule to auto-generate ttt-lex.h.
+
+       * src/ttt-lex.h: Remove generated file from revision control.
+
+       * src/ttt-lex.l: Add copyright/license blurb.
+
+       * src/ttt-lex.l:
+       * src/ttt-client.c: (yy_init_globals), (use_yy_init_globals):
+       Shut off some annoying compiler warnings due to flex bugs (only
+       one still remains).
+
+2005-12-07  Richard D. Worth  <richard@theworths.org>
+
+       * PROTOCOL: Remove unused error NOT_IN_GAME. Add error
+       NOT_VALID_MOVE.
+
+       * TODO: Add error NOT_VALID_MOVE.
+       
+       * src/ttt-error.h:
+       * src/ttt-error.c: (ttt_error_string): Add section comments. Add
+       error NOT_VALID_MOVE.
+
+2005-12-06  Bryan Worth <bryan@theworths.org>
+       * src/ttt-error.c: fixed missing errors (NO_INVITE, NO_GAME)
+
+2005-12-06  Richard D. Worth  <richard@theworths.org>
+
+       * PROTOCOL: Add error NO_INVITE
+       
+       * TODO: Uncheck INVITE, ACCEPT
+       
+       * src/ttt-error.c: (ttt_error_string): Add errors NO_INVITE,
+       NO_GAME
+
+       * src/ttt-client.c: (_ttt_client_execute_message),
+       (_ttt_client_execute_help), (_ttt_client_execute_version),
+       (_ttt_client_execute_invite), (_ttt_client_execute_accept),
+       (_ttt_client_execute_retract), (_ttt_client_execute_decline):
+       Whitespace changes. Partially implement RETRACT, DECLINE.
+
+2005-12-05  Richard D. Worth  <richard@theworths.org>
+
+       * PROTOCOL: Fill some missing possible error occurrences.
+
+       * TODO: Check off INVITE, ACCEPT, ERROR COMMAND, ERROR NO_USER
+       
+       * src/ttt-server.h:
+       * src/ttt-server.c: (ttt_server_verify_username):
+       * src/ttt-client.c: (_ttt_client_execute_help),
+       (_ttt_client_execute_invite), (_ttt_client_execute_accept):
+       Implement INVITE, ACCEPT
+
+2005-12-05  Richard D. Worth  <richard@theworths.org>
+
+       * src/ttt-curses-client.c: (mvprintstr), (mvwprintstr), (wprint),
+       (main), (finish): Whitespace changes.
+
 2005-12-04  Bryan Worth <bryan@theworths.org>
         * src/ttt-socket.c: (ttt_socket_create_client) fixed socket to be
         non-blocking. (ttt_socket_read) added return value for number