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 in/wconq.c ernel/tp.c ernel/ ...


CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@egcs.cygnus.com	99/09/27 22:02:35

Modified files:
	.              : ChangeLog 
	win            : wconq.c 
	kernel         : tp.c write.c 
	tcltk          : tkconq.tcl tkmain.c 
	x11            : xconq.c 

Log message:
	* tp.c (add_remote_program): Use correct remote player spec.
	(DOWNLOADPACKETSIZE): Increase to 200 if on Unix.
	(add_to_packet): Move to here from write.c, remove rid arg,
	simplify.
	(flush_write): Move to here from write.c.
	(net_run_game): Disable occasional checksum send.
	(send_game_checksum_error): New function.
	(receive_game_checksum): Call it.
	(receive_packet): Add 'E' packet for errors.
	(receive_error): New function.
	(game_checksum): Make externally visible.
	* write.c: Remove tmprid arg in add_to_packet calls.
	
	* tkconq.tcl (popup_open_dialog): Add arg.
	(popup_game_dialog): Leave b2 button enabled, make it do the
	open dialog.
	(popup_connect): Don't complain about unsupported connection times.
	(join_game): Remove experimental bits.
	(popup_chat): Disable connect button when chat window up.
	(dismiss_chat): Rename from dismiss_pregame_chat, reenable Chat
	button.
	(add_program): Change Connect button to Chat button.
	(insert_chat_string): Enable chat buffer temporarily if necessary
	to insert a string.
	(popup_init_error_dialog, popup_init_warning_dialog, etc): New.
	* tkmain.c (tk_send_variant_value): Always expect 6 args.
	(update_assignment): Don't select player.
	(update_variant_setting): Set values of world size and real times.
	(tk_run_game): Add game checksum tests before/after AI run.
	(host_the_game, init_all_displays, announce_read_progress,
	announce_lengthy_process, etc, low_init_error, low_init_warnings,
	exit_xconq, launch_game, launch_game_2, unit_advance_dialog, etc):
	Move here from xconq.c and wconq.c, adjust to be more generic.
	
	* wconq.c (main): Clear use_stdio, remove -host/-join handling.
	* xconq.c (main): Set use_stdio initially, move stdout welcome
	so only appears if use command-line args, reorganize handling of
	-host and -join.


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