[Scummvm-git-logs] scummvm master -> c7e2f6eaf8624add7b0c6b0ce68fbb9b2479439c

sev- sev at scummvm.org
Tue Apr 20 21:04:18 UTC 2021


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:
27c6566097 GUI: Draw border for tooltip in the remastered theme. Bugreport #10935
c7e2f6eaf8 AGI: Added bc-2gs entry from Bugreport #11015


Commit: 27c656609707fd02f5b6a4aa11dc6bfe769ddea3
    https://github.com/scummvm/scummvm/commit/27c656609707fd02f5b6a4aa11dc6bfe769ddea3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-20T23:04:05+02:00

Commit Message:
GUI: Draw border for tooltip in the remastered theme. Bugreport #10935

Changed paths:
    gui/themes/scummremastered.zip
    gui/themes/scummremastered/remastered_gfx.stx


diff --git a/gui/themes/scummremastered.zip b/gui/themes/scummremastered.zip
index 94826537b2..54376ac064 100644
Binary files a/gui/themes/scummremastered.zip and b/gui/themes/scummremastered.zip differ
diff --git a/gui/themes/scummremastered/remastered_gfx.stx b/gui/themes/scummremastered/remastered_gfx.stx
index 6f78c8f321..83f4b8ebd7 100644
--- a/gui/themes/scummremastered/remastered_gfx.stx
+++ b/gui/themes/scummremastered/remastered_gfx.stx
@@ -1028,9 +1028,11 @@
 	<!-- Tooltip -->
 	<drawdata id = 'tooltip_bg' cache = 'false'>
 		<drawstep	func = 'square'
-					fill = 'foreground'
-					fg_color = 'blandyellow'
+					fill = 'background'
+					bg_color = 'blandyellow'
+					fg_color = 'black'
 					shadow = '3'
+					stroke = '1'
 		/>
 	</drawdata>
 


Commit: c7e2f6eaf8624add7b0c6b0ce68fbb9b2479439c
    https://github.com/scummvm/scummvm/commit/c7e2f6eaf8624add7b0c6b0ce68fbb9b2479439c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-20T23:04:05+02:00

Commit Message:
AGI: Added bc-2gs entry from Bugreport #11015

Changed paths:
    engines/agi/detection_tables.h


diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 6eb12de484..05126d1687 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -229,6 +229,9 @@ static const AGIGameDescription gameDescriptions[] = {
 	// Menus not tested
 	GAME3_PO("bc", "1.0O 1989-02-24 (CE)", "bcdir", "dc09d30b147242692f4f85b9811962db", 0x3149, 0, GID_BC, Common::kPlatformApple2GS, GAMEOPTIONS_APPLE2GS),
 
+	// Black Cauldron (Apple IIgs) Bugreport #11015
+	GAME3_PSO("bc", "", "bcdir", "710a56938e5428d26ca7682d38bdba28", 22498, 0x3149, 0, GID_BC, Common::kPlatformApple2GS, GAMEOPTIONS_APPLE2GS),
+
 	// Black Cauldron (PC) 2.00 6/14/87 [AGI 2.439]
 	GAME("bc", "2.00 1987-06-14", "7f598d4712319b09d7bd5b3be10a2e4a", 0x2440, GID_BC),
 




More information about the Scummvm-git-logs mailing list