[Commit] grrobot ChangeLog,1.5,1.6

Carl Worth commit at keithp.com
Mon Nov 10 07:45:47 PST 2003


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/grrobot.c (grr_game_read_notices): Call new board_view timer
        functions on the appropriate state transitions.

        * src/grr_board_view.c (grr_board_view_expose): Add code to draw a
        cute alpha-blended timer which shows off the use of cairo_arc.
        (grr_board_view_refresh_timer):
        (grr_board_view_decrement_timer):
        (grr_board_view_start_timer):
        (grr_board_view_stop_timer):
        (grr_board_view_reset_timer): New functions for managing the timer.


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/grrobot/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ChangeLog	4 Sep 2003 15:17:44 -0000	1.5
+++ ChangeLog	10 Nov 2003 15:45:45 -0000	1.6
@@ -1,3 +1,16 @@
+2003-11-10  Carl Worth  <cworth at isi.edu>
+
+	* src/grrobot.c (grr_game_read_notices): Call new board_view timer
+	functions on the appropriate state transitions.
+
+	* src/grr_board_view.c (grr_board_view_expose): Add code to draw a
+	cute alpha-blended timer which shows off the use of cairo_arc.
+	(grr_board_view_refresh_timer): 
+	(grr_board_view_decrement_timer): 
+	(grr_board_view_start_timer): 
+	(grr_board_view_stop_timer): 
+	(grr_board_view_reset_timer): New functions for managing the timer.
+
 2003-09-04  Carl Worth  <cworth at isi.edu>
 
 	* configure.in (PKG_CHECK_MODULES): Require Cairo 0.1.1 or newer.




More information about the Commit mailing list