public inbox for xconq-cvs@sourceware.org
help / color / mirror / Atom feed
* xconq/ /ChangeLog cltk/tkcmd.c cltk/tkconq.tcl ...
@ 1999-12-07 19:18 shebs
  0 siblings, 0 replies; 6+ messages in thread
From: shebs @ 1999-12-07 19:18 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@sourceware.cygnus.com	99/12/07 19:18:31

Modified files:
	.              : ChangeLog 
	tcltk          : tkcmd.c tkconq.tcl tkmain.c tkmap.c 

Log message:
	* tkconq.tcl (popup_research_dialog, fill_research_dialog,
	ok_research): New procs.
	* tkcmd.c (aux_build_2): Clear map->inptype when build chosen.
	* tkmain.c (tk_available_advance, tk_set_side_research): New
	commands.
	(research_popped_up): New global.
	(update_turn_display): Popup research selection if necessary.
	(error_popped_up): New global.
	(low_run_error, low_run_warning): Set it.
	* tkmap.c (mapw_display): Suppress updates if flag set.
	(draw_resource_usage): New function.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* xconq/ /ChangeLog cltk/tkcmd.c cltk/tkconq.tcl ...
@ 1999-11-14 14:02 shebs
  0 siblings, 0 replies; 6+ messages in thread
From: shebs @ 1999-11-14 14:02 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@sourceware.cygnus.com	99/11/14 14:02:02

Modified files:
	.              : ChangeLog 
	tcltk          : tkcmd.c tkconq.tcl tkmain.c 

Log message:
	* tkconq.tcl (create_map_window): Add an extra blank to prompt
	area's seed.
	(ask_string_mode, update_string_mode, update_side_mode,
	clear_command_line): Fix fencepost errors.
	(popup_game_save): Don't record a save_filename if dialog was
	cancelled.
	* tkcmd.c (do_quit): Rewrite it and related aux_ routines to
	prompt for game save, rename aux_* routines to aux_quit_*.
	(do_resign): Ask for who to resign to.
	* tkmain.c (grok_side): Add help info, numeric input, substring
	matching.
	(low_init_error, low_init_warning, low_run_error,
	low_run_warning): Use braces around strings sent to tcl.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* xconq/ /ChangeLog cltk/tkcmd.c cltk/tkconq.tcl ...
@ 1999-11-09 19:17 shebs
  0 siblings, 0 replies; 6+ messages in thread
From: shebs @ 1999-11-09 19:17 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@sourceware.cygnus.com	99/11/09 19:17:33

Modified files:
	.              : ChangeLog 
	tcltk          : tkcmd.c tkconq.tcl tkinit.c tkmain.c tkmap.c 

Log message:
	* tkconq.tcl (add_show_all_item): New proc.
	(create_map_menus): Call if necessary.
	(adjust_file_menu): Disallow resignation if designing.
	(update_show_all_info): Use per-map test for show_all menu item.
	(dsave_types, etc): Convert to array, add rest of save options.
	(popup_designer_save): Add rest of save option checkboxes, use
	grid to lay out.
	(save_design): Add rest of options, ask user for name of file.
	* tkcmd.c: Use modern style for callbacks.
	(do_quit): Designers may quit without losing.
	* tkinit.c (init_display): Set tcl designer variable.
	* tkmain.c (tk_player_aitypename): Don't sprintf empty format.
	(tk_designer_save): Add rest of options, savefile name.
	* tkmap.c (cell_drawing_info): Fix drawing of unseen area


^ permalink raw reply	[flat|nested] 6+ messages in thread

* xconq/ /ChangeLog cltk/tkcmd.c cltk/tkconq.tcl ...
@ 1999-08-04 19:01 shebs
  0 siblings, 0 replies; 6+ messages in thread
From: shebs @ 1999-08-04 19:01 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@egcs.cygnus.com	99/08/04 19:01:37

Modified files:
	.              : ChangeLog 
	tcltk          : tkcmd.c tkconq.tcl tkmain.c tkmap.c 

