doomlegacy-snapshot: Update to SVN revision 1773
- commit revision 1767
The MBF21 code duplicated some of the vile raise code
Made a common inline function for the vile raise code,
to simplify maintenance.
- commit revision 1768
Fixed some P_CheckMeleeRange MBF21 changes where it conflicts with
Legacy improvements. Made the protection checks such as info == NULL,
apply to the MBF21 code too.
Fix some of the A_Chase logic concerning MT_NODE and MF_IGNOREPLAYER.
The compiler complains "suggest parenthesis". However, it is not clear
that the added tests for MT_NODE and MF_IGNOREPLAYER are correct,
and especially after MBF FRIEND was added.
Some alternatives have been included, but the last one seems to
be the most correct.
The MT_NODE should not be altered, so it should block chasing.
[51 lines not shown]
pipewire: define __LOCALE_C_ONLY in spa/utils/string.h on NetBSD
Avoid requiring 'CFLAGS.NetBSD+= -D__LOCALE_C_ONLY' in all
packages that include PipeWire public headers
Tested with wip/xdg-desktop-portal
matrirc: Import matrirc-1.1 as wip/matrirc
Simple ircd bridging to matrix
Features:
- E2E encryption
- client verification
- properly prompts on room invitations
- can accept encrypted files to local directory (`--media-dir`) and
give links if configured (`--media-url`, prefix up to file name)