From mboxrd@z Thu Jan 1 00:00:00 1970 From: shebs@sourceware.cygnus.com To: xconq-cvs@sourceware.cygnus.com Subject: xconq ./ChangeLog ./Makefile.in ./configure ./ ... Date: Mon, 08 Jan 2001 08:24:00 -0000 Message-id: <20010108162441.17778.qmail@sourceware.cygnus.com> X-SW-Source: 2001/msg00008.html List-Id: CVSROOT: /cvs/xconq Module name: xconq Changes by: shebs@sources.redhat.com 2001-01-08 08:24:41 Modified files: . : ChangeLog Makefile.in configure configure.in curses : cconq.c cconq.h doc : PROJECTS kernel : imf.c imf.h init.c mac.c read.c system.h ui.c ui.h unix.c win32.c mac : macconq.c macconq.h macinit.c tcltk : tkcmd.c tkconq.h tkimf.c tkinit.c tkmain.c tkmap.c x11 : Makefile.in Added files: images : cursor.bmp sdl : Makefile.in sdlcmd.c sdlconq.h sdlimf.c sdlinit.c sdlmain.c sdlmap.c Log message: Add an SDL-based user interface. * sdl/: New directory. * sdl/Makefile.in, sdl/sdlconq.h, sdl/sdlcmd.c, sdl/sdlimf.c, sdl/sdlinit.c, sdl/sdlmain.c, sdl/sdlmap.c: New files. * images/cursor.bmp: New file, color cursor. * Makefile.in (SUBDIRS): Add sdl. (all-sdlconq): New target. * configure.in: Add option --enable-sdl. * configure: Regenerate. * x11/Makefile.in (sdlconq): New target. * system.h, mac.c, unix.c, win32.c (default_images_pathname): Add argument, use instead of compiled-in pathname. * init.c (init_library_path): Change caller. * imf.h (Image r, g, b): Solid color for an image. * imf.c (blacken_masked_area, blacken_mono_masked_area) Move to here from tkimf.c, add rgb args. (make_raw_palette): Move to here from tkimf.c. * ui.c. ui.h (dside): Define here instead of in each interface. (generic_transition): Similarly. (compute_x1_len): Move to here from tkmap.c. * macconq.c, macconq.h (dside): Remove. * macinit.c (generic_transition): Remove. * tkmain.c, tkconq.h (dside): Remove. * tkinit.c, tkmap.c (generic_transition): Remove. * cconq.c, cconq.h (dside): Remove. * tkcmd.c (require_unit): Test for NULL map. (get_selected_units): Similarly. (do_follow_action, do_message, do_quit, do_set_view_angle, do_survey, do_design): Similarly. * tkimg.c (tk_interp_image_1): Fill in generic image rgb, * tkmap.c (draw_current): Fix test for health bar color change. (draw_side_emblem): Draw black border around solid-color emblem. * ui.c (favored_type): Use unit_can_build_type. * read.c (interp_unit_defaults): Fix setup of default tooling.