This is the mail archive of the xconq-cvs@sourceware.cygnus.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xconq/ /ChangeLog urses/cconq.c ernel/conq.h e ...


CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@egcs.cygnus.com	99/09/15 19:47:48

Modified files:
	.              : ChangeLog 
	curses         : cconq.c 
	kernel         : conq.h imf.c imf.h init.c mac.c mkrivers.c 
	                 mkroads.c module.c ps.c score.c task.c tp.c 
	                 ui.c win32.c 
	tcltk          : tkconq.tcl tkimf.c tkmain.c 
	mac            : maccolors.c macimf.c macinit.c 

Log message:
	* conq.h, init.c, module.c, tp.c (typesdefined): Remove, never
	actually used.
	
	* conq.h (enum setup_stage): New enum.
	(current_stage): New global.
	
	* imf.c, imf.h (get_img): Remove unused argument.
	* imf.c, ui.c, xcutil.c, ximf.c, maccolors.c, macimf.c, macinit.c,
	tkimf.c: Fix all callers.
	
	* init.c, mac.c, mkrivers.c, mkroads.c, module.c. ps.c, score.c,
	task.c: Remove PARAMS usages.
	
	* mac.c, win32.c (tmprid): Remove decl, never used.
	* cconq.c (hosting): Remove decl, never used.
	
	* tp.c (download_game_module): New function, split out from
	download_to_player.
	(broadcast_game_module): New function.
	(broadcast_variants_chosen, broadcast_players_assigned): New
	functions.
	(receive_packet): Don't do trial assignments here, interpret
	'a' and 'v' packets.
	
	* tkconq.tcl (selected_game_title): Init to a default value.
	* tkmain.c (tk_start_new_game): Broadcast game module to other
	programs.
	(tk_launch_game): Broadcast that variants have been chosen.
	(tk_launch_game_2): Broadcast that players have been assigned.
	(last_stage): New global.
	(check_network): Call tcl commands to move dialogs through
	stages of game setup.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]