[Scummvm-git-logs] scummvm master -> 369d6874a45070b92199469ae3558e88ba067732

sev- noreply at scummvm.org
Tue Feb 28 01:00:13 UTC 2023


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

Summary:
48bef047e0 NEWS: Mention 3DO Plubers support
369d6874a4 JANITORIAL: Added comment to the namespace closing bracket


Commit: 48bef047e0c4a5d1308d92c5a3dc1f34874a4ac5
    https://github.com/scummvm/scummvm/commit/48bef047e0c4a5d1308d92c5a3dc1f34874a4ac5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-02-28T01:58:56+01:00

Commit Message:
NEWS: Mention 3DO Plubers support

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 38d08911131..6cc9229b608 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,6 +3,9 @@ For a more comprehensive changelog of the latest experimental code, see:
 
 #### 2.8.0 (XXXX-XX-XX)
 
+ Plumbers:
+   - Added support for 3DO version.
+
  Sherlock:
    - Added support for Chinese Serrated Scalpel.
 


Commit: 369d6874a45070b92199469ae3558e88ba067732
    https://github.com/scummvm/scummvm/commit/369d6874a45070b92199469ae3558e88ba067732
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-02-28T01:59:35+01:00

Commit Message:
JANITORIAL: Added comment to the namespace closing bracket

Changed paths:
    graphics/scaler/downscaler.cpp


diff --git a/graphics/scaler/downscaler.cpp b/graphics/scaler/downscaler.cpp
index 8f1dab82f14..918b7fbb3ab 100644
--- a/graphics/scaler/downscaler.cpp
+++ b/graphics/scaler/downscaler.cpp
@@ -111,7 +111,8 @@ void downscaleCLUT8ByHalf(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, u
 		dst += dstSkip;
 	}
 }
-}
+
+} // end of anonymous namespsce
 
 void downscaleSurfaceByHalf(Surface *out, const Surface *in, const byte *palette) {
 	if (in->format.isCLUT8() && out->format.isCLUT8() && palette != nullptr) {




More information about the Scummvm-git-logs mailing list