[Scummvm-cvs-logs] SF.net SVN: scummvm: [28144] scummvm/trunk/engines/saga

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Jul 19 04:51:37 CEST 2007


Revision: 28144
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28144&view=rev
Author:   thebluegr
Date:     2007-07-18 19:51:36 -0700 (Wed, 18 Jul 2007)

Log Message:
-----------
Some more resource mappings for the IHNM demo

Modified Paths:
--------------
    scummvm/trunk/engines/saga/detection_tables.h
    scummvm/trunk/engines/saga/sagaresnames.h

Modified: scummvm/trunk/engines/saga/detection_tables.h
===================================================================
--- scummvm/trunk/engines/saga/detection_tables.h	2007-07-19 01:28:41 UTC (rev 28143)
+++ scummvm/trunk/engines/saga/detection_tables.h	2007-07-19 02:51:36 UTC (rev 28144)
@@ -274,6 +274,21 @@
 	0					// Actors strings (ITE only)
 };
 
+static const GameResourceDescription IHNMDEMO_Resources = {
+	RID_IHNMDEMO_SCENE_LUT,  // Scene lookup table RN
+	RID_IHNMDEMO_SCRIPT_LUT, // Script lookup table RN
+	RID_IHNMDEMO_MAIN_PANEL,
+	RID_IHNMDEMO_CONVERSE_PANEL,
+	RID_IHNMDEMO_OPTION_PANEL,
+	RID_IHNMDEMO_WARNING_PANEL,
+	RID_IHNMDEMO_MAIN_SPRITES,
+	RID_IHNMDEMO_MAIN_PANEL_SPRITES,
+	RID_IHNMDEMO_OPTION_PANEL_SPRITES,
+	0,					// Default portraits (ITE only)
+	RID_IHNMDEMO_MAIN_STRINGS,
+	0					// Actors strings (ITE only)
+};
+
 static const GameFontDescription IHNMDEMO_GameFonts[] = {
 	{2},
 	{3},
@@ -708,7 +723,7 @@
 		GID_IHNM_DEMO,
 		0,
 		0,
-		&IHNM_Resources,
+		&IHNMDEMO_Resources,
 		ARRAYSIZE(IHNMDEMO_GameFonts),
 		IHNMDEMO_GameFonts,
 		&IHNM_GameSound,

Modified: scummvm/trunk/engines/saga/sagaresnames.h
===================================================================
--- scummvm/trunk/engines/saga/sagaresnames.h	2007-07-19 01:28:41 UTC (rev 28143)
+++ scummvm/trunk/engines/saga/sagaresnames.h	2007-07-19 02:51:36 UTC (rev 28144)
@@ -43,8 +43,8 @@
 #define RID_IHNM_SCRIPT_LUT 29
 #define RID_IHNM_SFX_LUT 265
 
-#define RID_IHNMDEMO_SCENE_LUT  286
-#define RID_IHNMDEMO_SCRIPT_LUT 18
+#define RID_IHNMDEMO_SCENE_LUT  286		// TODO: is this correct?
+#define RID_IHNMDEMO_SCRIPT_LUT 18		// TODO: is this correct?
 #define RID_IHNMDEMO_SFX_LUT 222
 
 //obj names
@@ -100,7 +100,7 @@
 #define RID_IHNM_MAIN_PANEL 9
 #define RID_IHNM_CONVERSE_PANEL 10
 #define RID_IHNM_HOURGLASS_CURSOR 11
-#define RID_IHNM_MAIN_SPRITES 12       // TODO: verify this
+#define RID_IHNM_MAIN_SPRITES 12
 #define RID_IHNM_MAIN_PANEL_SPRITES 12
 #define RID_IHNM_ARROW_SPRITES 13
 #define RID_IHNM_SAVEREMINDER_SPRITES 14
@@ -111,8 +111,19 @@
 #define RID_IHNM_PROFILE_BG 20
 #define RID_IHNM_MAIN_STRINGS 21
 
+#define RID_IHNMDEMO_MAIN_PANEL 4				// TODO: Verify this
+#define RID_IHNMDEMO_CONVERSE_PANEL 5			// TODO: Verify this
+#define RID_IHNMDEMO_HOURGLASS_CURSOR 6			// TODO: Verify this
+#define RID_IHNMDEMO_MAIN_SPRITES 7
+#define RID_IHNMDEMO_MAIN_PANEL_SPRITES 7
 #define RID_IHNMDEMO_ARROW_SPRITES 8
 #define RID_IHNMDEMO_SAVEREMINDER_SPRITES 9
+#define RID_IHNMDEMO_OPTION_PANEL 10			// TODO: Verify this
+#define RID_IHNMDEMO_OPTION_PANEL_SPRITES 11	// TODO: Verify this
+#define RID_IHNMDEMO_WARNING_PANEL 12			// TODO: Verify this
+#define RID_IHNMDEMO_BOSS_SCREEN 13				// TODO: Verify this
+#define RID_IHNMDEMO_PROFILE_BG 14				// TODO: Verify this
+#define RID_IHNMDEMO_MAIN_STRINGS 15			// TODO: Verify this
 
 // Puzzle portraits
 #define RID_ITE_SAKKA_APPRAISING	6


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list