X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=ChangeLog;h=2506459fe4ee4fbae5aff0102813042f14dfcf60;hb=HEAD;hp=4836baae18dee582f960c41a723acf388f259996;hpb=7ee31401a35405ee700c8fab563cecc9f43db3a1;p=grrobot diff --git a/ChangeLog b/ChangeLog index 4836baa..2506459 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,98 @@ +2005-06-17 Carl Worth + + * .cvsignore: Ignore some generated files. + + * src/args.h (ARGS_HOST_DEFAULT): Revert default host to + rr.nickle.org now that I know that's up and running again. + +2005-06-16 Carl Worth + + * src/grr_icon.c (grr_icon_predraw): Fix scaling of all icons by + copying the matrix from the main cairo_t to the temporary cairo_t. + +2005-06-16 Carl Worth + + * src/grr_icon.c (grr_icon_draw_predrawn): Fix inactive targets to + be translucent once again. + +2005-06-16 Carl Worth + + * README: Update to refer to cairo instead of Xr. + + * src/args.c: (args_help), (args_usage), (args_parse): Fix + command-line option parsing. Use getopt rather than argp. + +2005-06-16 Carl Worth + + Accidentally committed a bunch of code which brings things up to + date with cairo 0.5.0 and break command-line option parsing. + +2004-01-09 Carl Worth + + * Recovered some lost changes due to a bothced cvsup commit, (yes, + this is utter pain). + + * src/svg/wall.svg: Add round caps to walls. + + * src/svg/robot_red.svg: + * src/svg/robot_blue.svg: + * src/svg/robot_green.svg: + * src/svg/robot_green.svg: Made robot colors match new targets. + + * src/svg/wall.svg: Made walls thicker. + +2004-01-01 Keith Packard + + * src/svg/grr_icon_svg.h: + * src/svg/target_blue_circle.svg: + * src/svg/target_blue_triangle.svg: + * src/svg/target_green_circle.svg: + * src/svg/target_green_triangle.svg: + * src/svg/target_red_circle.svg: + * src/svg/target_red_triangle.svg: + * src/svg/target_whirl.svg: + * src/svg/target_yellow_circle.svg: + * src/svg/target_yellow_triangle.svg: + Import fancy new targets from Richard Worth (our hero) + +2003-12-25 Keith Packard + + * configure.in: + * ltmain.sh: + * src/grr_board_view.c: + * src/grr_icon.c: (_grr_icon_init), (grr_icon_draw): + * src/grr_icon.h: + * src/grrobot.c: + Switch from xsvg to svg-cairo + +2003-11-11 Carl Worth + + * 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 * src/grrobot.c (grr_game_read_notices): Call new board_view timer