]> git.cworth.org Git - grrobot/blob - ChangeLog
* README: Update to refer to cairo instead of Xr.
[grrobot] / ChangeLog
1 2005-06-16  Carl Worth  <cworth@cworth.org>
2
3         * README:
4         * src/args.c: (args_help), (args_usage), (args_parse):
5
6 2005-06-16  Carl Worth  <cworth@cworth.org>
7
8         Accidentally committed a bunch of code which brings things up to
9         date with cairo 0.5.0 and break command-line option parsing.
10
11 2004-01-09  Carl Worth  <cworth@isi.edu>
12
13         * Recovered some lost changes due to a bothced cvsup commit, (yes,
14         this is utter pain).
15
16         * src/svg/wall.svg: Add round caps to walls.
17
18         * src/svg/robot_red.svg:
19         * src/svg/robot_blue.svg:
20         * src/svg/robot_green.svg:
21         * src/svg/robot_green.svg: Made robot colors match new targets.
22
23         * src/svg/wall.svg: Made walls thicker.
24
25 2004-01-01  Keith Packard  <keithp@keithp.com>
26
27         * src/svg/grr_icon_svg.h:
28         * src/svg/target_blue_circle.svg:
29         * src/svg/target_blue_triangle.svg:
30         * src/svg/target_green_circle.svg:
31         * src/svg/target_green_triangle.svg:
32         * src/svg/target_red_circle.svg:
33         * src/svg/target_red_triangle.svg:
34         * src/svg/target_whirl.svg:
35         * src/svg/target_yellow_circle.svg:
36         * src/svg/target_yellow_triangle.svg:
37         Import fancy new targets from Richard Worth (our hero)
38
39 2003-12-25  Keith Packard  <keithp@keithp.com>
40
41         * configure.in:
42         * ltmain.sh:
43         * src/grr_board_view.c:
44         * src/grr_icon.c: (_grr_icon_init), (grr_icon_draw):
45         * src/grr_icon.h:
46         * src/grrobot.c:
47         Switch from xsvg to svg-cairo
48
49 2003-11-11  Carl Worth  <cworth@isi.edu>
50
51         * src/grrobot.c (grr_game_read_notices): Exit cleanly: need to
52         return control to Gtk+ so that gtk_main_quit has a chance to do
53         its job.
54         (grr_game_read_notices): Track changes in grr_board_view timer
55         API.
56         (grr_game_key_press_callback): Eliminate bid_entry text box and
57         bid button. Instead, a bare number in the message_entry will
58         result in a bid.
59         (grr_game_key_press_callback): Change several keybindings to
60         require a control modifier: C-N=Next turn, C-P=Pass, C-Z=Zap timer
61         and C-RGBY for robot selection. Now, no keybindings should
62         interfere with simple text messages.
63         (grr_game_pass): "Pass" button now issues "abandon" instead of
64         "revoke" when not in show mode.
65         (grr_game_next): "Next Turn" button now only issues "turn" never
66         "abandon", so there's no longer a problem when two users both hit
67         the "Next Turn" button.
68
69         * src/grr_board_view.c (grr_board_view_decrement_timer): Make the
70         "Zap timer" feature animate the fast clock rather than just
71         snapping.
72         (grr_board_view_start_timer):
73         (grr_board_view_stop_timer):
74         (grr_board_view_set_timer): Cleaner timer API: set, start, and
75         stop.
76
77 2003-11-10  Carl Worth  <cworth@isi.edu>
78
79         * src/grrobot.c (grr_game_read_notices): Call new board_view timer
80         functions on the appropriate state transitions.
81
82         * src/grr_board_view.c (grr_board_view_expose): Add code to draw a
83         cute alpha-blended timer which shows off the use of cairo_arc.
84         (grr_board_view_refresh_timer): 
85         (grr_board_view_decrement_timer): 
86         (grr_board_view_start_timer): 
87         (grr_board_view_stop_timer): 
88         (grr_board_view_reset_timer): New functions for managing the timer.
89
90 2003-09-04  Carl Worth  <cworth@isi.edu>
91
92         * configure.in (PKG_CHECK_MODULES): Require Cairo 0.1.1 or newer.
93
94         * src/grr_icon.c (grr_icon_predraw): Track changes in Cairo 0.1.1
95
96 2003-07-11  Carl Worth  <cworth@isi.edu>
97
98         * src/grrobot.c (grr_game_read_notices): Compressed move display
99         text, ('N' instead of "NORTH", etc.)
100         (grr_game_key_press_callback): Added keybindings for Next Turn,
101         Pass, Zap timer, and bids [0-9].
102         (grr_game_start_gui): Added buttons for Bid, Pass, Zap timer, Next
103         turn. Added a label for the current username.
104
105 2003-07-09  Carl Worth  <cworth@isi.edu>
106
107         * src/grrobot.c (grr_game_read_notices): Added support for
108         RR_NOTICE_BOARD, (cleans up ugly GAMEOVER handling), and should
109         avoid nasty inconsistent display problems if the user issues a NEW
110         command.
111         (grr_game_read_notices): Tracked some librr API changes.
112         (grr_game_key_press_callback): Added some global keybindings: RGBY
113         to select robot, arrow to move, BackSpace to undo a move, Ctrl-Q
114         to quit, Space to message, and '/' to enter a command.
115
116         * src/grr_board_view.c (grr_board_view_set_active_robot):
117         (grr_board_view_move_active):
118         (grr_board_view_undo): Added an interface to grr_board_view for
119         moving robots.
120         (grr_board_view_expose): Don't display target in board center
121         unless it is a 16x16 board.
122
123         * src/args.c (parse_opt): Added support to play without a server
124         using a board from a file given on the command-line.
125         (args_parse): Switch to long_only-style command-line parsing.
126
127 2003-06-19  Carl Worth  <cworth@isi.edu>
128
129         * src/grrobot.c (grr_game_print): Centralized game message
130         printing.
131         (grr_game_read_notices): New formatted messages for all notice
132         types.
133         (grr_game_read_notices): Fancy incremental updates for move
134         messages.
135         (grr_game_print): Fixed (finally) scrolling of messages.
136