[codename-alex-dev-commits] src subs.txt,1.8,1.9
Brought to you by:
scriptfellow,
wza
|
From: <wz...@us...> - 2003-03-08 16:15:49
|
Update of /cvsroot/codename-alex/src
In directory sc8-pr-cvs1:/tmp/cvs-serv29110/src
Modified Files:
subs.txt
Log Message:
- minor editing of contKind names
Index: subs.txt
===================================================================
RCS file: /cvsroot/codename-alex/src/subs.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** subs.txt 6 Mar 2003 18:58:58 -0000 1.8
--- subs.txt 8 Mar 2003 16:15:45 -0000 1.9
***************
*** 47,51 ****
; Status: internal (do not call directly)
; Purpose: initialize standardized constants:
! ; %_TRUE, %_FALSE, %_OK, %_NOK,
; %_NORTHWEST, %_NORTH, %_NORTHEAST, %_EAST,
; %_SOUTHEAST,%_SOUTH, %_SOUTHWEST,%_WEST,
--- 47,51 ----
; Status: internal (do not call directly)
; Purpose: initialize standardized constants:
! ; %_OK, %_NOK,
; %_NORTHWEST, %_NORTH, %_NORTHEAST, %_EAST,
; %_SOUTHEAST,%_SOUTH, %_SOUTHWEST,%_WEST,
***************
*** 53,59 ****
;
; initialize common static variables:
! ; %shopContKind, %menuContKind, %dragQtyContKind,
! ; %draggingContKind, %runebookContKind,
! ; %healthBarContKind, %bankContType
;
; initialize common delay variables:
--- 53,61 ----
;
; initialize common static variables:
! ; %amountContKind, %backpackContKind, %bankContKind,
! ; %charSelectContKind, %confirmContKind, %connLostContKind,
! ; %draggingContKind, %loginContKind, %menuContKind,
! ; %paperdollContKind, %runebookContKind, %shardSelectContKind,
! ; %shopContKind, %statusContKind, %bankContType
;
; initialize common delay variables:
***************
*** 195,199 ****
set %_newCursorY %_cursorY + 18
; Below is a quick fix against vendor health bar being dragged in the way
! if #contKind = %healthBarContKind && #contID <> #charID
{
click %_newCursorX %_newCursorY r
--- 197,201 ----
set %_newCursorY %_cursorY + 18
; Below is a quick fix against vendor health bar being dragged in the way
! if #contKind = %statusContKind && #contID <> #charID
{
click %_newCursorX %_newCursorY r
***************
*** 658,662 ****
if #contKind = %draggingContKind
return
! if #contKind <> %dragQtyContKind
goto _drag_dragQtyWnd
if %2 = 0
--- 660,664 ----
if #contKind = %draggingContKind
return
! if #contKind <> %amountContKind
goto _drag_dragQtyWnd
if %2 = 0
***************
*** 1144,1148 ****
; %2 = timeout value equal to %4 * .1 seconds
; Purpose: Check if a gump is open/has focus.
! ; (Typicaly used with %bankBoxContType)
; Return: %return (%_OK or %_NOK if timedout)
;-----------------------------------------------------------
--- 1146,1150 ----
; %2 = timeout value equal to %4 * .1 seconds
; Purpose: Check if a gump is open/has focus.
! ; (Typicaly used with %bankContType)
; Return: %return (%_OK or %_NOK if timedout)
;-----------------------------------------------------------
***************
*** 1156,1160 ****
; %2 = timeout value equal to %4 * .1 seconds
; Purpose: Check if a gump is open/has focus.
! ; (Typicaly used with %craftMenuContKind)
; Return: %return (%_OK or %_NOK if timedout)
;-----------------------------------------------------------
--- 1158,1162 ----
; %2 = timeout value equal to %4 * .1 seconds
; Purpose: Check if a gump is open/has focus.
! ; (Typicaly used with %menuContKind)
; Return: %return (%_OK or %_NOK if timedout)
;-----------------------------------------------------------
***************
*** 1168,1172 ****
; %2 = timeout value equal to %4 * .1 seconds
; Purpose: Check if a gump is closed/has lost focus.
! ; (Typicaly used with %craftMenuContKind)
; Return: %return (%_OK or %_NOK if timedout)
;-----------------------------------------------------------
--- 1170,1174 ----
; %2 = timeout value equal to %4 * .1 seconds
; Purpose: Check if a gump is closed/has lost focus.
! ; (Typicaly used with %menuContKind)
; Return: %return (%_OK or %_NOK if timedout)
;-----------------------------------------------------------
|