Fix credit
Fix input of trans-ASCII Unicode characters under SDL2
Fix typo in installsome()
Updated fix for Bug #934.
Upgrade internal libmikmod to 3.3.11.1.
Mark "master" branch as deprecated
Update libmikmod documentation
Remove dll export/import logic from internal mikmod (Fix Windows Build)
Upgrade internal libmikmod to 3.3.11.1, for Aarch64 support
Update Win32 installer generation instructions
Correctly handle Unicode Replacement Characters
Put the Text Input code in the correct SDL version branch
Don't leave behind the updated Remix Pack 4 on uninstall
Fix misplaced FlashRect when renaming Captain/Ship
Restrict SDL_Start/StopTextInput calls to the UI thread
Remove outdated specific trademark acknowledgement
Remove beta marker from version strings
Don't try to relink frameworks through symlinks
Update Win32 installer metadata for updated Remix Pack 4
Fix two bugs regarding stale SIS messages, from Kruzen
Fix the ZFP dialog desync bug introduced post 0.7.
Update keyjam.exe to use SDL2
Fix a render crash on Intel GPUs in 32-bit DX9
Rework SDL2 render driver selection.
Updated Win32 and packaging documentation
Deeper automation of the Win32 installer
Update the build instructions for all platforms.
Fix another pointer signedness warning
Reimplement log_displayBox on macOS.
Fix strncpy warning with correct bounding value
Fix oscilloscope display under SDL2
Defensive casting to silence clang warnings
dirname can modify its argument; don't pass in a const char *
Remove potential format-string attack on log_displayBox on macOS
Fix an alarming bug in AlarmTime_compare
Fix strncpy warning by making it more obviously dangerous
Fix SaveSummary return type
Fix icon on Windows with MinGW/MSYS2 builds, from Ala-lala
Update Changelog, WhatsNew, and Authors to match progress
Indentation and clause order refinements on NSIS installer
Rewrite the NSIS installer logic to use LogicLib
Update in-game version to beta status
Automatically generate the DLL dependencies of the MSYS2 UQM build for installation and uninstallation
Update installer version to 0.8.0b
Switch Win32 Installer download plugin to InetC, which supports redirection and HTTPS
Remove obsolete NSISdl autodownload code from Win32 installer
Rework the packages.nsh generation for v0.8.0 and MSYS2
Improve procpkgs.sh to remove bashisms and shellcheck lints
Update and reorganize credits for 0.8.0.
Add E1 to pt13.fon so credits correctly render András Barják's name
Spelling and punctuation pass (bug #1200)
New, fuller manpage (bug #1204)
Remove redundant statefile saver from new format
Merge commit '7326ff096d0fc60086f2' into v0.8.0
Update version number to 0.8.0
Do not use the D3D9 SDL2 driver if any alternatives are to hand.
Fix Linux build; regcomp plays poorly with symbol detection for some reason
Fix MinGW build; check for whether we must explicitly link -lregex
Update version to 0.7.2
Fix SDL1 build
Consolidate Create_Screen and ReInit_Screen for the SDL1 drivers.
Backfit commit '103f9379' to SDL1/2 build:
Backport atexit consolidation
Merge post-0.7.0 commits through 'c8250d8b8' into v0.7.2.
Backfit commit 'c0bc500620' to SDL1/2:
Fix SDL2 build errors
Fix gitignore
Fix some merge wobbles in headers
Strip out command line arguments added by the macOS Finder even without SDLmain.a
First draft: update copy_mac_frameworks to build a full release
Properly generalize the framework relink script
Use frameworks for SDL if requested and available
Update install instructions for SDL2 and brew
Create a test to probe for frameworks in a user-supplied dependency dir
Lose Apple branch of SDL_include and prefer non-system headers
Use frameworks for libpng and Vorbis if requested and available
Fix logging of SDL2 renderer name, from Ala-lala
Fix transparency in truecolor RGBA images, from Ala-lala
Fix program icon when starting in fullscreen in SDL2, from Ala-lala
Allow parallel make when the -j option is passed to build.sh.
Adapt MixSDL to the SDL2 audio API and allow format conversion.
Add new files to DSP file
Refine graphics detection and default seelection on config
Export ogg vorbis setting so 'none' doesn't try to build in OGG support
Fix buggy preprocessor conditional
Alter sdluio function signatures based on SDL version. Fixes ARM build.
Fix check for whether we need -lm. Restore Ubuntu build.
Fixed another instance of only checking for EAGAIN from a socket, from Ala-lala