[Scummvm-git-logs] scummvm master -> 081a99bda625fdb5eff423bd6e602ca0beaf3eae
sev-
noreply at scummvm.org
Sat Oct 28 23:20:28 UTC 2023
This automated email contains information about 5 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
817da6294c GRAPHICS: Remove leftover include
23a87e9f2d SLUDGE: Include managed_surface.h instead of transparent_surface.h
fb30637170 SLUDGE: Remove leftover include
1a74c9eb30 WAGE: Remove leftover include
081a99bda6 WINTERMUTE: Narrowed down usage of TransparentSurface
Commit: 817da6294c8baa5a0a012803c25fce3f024f7bd4
https://github.com/scummvm/scummvm/commit/817da6294c8baa5a0a012803c25fce3f024f7bd4
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-10-29T01:09:52+02:00
Commit Message:
GRAPHICS: Remove leftover include
Changed paths:
graphics/transform_struct.cpp
diff --git a/graphics/transform_struct.cpp b/graphics/transform_struct.cpp
index 7f5cdd8ba20..f8e0fb82970 100644
--- a/graphics/transform_struct.cpp
+++ b/graphics/transform_struct.cpp
@@ -20,7 +20,6 @@
*/
#include "graphics/transform_struct.h"
-#include "graphics/transparent_surface.h"
namespace Graphics {
Commit: 23a87e9f2d6aa3cebeda86d345184a64a7a1a051
https://github.com/scummvm/scummvm/commit/23a87e9f2d6aa3cebeda86d345184a64a7a1a051
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-10-29T01:12:06+02:00
Commit Message:
SLUDGE: Include managed_surface.h instead of transparent_surface.h
Changed paths:
engines/sludge/sprites.h
diff --git a/engines/sludge/sprites.h b/engines/sludge/sprites.h
index 807a394a527..105998139a7 100644
--- a/engines/sludge/sprites.h
+++ b/engines/sludge/sprites.h
@@ -21,8 +21,7 @@
#ifndef SLUDGE_SPRITES_H
#define SLUDGE_SPRITES_H
-#include "graphics/surface.h"
-#include "graphics/transparent_surface.h"
+#include "graphics/managed_surface.h"
namespace Sludge {
Commit: fb30637170750c81bf248bc338b123ac3d05eb8e
https://github.com/scummvm/scummvm/commit/fb30637170750c81bf248bc338b123ac3d05eb8e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-10-29T01:13:39+02:00
Commit Message:
SLUDGE: Remove leftover include
Changed paths:
engines/pink/objects/actions/action_text.cpp
diff --git a/engines/pink/objects/actions/action_text.cpp b/engines/pink/objects/actions/action_text.cpp
index 0d5551d57e5..fb46d6862b9 100644
--- a/engines/pink/objects/actions/action_text.cpp
+++ b/engines/pink/objects/actions/action_text.cpp
@@ -23,8 +23,6 @@
#include "common/substream.h"
#include "common/unicode-bidi.h"
-#include "graphics/transparent_surface.h"
-
#include "pink/archive.h"
#include "pink/screen.h"
#include "pink/pink.h"
Commit: 1a74c9eb30dd6f0bea3a8228340ddef473bf515d
https://github.com/scummvm/scummvm/commit/1a74c9eb30dd6f0bea3a8228340ddef473bf515d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-10-29T01:14:29+02:00
Commit Message:
WAGE: Remove leftover include
Changed paths:
engines/wage/design.h
diff --git a/engines/wage/design.h b/engines/wage/design.h
index 62cc48ae8ea..c2d38e8eea7 100644
--- a/engines/wage/design.h
+++ b/engines/wage/design.h
@@ -51,8 +51,6 @@
#include "common/rect.h"
#include "graphics/nine_patch.h"
-#include "graphics/transparent_surface.h"
-
#include "graphics/macgui/macwindowmanager.h"
namespace Wage {
Commit: 081a99bda625fdb5eff423bd6e602ca0beaf3eae
https://github.com/scummvm/scummvm/commit/081a99bda625fdb5eff423bd6e602ca0beaf3eae
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-10-29T01:20:00+02:00
Commit Message:
WINTERMUTE: Narrowed down usage of TransparentSurface
Changed paths:
engines/wintermute/base/gfx/osystem/base_surface_osystem.cpp
engines/wintermute/base/gfx/osystem/base_surface_osystem.h
diff --git a/engines/wintermute/base/gfx/osystem/base_surface_osystem.cpp b/engines/wintermute/base/gfx/osystem/base_surface_osystem.cpp
index b310683064d..d66ead7a69e 100644
--- a/engines/wintermute/base/gfx/osystem/base_surface_osystem.cpp
+++ b/engines/wintermute/base/gfx/osystem/base_surface_osystem.cpp
@@ -33,7 +33,7 @@
#include "engines/wintermute/base/gfx/base_image.h"
#include "engines/wintermute/platform_osystem.h"
-#include "graphics/transparent_surface.h"
+#include "graphics/managed_surface.h"
#include "graphics/transform_tools.h"
#include "graphics/pixelformat.h"
#include "graphics/surface.h"
diff --git a/engines/wintermute/base/gfx/osystem/base_surface_osystem.h b/engines/wintermute/base/gfx/osystem/base_surface_osystem.h
index 94149b1a1fd..2ded30abc2b 100644
--- a/engines/wintermute/base/gfx/osystem/base_surface_osystem.h
+++ b/engines/wintermute/base/gfx/osystem/base_surface_osystem.h
@@ -29,7 +29,7 @@
#define WINTERMUTE_BASE_SURFACESDL_H
#include "graphics/surface.h"
-#include "graphics/transparent_surface.h" // for Graphics::AlphaType
+#include "graphics/transform_struct.h" // for Graphics::AlphaType
#include "engines/wintermute/base/gfx/base_surface.h"
More information about the Scummvm-git-logs
mailing list