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