Commit graph

25 commits

Author SHA1 Message Date
grant
4390a2f42b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:30:55 +00:00
seb
4a2efdf6fd USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:49:07 +00:00
kleink
86468f6b86 2003-07-26 Hans Ronne <hronne@telia.com>
Fix possible buffer overflow problem in default_player_spec
	on Unix (thanks Steve Kemp).
	* xconq.c (make_default_player_spec): Limit it to BUFSIZE -1.
	* xtconq.c (make_default_player_spec): Limit it to BUFSIZE -1.

In due course, bump to xconq-7.4.1nb1.
2003-07-30 10:52:35 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
seb
78ffa6753b Convert to USE_NEW_TEXINFO. 2003-07-02 21:38:14 +00:00
jlam
e11234801c buildlink1 -> buildlink2 2002-09-23 10:21:19 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
zuntum
37637e483f Move pkg/ files into package's toplevel directory 2001-11-01 00:47:39 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
d688ce8966 Strongly buildlinkify. 2001-10-23 13:25:30 +00:00
jlam
f2a861d746 Some cosmetic changes, use ${MAKE_PROGRAM} instead of ${GMAKE} to refer to
the make program used in building xconq, and remove the unnecessary
tcl/buildlink.mk file as it's pulled in by tk/buildlink.mk.
2001-10-23 13:18:03 +00:00
zuntum
44d63611e7 o converted to use buildlink.mk files for lang/tcl and x11/tk 2001-06-25 22:52:25 +00:00
jlam
022d07a536 Mechanical changes of tk DEPENDS:
tk-8.3.2  -> tk>=8.3.2
	tk-[0-9]* -> tk>=8.0
	tk-8.*    -> tk>=8.0
2001-05-05 19:51:13 +00:00
wiz
daff086c30 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 02:08:16 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
wiz
9f28a7693e Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:10:41 +00:00
he
2ebee49263 Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tcl
is bumped to tcl-8.3.2nb1.
2001-01-24 18:44:57 +00:00
wiz
f3a57fa9e1 Update package -> update PLIST, please. 2001-01-03 16:29:17 +00:00
kleink
3c95a919a9 Update xconq to release 7.4.1. Notable changes include:
*** 7.4.1

The Windows port has not been built, and probably won't build without
some work, because of networking changes in shared Windows/Unix code.

Made cconq build again.

*** 7.4.0

Hans Ronne contributed a new Tolkien-inspired game "Lord of the Rings"
(lord-rings.g), and its supporting modules 3rd-age.g and t-midearth.g.

Keir Novik's "Carrier Battles" (tailhook.g), a detailed game of WWII
naval combat, and "Coral Sea", a Coral Sea scenario for it, are now
part of the game library.

Erik Sigra and Michael Burschik contributed better random name
generators, for Swedish and German place names respectively.

Standard flags now include 16-pixel-wide versions, and the 8-pixel
version use more colors.

The program tracks views of units using individual objects, which
enables more accurate display of multiple enemy units stacked at a
single location.

Networked games can be started from a mix of interactive and
command-line invocations.  The game module will not be downloaded
through the network connection, which makes startup faster.

Some unused and un-useful GDL constructs are gone, such as extension
properties, program-version, and image palettes.

The program supplies more feedback on why actions and tasks fail.

There is a "new" AI type named oplayer, which is just the previous
version of the AI.  This is mainly for testing that the AI is actually
getting smarter rather than dumber.

There is now more control available for the behavior of independent
units, for instance, you can set whether they will research and build
other units.

Sides now get colors instead of numbers if they have no emblems.

Games can use unit images that fill an entire hex, where previously
they were limited to a smaller bounding box within the hex.  This
is controlled by a new GDL variable "bigicons".

The tcl/tk interface now has a working isometric display mode.

The tcl/tk interface now lists only finished games by default,
and includes a button to list all games.

The Mac interface has many display improvements, from terrain
transitions to more floating windows.

The old Xt/Xaw interface has been removed, since it was no longer
being maintained.

There have been a host of minor improvements throughout the programs
and game libraries.
2001-01-02 14:57:38 +00:00
wiz
6e976875ad Update to use tcl/tk-8.3.2.
Addresses pkg/10956.
2000-09-09 01:53:03 +00:00
kleink
34f481306b Cosmetical nit. 2000-08-31 07:27:30 +00:00
kleink
04c8a3be4a Update xconq to 7.3.3; changes since release 7.2.2 include:
*** 7.3.3

Fix pathnames to tcl/tk libraries.

Fix Mac bugs: 1-bit images, loading of emblems from saved games, large
map handling, removed variants.

Add better solid colors in advterr.g.

*** 7.3.2

Fix crash with no-indepside games on Unix.

