aboutsummaryrefslogtreecommitdiff
path: root/games/zhlt
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Try to unbreak on 64-bit architectures by avoiding casting from pointer toAlexey Dokuchaev2016-04-013-11/+340
| | | | | | | | | | a smaller type (int) which loses information. Also, reduce imperativeness of the `files/Makefile' while at it. Reported by: pkg-fallout Notes: svn path=/head/; revision=412353
* Add a port of Zoner's Half-Life compile tools, which offer many improvementsAlexey Dokuchaev2016-03-309-0/+296
over the original map compiling tools for Half-Life. WWW: http://zhlt.info/ Notes: svn path=/head/; revision=412156