[Commit] grrobot ChangeLog,1.6,1.7

Carl Worth commit at keithp.com
Tue Nov 11 07:51:55 PST 2003


Committed by: cworth

Update of /local/src/CVS/grrobot
In directory home.keithp.com:/tmp/cvs-serv15556

Modified Files:
	ChangeLog 
Log Message:

        * src/grrobot.c (grr_game_read_notices): Exit cleanly: need to
        return control to Gtk+ so that gtk_main_quit has a chance to do
        its job.
        (grr_game_read_notices): Track changes in grr_board_view timer
        API.
        (grr_game_key_press_callback): Eliminate bid_entry text box and
        bid button. Instead, a bare number in the message_entry will
        result in a bid.
        (grr_game_key_press_callback): Change several keybindings to
        require a control modifier: C-N=Next turn, C-P=Pass, C-Z=Zap timer
        and C-RGBY for robot selection. Now, no keybindings should
        interfere with simple text messages.
        (grr_game_pass): "Pass" button now issues "abandon" instead of
        "revoke" when not in show mode.
        (grr_game_next): "Next Turn" button now only issues turn never
        "abandon", so there's no longer a problem when two users both hit
        the "Next Turn" button.

        * src/grr_board_view.c (grr_board_view_decrement_timer): Make the
        "Zap timer" feature animate the fast clock rather than just
        snapping.
        (grr_board_view_start_timer):
        (grr_board_view_stop_timer):
        (grr_board_view_set_timer): Cleaner timer API: set, start, and
        stop.


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/grrobot/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ChangeLog	10 Nov 2003 15:45:45 -0000	1.6
+++ ChangeLog	11 Nov 2003 15:51:52 -0000	1.7
@@ -1,3 +1,31 @@
+2003-11-11  Carl Worth  <cworth at isi.edu>
+
+	* src/grrobot.c (grr_game_read_notices): Exit cleanly: need to
+	return control to Gtk+ so that gtk_main_quit has a chance to do
+	its job.
+	(grr_game_read_notices): Track changes in grr_board_view timer
+	API.
+	(grr_game_key_press_callback): Eliminate bid_entry text box and
+	bid button. Instead, a bare number in the message_entry will
+	result in a bid.
+	(grr_game_key_press_callback): Change several keybindings to
+	require a control modifier: C-N=Next turn, C-P=Pass, C-Z=Zap timer
+	and C-RGBY for robot selection. Now, no keybindings should
+	interfere with simple text messages.
+	(grr_game_pass): "Pass" button now issues "abandon" instead of
+	"revoke" when not in show mode.
+	(grr_game_next): "Next Turn" button now only issues "turn" never
+	"abandon", so there's no longer a problem when two users both hit
+	the "Next Turn" button.
+
+	* src/grr_board_view.c (grr_board_view_decrement_timer): Make the
+	"Zap timer" feature animate the fast clock rather than just
+	snapping.
+	(grr_board_view_start_timer):
+	(grr_board_view_stop_timer):
+	(grr_board_view_set_timer): Cleaner timer API: set, start, and
+	stop.
+
 2003-11-10  Carl Worth  <cworth at isi.edu>
 
 	* src/grrobot.c (grr_game_read_notices): Call new board_view timer




More information about the Commit mailing list