./games/finalbattle, Multiplayer space battle simulation for X

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.0nb2, Package name: finalbattle-0.0nb2, Maintainer: pkgsrc-users

This is a multiplayer space battle game for the X Window System written in
C for Unix. Each player has a number of windows presenting different
information and controls, including a short range viewscreen showing your
ship in the center and other objects near it, a long range "map" (aka
"radar") showing all players, a damage report and repair window, a weapon
selection window, a ship's-computer and player-to-player communications
window, and a ship upgrade status window.

The game uses the X network protocol to display graphics and receive
player input from multiple servers. Only one client is running and is in
control of the entire game. Temporary clients can also be ran which
simply send a message to the main client telling it to add a server to the
game. If there is space in the game, and the main client can access your
server, then a new player is "born" onto that server. (Usage: "final -add
...")


Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 84.55 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:44:37 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:08:04 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Remove SHA1 hashes for distfiles
   2021-04-21 17:44:26 by Thomas Klausner | Files touched by this commit (5) | Package updated
Log message:
*: remove/update download sites
   2019-11-03 20:28:49 by Roland Illig | Files touched by this commit (22)
Log message:
games: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2017-08-25 16:55:30 by David A. Holland | Files touched by this commit (1)
Log message:
Provide alternate archive.org HOMEPAGE.
   2017-08-01 19:40:17 by Thomas Klausner | Files touched by this commit (114)
Log message:
Comment out some dead HOMEPAGEs.
   2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352)
Log message:
Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
   2016-12-11 02:10:26 by David A. Holland | Files touched by this commit (6)
Log message:
Make this work. Add a distfile jumbo patch doing the following:
   - use standard headers
   - don't use perror, don't use sprintf
   - fix time handling issues
   - compile in paths so the data can be installed (from patch-ab)
   - fix name conflict with libc
   - avoid undefined behavior
   - avoid implicit int for clang
   - declare own functions, sprinkle const and static, and fix
     signedness to get a clean build (except for one remaining issue
     where it's not clear what to do)
   - remove unused elements detected by gcc
   - fix some problems detected by gcc
   - fix a startup crash
   - modernize the makefile

Also, don't install the raw image bitmap data and the scripts to digest
it; install only the digested form, as that's all that's used at runtime.