public inbox for xconq-cvs@sourceware.org
help / color / mirror / Atom feed
* xconq ./ChangeLog ./Makefile.in ./configure ./ ...
@ 2001-01-08  8:24 shebs
  0 siblings, 0 replies; 8+ messages in thread
From: shebs @ 2001-01-08  8:24 UTC (permalink / raw)
  To: xconq-cvs

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.


^ permalink raw reply	[flat|nested] 8+ messages in thread
* xconq ./ChangeLog ./Makefile.in ./configure ./ ...
@ 2003-09-08  3:26 mcdonald
  0 siblings, 0 replies; 8+ messages in thread
From: mcdonald @ 2003-09-08  3:26 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	mcdonald@sourceware.org	2003-09-08 03:26:49

Modified files:
	.              : ChangeLog Makefile.in configure configure.in 
	kernel         : util.c 
	tcltk          : Makefile.in 

Log message:
	Make Windows Tcl/Tk apps build in tcltk dir instead of win dir.
	Help Windows apps build under some Cygwin environments.


^ permalink raw reply	[flat|nested] 8+ messages in thread
* xconq ./ChangeLog ./Makefile.in ./configure ./ ...
@ 2003-09-16  3:43 mcdonald
  0 siblings, 0 replies; 8+ messages in thread
From: mcdonald @ 2003-09-16  3:43 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	mcdonald@sourceware.org	2003-09-16 03:43:20

Modified files:
	.              : ChangeLog Makefile.in configure configure.in 
	sdl            : Makefile.in 

Log message:
	Lay groundwork for top-level makefile simplification.
	Help Win32 SDL interface find appropriate libs to link against.


^ permalink raw reply	[flat|nested] 8+ messages in thread
* xconq ./ChangeLog ./Makefile.in ./configure ./ ...
@ 2003-09-20  5:24 mcdonald
  0 siblings, 0 replies; 8+ messages in thread
From: mcdonald @ 2003-09-20  5:24 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	mcdonald@sourceware.org	2003-09-20 05:24:02

Modified files:
	.              : ChangeLog Makefile.in configure configure.in 
	SelFile        : Makefile.in 
	curses         : Makefile.in 
	kernel         : Makefile.in version.h 
	sdl            : Makefile.in 
	tcltk          : Makefile.in 
	x11            : Makefile.in 
Removed files:
	win            : Makefile.in 

Log message:
	Clean out the now defunct win directory.
	Remove extraneous '-g' flags (at least in GCC case) from makefile templates.
	Fix error in default UI_TARGET.
	Update Xconq version to reflect the "new" month.


^ permalink raw reply	[flat|nested] 8+ messages in thread
* xconq ./ChangeLog ./Makefile.in ./configure ./ ...
@ 2003-10-06  3:32 mcdonald
  0 siblings, 0 replies; 8+ messages in thread
From: mcdonald @ 2003-10-06  3:32 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	mcdonald@sourceware.org	2003-10-06 03:32:02

Modified files:
	.              : ChangeLog Makefile.in configure configure.in 
	curses         : Makefile.in 
	kernel         : Makefile.in util.c win32.c 
	sdl            : Makefile.in 
	tcltk          : Makefile.in 
	x11            : Makefile.in 
Added files:
	.              : INSTALL-win 

Log message:
	Simplify and enhance configury and build system.
	Improve chances of building for Windows apps.
	New Windows build/install documentation.


^ permalink raw reply	[flat|nested] 8+ messages in thread
* xconq ./ChangeLog ./Makefile.in ./configure ./ ...
@ 2003-11-01  5:04 mcdonald
  0 siblings, 0 replies; 8+ messages in thread
From: mcdonald @ 2003-11-01  5:04 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	mcdonald@sourceware.org	2003-11-01 05:04:25

Modified files:
	.              : ChangeLog Makefile.in configure configure.in 
	curses         : Makefile.in 
	kernel         : Makefile.in 
	sdl            : Makefile.in 
	tcltk          : Makefile.in 
	x11            : Makefile.in 
Added files:
	missing        : .cvsignore Makefile.in snprintf.h 
	missing/snprintf: .cvsignore Makefile.in 
Removed files:
	missing/snprintf: snprintf.h 

Log message:
	Mostly hook in the portable snprintf(3) implementation.
	Fix problem with certain build flags being clobbered during configuration.


^ permalink raw reply	[flat|nested] 8+ messages in thread
* xconq ./ChangeLog ./Makefile.in ./configure ./ ...
@ 2003-11-10  0:28 mcdonald
  0 siblings, 0 replies; 8+ messages in thread
From: mcdonald @ 2003-11-10  0:28 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	mcdonald@sourceware.org	2003-11-10 00:28:31

Modified files:
	.              : ChangeLog Makefile.in configure configure.in 
	curses         : Makefile.in 
	kernel         : Makefile.in config.h util.c 
	missing        : snprintf.h 
	sdl            : Makefile.in 
	tcltk          : Makefile.in 
	x11            : Makefile.in 

Log message:
	Finish hooking in missing functions support.
	Provide buffer overflow protection in Xconq's tprintf() functions.
	Cosmetic fix to configure.in.


^ permalink raw reply	[flat|nested] 8+ messages in thread
* xconq ./ChangeLog ./Makefile.in ./configure ./ ...
@ 2004-07-05  4:20 mcdonald
  0 siblings, 0 replies; 8+ messages in thread
From: mcdonald @ 2004-07-05  4:20 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	mcdonald@sourceware.org	2004-07-05 04:20:30

Modified files:
	.              : ChangeLog Makefile.in configure configure.in 
	curses         : Makefile.in 
	kernel         : .cvsignore Makefile.in 
	missing        : Makefile.in 
	missing/snprintf: Makefile.in 
	missing/util   : timestuff.c 
	sdl            : Makefile.in 
	tcltk          : Makefile.in 
	x11            : Makefile.in 

Log message:
	Improvements to and remodeling of the configure/make system.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-07-05  4:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-08  8:24 xconq ./ChangeLog ./Makefile.in ./configure ./ shebs
2003-09-08  3:26 mcdonald
2003-09-16  3:43 mcdonald
2003-09-20  5:24 mcdonald
2003-10-06  3:32 mcdonald
2003-11-01  5:04 mcdonald
2003-11-10  0:28 mcdonald
2004-07-05  4:20 mcdonald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).