Descent3
Descent3 copied to clipboard
Descent 3 by Outrage Entertainment
Replace \r\n with \n. ``` #!/bin/sh for filename in $(find) do encoding=$(file -b --mime-encoding $filename) if [ "$encoding" = "us-ascii" ] || [ "$encoding" = "iso-8859-1" ]; then echo fixing...
### Build Version 07d988e194cfdaf87a86d798bb423af0ff25d096 #### Operating System Environment * [ ] Microsoft Windows (32-bit) * [ ] Microsoft Windows (64-bit) * [ ] Mac OS X * [x] Linux: NixOS...
Multiplayer games could do with cross-platform testing. A windows server is being hosted at `64.44.131.41` - Dmax Chicago v1.5 test
The following script was used convert the file encodings. ``` for filename in $(find) do encoding=$(file -b --mime-encoding $filename) if [ "$encoding" = "iso-8859-1" ]; then iconv -f iso-8859-1 -t...
Some files in this repo use LF line endings, and some files in this repo use CRLF line endings. [I created a script that will calculate how many files use...
There are many classic C arrays allocated with fixes sizes, and some conditions that simply lack sane bounds checking, this leads to many potential invalid memory access exceptions, and is...
The old VCS text in most source files is in the way of the code. But it is useful to keep it around for context, just not in the source...
Current builds use `VER 1.5` at the lower right of the main menu. Can this be changed to show major and minor versions along with git commit heads for better...
Works with variables passed on the commandline via `-D CMAKE_..`, flags from https://wiki.debian.org/Multiarch/Compiling --- ~~Avoids adding a toolchain file.~~ - It does not avoid this at all!
They were not used, and a better alternative is now lib/byteswap.h with #165.