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