public inbox for xconq-cvs@sourceware.org
help / color / mirror / Atom feed
* xconq ./ChangeLog kernel/ui.c kernel/ui.h tclt ...
@ 2004-04-17 22:24 ronne
  0 siblings, 0 replies; 5+ messages in thread
From: ronne @ 2004-04-17 22:24 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	ronne@sourceware.org	2004-04-17 22:24:14

Modified files:
	.              : ChangeLog 
	kernel         : ui.c ui.h 
	tcltk          : tkmap.c tkxmac.c 

Log message:
	Further improvements to isometric drawing.


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

* xconq ./ChangeLog kernel/ui.c kernel/ui.h tclt ...
@ 2004-03-27 16:02 ronne
  0 siblings, 0 replies; 5+ messages in thread
From: ronne @ 2004-03-27 16:02 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	ronne@sourceware.org	2004-03-27 16:02:56

Modified files:
	.              : ChangeLog 
	kernel         : ui.c ui.h 
	tcltk          : tkmain.c tkmap.c 

Log message:
	Improve tcltk worldmap map outline code.


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

* xconq ./ChangeLog kernel/ui.c kernel/ui.h tclt ...
@ 2000-11-11  6:57 shebs
  0 siblings, 0 replies; 5+ messages in thread
From: shebs @ 2000-11-11  6:57 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@sources.redhat.com	2000-11-11 06:57:08

Modified files:
	.              : ChangeLog 
	kernel         : ui.c ui.h 
	tcltk          : tkmain.c tkconq.tcl 

Log message:
	Make find by name menu item work.
	* ui.c, ui.h (find_units_matching): New function.
	* tkconq.tcl (create_map_menus): Enable find by name.
	(popup_find_dialog, ok_find}: New procs.
	* tkmain.c (tk_center_on_unit): New tcl command.
	
	Add menu item to control AI resignation.
	* tkconq.tcl (create_map_menus): Add menu item.
	(toggle_ai_may_resign): New proc.
	
	* ui.c (unit_actually_visible): Remove, no longer used.
	(describe_imf): Note special image flags like isconnection, etc.


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

* xconq ./ChangeLog kernel/ui.c kernel/ui.h tclt ...
@ 2000-07-31  6:13 shebs
  0 siblings, 0 replies; 5+ messages in thread
From: shebs @ 2000-07-31  6:13 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@sourceware.cygnus.com	2000-07-31 06:13:56

Modified files:
	.              : ChangeLog 
	kernel         : ui.c ui.h 
	tcltk          : tkmap.c 
	lib            : terrain.imf 
Added files:
	images         : stdt48x33i.gif 

Log message:
	First cut at isometric terrain images, and other isometric work.
	* ui.c (ibsx, ibsy): Fill in correct values.
	(nearest_unit_view): Fix debug code.
	* ui.h (ibsx, ibsy): Declare.
	
	* tkmap.c (MapW last_wsx, etc): Change into array.
	(MapW last_ws_valid): New field.
	(xform_top): New function.
	(draw_map_isometric): Pad with one more row.
	(draw_cliff): New function, was cliff-drawing in draw_terrain_iso.
	(draw_terrain_iso): Call it, plus add terrain image drawing.
	(draw_current, draw_unit_blast): Add isometric case.
	(draw_map_outline): Rewrite to handle overhead and isometric
	cases similarly.
	(update_at_cell, update_at_unit): Adjust for isometric case.
	
	* stdt48x33i.gif: New file, isometric images for standard terrain.
	* terrain.imf: Use it.


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

* xconq ./ChangeLog kernel/ui.c kernel/ui.h tclt ...
@ 2000-07-26  9:09 shebs
  0 siblings, 0 replies; 5+ messages in thread
From: shebs @ 2000-07-26  9:09 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@sourceware.cygnus.com	2000-07-26 09:09:42

Modified files:
	.              : ChangeLog 
	kernel         : ui.c ui.h 
	tcltk          : tkcmd.c tkconq.h tkconq.tcl tkmap.c 

Log message:
	* ui.c (ibsx, ibsy, ilsx, ilsy): New global arrays.
	(xform_cell_top): New function, produces position of top of
	thick terrain.
	(xform_cell_flat): Fix isometric viewing in a couple dirs.
	(nearest_cell): Add correct formulas for all iso directions.
	(center_on_focus): Add isometric case.
	(set_view_isometric): New function.
	(set_view_direction): Call calc_view_misc.
	(calc_view_misc): Size viewport correctly for iso display.
	* ui.h (set_view_isometric): Declare.
	
	* tkconq.tcl (isometric_state): Remove, no longer needed.
	(fill_in_button_box): Enable isometric controls.
	(set_isometric, set_iso_dir): New procs.
	(add_show_all_item): Fix argument.
	* tkconq.h (update_contour_intervals): Declare.
	* tkcmd.c (do_map): Remove plan-tweaking commands, rewrite
	isometric subcommand cases to use tcl procs.
	(do_set_view_angle): Ditto.
	* tkmap.c (MapW isometric, isodir, vertscale): New fields.
	(config_specs): Add config args for isometric display.
	(mapw_configure): Set isometric flag and view dir.
	(draw_map_isometric): Rewrite to draw only visible cells.
	(draw_connections_iso): New function.
	(draw_terrain_iso): Call it.
	(draw_map_outline): Add isometric case.


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

end of thread, other threads:[~2004-04-17 22:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-17 22:24 xconq ./ChangeLog kernel/ui.c kernel/ui.h tclt ronne
  -- strict thread matches above, loose matches on Subject: below --
2004-03-27 16:02 ronne
2000-11-11  6:57 shebs
2000-07-31  6:13 shebs
2000-07-26  9:09 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).