vanilla-utilities icon indicating copy to clipboard operation
vanilla-utilities copied to clipboard

Doom engine DOS utilities

Results 6 vanilla-utilities issues
Sort by recently updated
recently updated
newest added

It would be nice to have support for another stack, especially a free one. Context: https://github.com/fragglet/dosisode/blob/trunk/README.md https://github.com/fragglet/dosisode/blob/trunk/sockets/sockets.c

Most files have Unix-style line endings but some have DOS-style line endings. Some examples: ``` net/doomnet.c: C source, ASCII text, with CRLF line terminators net/doomnet.h: C source, ASCII text, with...

The BIOS data area contains the port addresses for COMx and LPTx plus flags for the number of serial and parallel ports. If using sersetup/parsetup, we should probably at the...

Hexen can be made to send a special packet with the current scores every time a frag occurs.

This is analogous to Doom's `-control` and it should be possible to implement support in the Control API that will support this while hiding the underlying difference.