Add terrain images for advances.g.

*** 7.3.1

In Unix/Windows player setup, make separate buttons to add/remove
indepside AI and to configure indepside behavior.

Add --enable-alternate-scoresdir configure option.

Update config.guess and config.sub.

*** 7.3.0

This release accumulates over two years of changes throughout the
program.  In general, the emphasis has been on improving the program's
usability, making the AI smarter, improving existing games, and
extending to Civ-type games, rather than adding random new games to
the library.

The Unix user interface has been rewritten to use tcl/tk.  It includes
a full set of menus, resizeable panes in the map windows, buttons for
common operations, a mouseover display, and many additional map
display options.  There is also a full set of dialogs for setting up a
game, plus a chat window to facilitate setting up networked games.

There is now a port to Windows, using the tcl/tk-based interface,
which means no more requirement to run an X server.  The Windows port
still has bugs though.

The Mac interface now has floating windows for most auxiliary windows,
city and research dialogs, and more display controls, including
player controls over most colors and imagery used.  Selected units
can now blink rather than being surrounded with a box.

Unix networking support now allows for more than two players in a
game, and the game setup dialogs are synchronized, so for instance
clicking on a variant checkbox causes all players' checkboxes to
change.

Hans Ronne added the game "Ancient Near East" (anc-near-east.g),
similar to Civilization but with more detail, such as different kinds
of wheat to discover.  The included map of the Near East is
spectacularly large and detailed.

A Civilization II emulation (civ2.g) has been added.  The game works,
but happiness is not implemented, most of the city improvements have
no effect, nor do the Wonders.

Linn Stanton added an extended version of the standard game (lhs.g)
that includes radar, artillery, aaa, engineers, mines, and minefields.

Many new graphic images are available, particularly for terrain.
Xconq can load images directly from image files in standard formats
(although only GIF is available at present).

Players in the standard game get towns with names appropriate to
their chosen nationalities.

It is now possible to play independent units as if they were a regular
side, and (more usefully), it's possible to have an AI run the
independent units.  Watch out for the marauding barbarians!

A second AI type, the "iplayer", is available.  It is a minimal
AI that does basic tactical planning for individual units, but
does not attempt to coordinate them.

A set of commands, agreement-draft etc, are available for setting
up agreements.  (Agreement support is still incomplete though.)

New commands:
	"c-rate" sets conversion rates for materials (division of
		trade into science/shields/luxuries in Civ, for instance).
	"collect" sets up a task to collect materials from terrain.
	"research" sets per-side research into advances.

There is a new GDL type "advance", to represent scientific or
technological advances.  Game designers can lay out a whole technology
tree, and either units or whole sides may do research to achieve
advances.

To allow "research" to apply to advances, the existing research
activity to develop tech levels has been renamed to "development".
Its characteristics remain the same however.

The "extract" action is available for units to get materials
directly from terrain.

A game design can include "advanced" units that are like Civ
cities; they are variable-sized, and can collect materials from
the surrounding terrain.

GDL includes many more variables, type properties, and tables.
Some of the more notable additions include:
	global "combat-model", to choose algorithm for combat resolution
	global "indepside-has-ai", to control indepside use of AI.
	global "country-border-color" etc, to control colors used by
		interfaces
	side property "treasury", tables "gives-to-treasury" and
		"takes-from-treasury", to accumulate materials for the
		side as a whole
	table "advance-needed-to-build", to define how the technology
		tree enables the construction of unit types
	table "terrain-density", to add random variation to synthesized
		terrain
	tables "unit-consumption-to-grow", "size-limit-without-advance",
		and "side-limit-without-occupant", to regulate the
		growth of advanced units (cities)
	table "cellwide-protection-for", that controls protection for
		all units in a cell
	unit type properties "attack" and "defend", to define generic
		attack/defense strengths
	unit type property "advanced", to define advanced units
	unit type properties "advanced-auto-construct" and
		"advanced-auto-research", to automate the activities
		of advanced units
	unit type property "ai-tactical-range", to control the area
		of awareness for a unit's tactical decisions

Sami Perttu contributed a supply system model; see doc/README.supply
for more detail on how to use in game designs.

The tcl/tk port includes experimental support for isometric display,
but this needs more work, and so is turned off by default.  (See the
top of tcltk/tkconq.tcl to see how to enable.)

The Unix port uses autoconf for configuration.  Xconq now conforms
better to FHS; library files reside in /usr/local/share/xconq, while
score files live in /var/lib/xconq/scores.

Many many bug fixes and smaller cleanups.
2000-08-31 07:26:23 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
kleink
3f158caf4e Initial import of pkg for xconq-7.2.2, an X11-based strategy game environment. 1999-06-12 20:22:53 +00:00