xconq ./ChangeLog doc/PROJECTS kernel/game.h k ...

shebs@sourceware.cygnus.com shebs@sourceware.cygnus.com
Thu Dec 21 06:41:00 GMT 2000


CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@sources.redhat.com	2000-12-21 06:41:34

Modified files:
	.              : ChangeLog 
	doc            : PROJECTS 
	kernel         : game.h generic.c read.c run.c side.h world.c 
	                 world.h 

Log message:
	Fix problems resulting from the last change.
	* game.h (DONE, NOADVANCE): Assign values different from NONATYPE.
	(NOUNIT): Remove, never used.
	* side.h (has_advance): Use DONE.
	* world.h (NOUSER): Move to here, set to 0.
	* world.c (allocate_area_users): Remove memset of layer.
	* generic.c (init_types): Remove unused debug print.
	(create_unit_type): Make array resizing work.
	(create_material_type, create_terrain_type, create_advance_type):
	New functions.
	* read.c (interp_mtype, interp_ttype, interp_atype): Use them.
	* run.c (apnbt_types): New static global.
	(auto_pick_new_build_task): Use it instead of tmp_u_array.
	
	* PROJECTS: Remove MAXUTYPES project.



More information about the Xconq-cvs mailing list