diff --git a/CHANGELOG b/CHANGELOG index 29f07d3b2..124cc87ae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,3 @@ -0.83.8 - - 0.83.7 - The primary DOSBox-X Wiki is now located at the URL: https://dosbox-x.com/wiki (Wengier) diff --git a/dosbox-x.reference.conf b/dosbox-x.reference.conf index 3a2ae49f6..e4f762720 100644 --- a/dosbox-x.reference.conf +++ b/dosbox-x.reference.conf @@ -1,4 +1,4 @@ -# This is the configuration file for DOSBox-X 0.83.8. (Please use the latest version of DOSBox-X) +# This is the configuration file for DOSBox-X 0.83.7. (Please use the latest version of DOSBox-X) # Lines starting with a # are comment lines and are ignored by DOSBox-X. # They are used to (briefly) document the effect of each option. # To write out ALL options, use command 'config -all' with -wc or -writeconf options. diff --git a/dosbox-x.reference.full.conf b/dosbox-x.reference.full.conf index a6609a3c0..38b7791d2 100644 --- a/dosbox-x.reference.full.conf +++ b/dosbox-x.reference.full.conf @@ -1,4 +1,4 @@ -# This is the configuration file for DOSBox-X 0.83.8. (Please use the latest version of DOSBox-X) +# This is the configuration file for DOSBox-X 0.83.7. (Please use the latest version of DOSBox-X) # Lines starting with a # are comment lines and are ignored by DOSBox-X. # They are used to (briefly) document the effect of each option. # To write out ALL options, use command 'config -all' with -wc or -writeconf options. diff --git a/make-windows-release.pl b/make-windows-release.pl index 7a8ea20de..5f86a7612 100644 --- a/make-windows-release.pl +++ b/make-windows-release.pl @@ -41,7 +41,7 @@ my @filelist = (); my @platforms = ('ARM', 'ARM64', 'Win32', 'x64'); my @builds = ('Release', 'Release SDL2'); -my @files = ('dosbox-x.reference.conf', 'dosbox-x.exe', 'FREECG98.bmp', 'changelog.txt', 'shaders'); +my @files = ('dosbox-x.reference.conf', 'dosbox-x.reference.full.conf', 'dosbox-x.exe', 'FREECG98.bmp', 'changelog.txt', 'shaders'); foreach $platform (@platforms) { foreach $build (@builds) { diff --git a/vs2015/dosbox-x.vcxproj b/vs2015/dosbox-x.vcxproj index ee850fea5..9f4c2d100 100644 --- a/vs2015/dosbox-x.vcxproj +++ b/vs2015/dosbox-x.vcxproj @@ -373,6 +373,7 @@ copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" @@ -407,6 +408,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" @@ -437,6 +439,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" @@ -468,6 +471,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" @@ -499,6 +503,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" @@ -532,6 +537,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" @@ -563,6 +569,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" @@ -594,6 +601,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" @@ -631,6 +639,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" @@ -666,6 +675,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" @@ -697,6 +707,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" @@ -729,6 +740,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" @@ -761,6 +773,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" @@ -795,6 +808,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" @@ -827,6 +841,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" @@ -859,6 +874,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\" copy "$(SolutionDir)\..\contrib\fonts\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP" copy "$(SolutionDir)\..\dosbox-x.reference.conf" "$(OutputPath)\dosbox-x.reference.conf" +copy "$(SolutionDir)\..\dosbox-x.reference.full.conf" "$(OutputPath)\dosbox-x.reference.full.conf" copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt" if not exist "$(OutputPath)\shaders\" mkdir "$(OutputPath)\shaders" copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"