Log message:
	* tkconq.tcl (view_option_flags): New global array.
	(create_map_window): Pass image/pattern/transition prefs to
	main map widget.
	(create_map_menus): Remove terrain view style submenu.
	(zoom_in_out): New proc.
	(update_zoom): Merge into zoom_in_out.
	(init_newprefs): New proc, common pref setup in
	popup_preferences_dialog.
	(add_imagery_prefs_items, remove_imagery_prefs_items): New procs,
	implementation of imagery preferences topic.
	(select_prefs_topic): Add selection for imagery prefs.
	(ok_preferences): Save imagery prefs, make prefs apply to the
	existing map immediately.
	* tkcmd.c (do_map): Remove ai, lines, polygons, timages,
	tpatterns, and transitions subcommands.
	(do_zoom_in, do_zoom_in): Call tcl version of zoom_in_out.
	* tkmain.c (create_map): Don't fill in image/pattern usage here.
	(zoom_in_out): Remove, no longer needed.
	* tkmap.c (MapW draw_terrain_images, etc): Regularize fields.
	(config_specs): Add options -lines, -polygons, -terrainimages,
	-terrainpatterns, -transitions for terrain display style.
	(mapw_configure): Center on the focus.
	(set_terrain_gc_for_image, etc): Use mapw fields for style.
	(toggle_mapw_polygons, toggle_mapw_lines, toggle_mapw_transitions,
	mapw_transitions): Remove, no longer needed.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* xconq/ /ChangeLog cltk/tkcmd.c cltk/tkconq.tcl ...
@ 1999-07-28  5:56 shebs
  0 siblings, 0 replies; 6+ messages in thread
From: shebs @ 1999-07-28  5:56 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@egcs.cygnus.com	99/07/28 05:56:20

Modified files:
	.              : ChangeLog 
	tcltk          : tkcmd.c tkconq.tcl tkmain.c tkmap.c 

Log message:
	* tkconq.tcl (view_option_list): Rename from view_options, add
	all the view options.
	(view_option_names): New global array, fill in.
	(create_map_window): Supply view option prefs to map widget.
	(create_map_menus): Set view option menu items to get values
	from global arrays, and to implement changes by calling
	set_map_view_option.
	(set_map_view_option): New proc.
	(popup_meridian_interval_dialog): New proc.
	(add_map_prefs_items): Build from view_option_list.
	(add_view_preference_checkbox): New proc.
	(set_font_size_newpref): Rename from set_font_size_pref, use
	only to change sample text in dialog.
	(select_prefs_topic): Fix frame switching.
	* tkmain.c (tk_save_prefs, ui_update_state, interp_unix_ui_data):
	Add rest of view option prefs.
	* tkmap.c (MapW draw_grid, etc): Add copies of viewport view
	option fields.
	(config_specs): Add config specs for all view options.
	(mapw_cmd): Remove unneeded settings of viewport.
	(mapw_configure): Set viewport parameters from widget fields.
	* tkcmd.c (do_map): Remove view-option-setting subcommands.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* xconq/ /ChangeLog cltk/tkcmd.c cltk/tkconq.tcl ...
@ 1999-06-22 19:07 shebs
  0 siblings, 0 replies; 6+ messages in thread
From: shebs @ 1999-06-22 19:07 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@egcs.cygnus.com	99/06/22 19:07:49

Modified files:
	.              : ChangeLog 
	tcltk          : tkcmd.c tkconq.tcl tkinit.c tkmap.c 

Log message:
	* tkcmd.c (do_map): Add argument "ai".
	* tkconq.tcl: Add view menu entry for AI Info.
	* tkinit.c (tranpics): Remove.
	(init_bitmaps): Don't fill in.
	* tkmap.c (draw_ai_region): New function.
	(draw_row): Call it.
	(draw_borders): Handle wrapped drawing correctly.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-12-07 19:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-07 19:18 xconq/ /ChangeLog cltk/tkcmd.c cltk/tkconq.tcl shebs
  -- strict thread matches above, loose matches on Subject: below --
1999-11-14 14:02 shebs
1999-11-09 19:17 shebs
1999-08-04 19:01 shebs
1999-07-28  5:56 shebs
1999-06-22 19:07 shebs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).