[Scummvm-git-logs] scummvm branch-2-8 -> 759ea76e2365e3ba3c52ecae9789a6965a6dc082

mikrosk noreply at scummvm.org
Sun Mar 10 21:59:41 UTC 2024


This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d1884ece85 BACKENDS: ATARI: Disable aspect ratio correction
ea5ea3cd13 BACKENDS: ATARI: Prepare for 2.8.1 release
759ea76e23 NEWS: Update Atari port news


Commit: d1884ece85b825ccb978ecdbb7189ca5533cdef5
    https://github.com/scummvm/scummvm/commit/d1884ece85b825ccb978ecdbb7189ca5533cdef5
Author: Miro Kropacek (miro.kropacek at gmail.com)
Date: 2024-03-10T22:04:10+01:00

Commit Message:
BACKENDS: ATARI: Disable aspect ratio correction

It's used only in surfacesdl backend.

Changed paths:
    backends/platform/atari/build-release.sh
    backends/platform/atari/build-release030.sh


diff --git a/backends/platform/atari/build-release.sh b/backends/platform/atari/build-release.sh
index 7cca8c94ca4..708d30de78f 100755
--- a/backends/platform/atari/build-release.sh
+++ b/backends/platform/atari/build-release.sh
@@ -26,6 +26,7 @@ then
 	--disable-nuked-opl \
 	--disable-16bit \
 	--disable-scalers \
+	--disable-aspect \
 	--disable-translation \
 	--disable-eventrecorder \
 	--disable-tts \
diff --git a/backends/platform/atari/build-release030.sh b/backends/platform/atari/build-release030.sh
index 9482568e1f5..e889ee7212c 100755
--- a/backends/platform/atari/build-release030.sh
+++ b/backends/platform/atari/build-release030.sh
@@ -27,6 +27,7 @@ then
 	--disable-16bit \
 	--disable-highres \
 	--disable-scalers \
+	--disable-aspect \
 	--disable-translation \
 	--disable-eventrecorder \
 	--disable-tts \


Commit: ea5ea3cd13bd62e58835f70eae0b80732bffdc6e
    https://github.com/scummvm/scummvm/commit/ea5ea3cd13bd62e58835f70eae0b80732bffdc6e
Author: Miro Kropacek (miro.kropacek at gmail.com)
Date: 2024-03-10T22:28:41+01:00

Commit Message:
BACKENDS: ATARI: Prepare for 2.8.1 release

Changed paths:
    backends/platform/atari/build-release.sh
    backends/platform/atari/build-release030.sh
    backends/platform/atari/readme.txt


diff --git a/backends/platform/atari/build-release.sh b/backends/platform/atari/build-release.sh
index 708d30de78f..7a02711b9a3 100755
--- a/backends/platform/atari/build-release.sh
+++ b/backends/platform/atari/build-release.sh
@@ -68,8 +68,8 @@ cp ../backends/platform/atari/readme.txt dist-generic/scummvm
 unix2dos dist-generic/scummvm/readme.txt
 
 cd dist-generic
-mv scummvm scummvm-2.8.0-atari-full
-zip -r -9 scummvm-2.8.0-atari-full.zip scummvm-2.8.0-atari-full
+mv scummvm scummvm-2.8.1-atari-full
+zip -r -9 scummvm-2.8.1-atari-full.zip scummvm-2.8.1-atari-full
 cd -
 
-mv dist-generic/scummvm-2.8.0-atari-full.zip ..
+mv dist-generic/scummvm-2.8.1-atari-full.zip ..
diff --git a/backends/platform/atari/build-release030.sh b/backends/platform/atari/build-release030.sh
index e889ee7212c..e8f73ac0b28 100755
--- a/backends/platform/atari/build-release030.sh
+++ b/backends/platform/atari/build-release030.sh
@@ -58,8 +58,8 @@ cp ../backends/platform/atari/readme.txt dist-generic/scummvm
 unix2dos dist-generic/scummvm/readme.txt
 
 cd dist-generic
-mv scummvm scummvm-2.8.0-atari-lite
-zip -r -9 scummvm-2.8.0-atari-lite.zip scummvm-2.8.0-atari-lite
+mv scummvm scummvm-2.8.1-atari-lite
+zip -r -9 scummvm-2.8.1-atari-lite.zip scummvm-2.8.1-atari-lite
 cd -
 
-mv dist-generic/scummvm-2.8.0-atari-lite.zip ..
+mv dist-generic/scummvm-2.8.1-atari-lite.zip ..
diff --git a/backends/platform/atari/readme.txt b/backends/platform/atari/readme.txt
index 8df034c95a5..c03b634c5a1 100644
--- a/backends/platform/atari/readme.txt
+++ b/backends/platform/atari/readme.txt
@@ -1,4 +1,4 @@
-ScummVM 2.8.0
+ScummVM 2.8.1
 =============
 
 This is a port of ScummVM (https://www.scummvm.org), a program which allows you
@@ -35,7 +35,7 @@ Differences between the versions
 --------------------------------
 
 After talking to Keith we have decided to provide three flavours of ScummVM.
-Please refer to https://docs.scummvm.org/en/v2.8.0/other_platforms/atari.html
+Please refer to https://docs.scummvm.org/en/v2.8.1/other_platforms/atari.html
 for more details (TBD).
 
 Atari Full package
@@ -537,7 +537,7 @@ Closing words
 Many optimisations and improvements wouldn't be possible without help of Eero
 Tamminen, so thank you for all the help with profiling in Hatari.
 
-Miro Kropacek aka MiKRO / Mystic Bytes, 19.12.2023
+Miro Kropacek aka MiKRO / Mystic Bytes, 10.03.2024
 Kosice / Slovakia
 miro.kropacek at gmail.com
 http://mikro.atari.org


Commit: 759ea76e2365e3ba3c52ecae9789a6965a6dc082
    https://github.com/scummvm/scummvm/commit/759ea76e2365e3ba3c52ecae9789a6965a6dc082
Author: Miro Kropacek (miro.kropacek at gmail.com)
Date: 2024-03-10T22:55:17+01:00

Commit Message:
NEWS: Update Atari port news

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 9c3cc3968ee..6301185f395 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -72,6 +72,10 @@ For a more comprehensive changelog of the latest experimental code, see:
  Android port:
    - Fixed crash in built-in help with German language.
 
+ Atari port:
+   - Fixed crash when exiting ScummVM.
+   - Fixed BBVS (and possibly others) gameplay by using more precise math model.
+
  macOS port:
    - Fixed a problem where some Mac games would not load resources correctly.
    - Updated application icon to conform with modern standards.




More information about the Scummvm-git-logs mailing list