From mboxrd@z Thu Jan 1 00:00:00 1970 From: shebs@sourceware.cygnus.com To: xconq-cvs@sourceware.cygnus.com Subject: xconq ./ChangeLog kernel/config.h kernel/game. ... Date: Thu, 10 Aug 2000 20:16:00 -0000 Message-id: <20000811031606.11062.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00359.html List-Id: CVSROOT: /cvs/xconq Module name: xconq Changes by: shebs@sourceware.cygnus.com 2000-08-10 20:16:06 Modified files: . : ChangeLog kernel : config.h game.h help.c unit.h ui.h ui.c world.c mac : macmap.c macmenus.c tcltk : tkmap.c Log message: * config.h (INITMAXUTYPES, etc): Remove, never used. * game.h (for_all_possible_unit_types, etc): Ditto. * help.c (u_histogram, t_histogram, etc): New globals. (u_property_desc, t_property_desc, uu_table_row_desc, etc): Use as dynalloced space instead of fixed-size arrays. * unit.h (Unit uihook): Remove, never used. * ui.h (VP aux_terrain_types): Remove, made into global. (VP draw_aux_terrain): Make into a pointer. (VP newest_to_show, fade_terrain, lowest_altitude, highest_altitude): Remove, never used. * ui.c (new_vp): Allocate vp->draw_aux_terrain. * world.c (aux_terrain_type_index): New global. (count_terrain_subtypes): Alloc and fill in. * macmap.c (create_map): Remove set of vp->aux_terrain_types. * macmenus.c (do_menu_command): Use aux_terrain_type_index to set terrain type submenu. * tkmap.c (Map aux_terrain_types): Remove, never used.