[Scummvm-cvs-logs] SF.net SVN: scummvm: [21781] scummvm/trunk/engines/lure/luredefs.h

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Tue Apr 11 03:47:04 CEST 2006


Revision: 21781
Author:   dreammaster
Date:     2006-04-11 03:46:36 -0700 (Tue, 11 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21781&view=rev

Log Message:
-----------
Added new resources for pathfinding and new resources

Modified Paths:
--------------
    scummvm/trunk/engines/lure/luredefs.h
Modified: scummvm/trunk/engines/lure/luredefs.h
===================================================================
--- scummvm/trunk/engines/lure/luredefs.h	2006-04-11 10:45:22 UTC (rev 21780)
+++ scummvm/trunk/engines/lure/luredefs.h	2006-04-11 10:46:36 UTC (rev 21781)
@@ -80,7 +80,7 @@
 
 #define SUPPORT_FILENAME "lure.dat"
 #define LURE_DAT_MAJOR 1
-#define LURE_DAT_MINOR 3
+#define LURE_DAT_MINOR 4
 
 // Some resources include multiple packed palettes of 64 entries each
 #define SUB_PALETTE_SIZE 64
@@ -109,6 +109,7 @@
 #define CURSOR_TIME_START 2
 #define CURSOR_TIME_END 9
 #define CURSOR_CROSS 10
+#define CURSOR_CAMERA 15
 #define CURSOR_TALK 16
 #define CURSOR_MENUBAR 17
 
@@ -171,6 +172,9 @@
 #define ACTION_LIST_RESOURCE_ID 0x3f0f
 #define TALK_HEADER_RESOURCE_ID 0x3f10
 #define TALK_DATA_RESOURCE_ID 0x3f11
+#define ROOM_PATHS_RESOURCE_ID 0x3f12
+#define HOTSPOT_PROXIMITY_RESOURCE_ID 0x3f13
+#define EXIT_COORDINATES_RESOURCE_ID 0x3f14
 
 // Script constants
 #define STARTUP_SCRIPT 0x23FC
@@ -202,6 +206,11 @@
 // Misc constants
 #define VOICE_ANIM_ID 0x5810
 
+// Countdown for # operations in path finder before breaking until next
+// tick - set it to 0 if you'd like all pathfinding to be done at once
+//#define PATHFIND_COUNTDOWN 4000
+#define PATHFIND_COUNTDOWN 0
+
 // Pixel record flags
 #define PIXELFLAG_HAS_TABLE 4
 


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