Tags: kd-collective/angband
Tags
Makefile.std: use suffix rules rather than pattern rules The former works with both GNU make and BSD make. Fixes a regression introduced by 4.2.5: on OpenBSD would have to use gmake rather than make to use Makefile.std (still have to change gcc to cc or clang, but that was also true with 4.2.4).
configure and cmake: add formal options to configure the borg
Developer docs: add note about updating dependencies to release check… …list
git: also ignore .dep files in subdirectories of src
textui_get_rep_dir(): honor allow_5 when processing a queued direction Ported from NarSil's NickMcConnell/NarSil#321 .
Object information tests: use lookup_kind() when get_obj_num() fails Avoids infrequent test failures when get_obj_num() cannot get the desired type of ammunition at level 1.
Windows: for consistency, use the first, "Dark", entry from the color… … table when clearing ... (angband#5140) * Windows: for consistency, use the first, "Dark", enry from the color table when clearing except in 16-color mode or when the clearing is done as preparation for drawing graphical tiles. * Adjust Term_xtra_win_clear() to avoid black borders when the clearing color isn't black.
Include color 0 in the dump, even if the color components are zero. R… …esolves angband#5138 .
GCU: fix regression that prevented player's color table from taking e… …ffect
PreviousNext