Index: MUSHclient.rc =================================================================== RCS file: /cvs/mushclient/MUSHclient.rc,v retrieving revision 1.214 retrieving revision 1.215 diff -c -r1.214 -r1.215 *** MUSHclient.rc 18 Mar 2008 06:02:13 -0000 1.214 --- MUSHclient.rc 29 Apr 2008 00:19:18 -0000 1.215 *************** *** 56,63 **** // VS_VERSION_INFO VERSIONINFO ! FILEVERSION 4,0,23,0 ! PRODUCTVERSION 4,0,23,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L --- 56,63 ---- // VS_VERSION_INFO VERSIONINFO ! FILEVERSION 4,0,24,0 ! PRODUCTVERSION 4,0,24,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L *************** *** 75,88 **** VALUE "Comments", "MUSHclient - a client program for playing MUD games\0" VALUE "CompanyName", "Gammon Software Solutions\0" VALUE "FileDescription", "MUSHclient\0" ! VALUE "FileVersion", "4.23\0" VALUE "InternalName", "MUSHCLIENT\0" VALUE "LegalCopyright", "Copyright © 2008 Gammon Software Solutions\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "MUSHCLIENT.EXE\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "MUSHclient\0" ! VALUE "ProductVersion", "4.23\0" VALUE "SpecialBuild", "\0" END END --- 75,88 ---- VALUE "Comments", "MUSHclient - a client program for playing MUD games\0" VALUE "CompanyName", "Gammon Software Solutions\0" VALUE "FileDescription", "MUSHclient\0" ! VALUE "FileVersion", "4.24\0" VALUE "InternalName", "MUSHCLIENT\0" VALUE "LegalCopyright", "Copyright © 2008 Gammon Software Solutions\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "MUSHCLIENT.EXE\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "MUSHclient\0" ! VALUE "ProductVersion", "4.24\0" VALUE "SpecialBuild", "\0" END END Index: doc.cpp =================================================================== RCS file: /cvs/mushclient/doc.cpp,v retrieving revision 1.221 retrieving revision 1.222 diff -c -r1.221 -r1.222 *** doc.cpp 10 Jan 2008 01:24:53 -0000 1.221 --- doc.cpp 29 Apr 2008 00:19:18 -0000 1.222 *************** *** 1740,1746 **** // IAC IAC is treated as a simple ÿ character and not a special character if (c == IAC && size > 1 && (unsigned char) p [1] == IAC) { ! // do nothing } else { --- 1740,1750 ---- // IAC IAC is treated as a simple ÿ character and not a special character if (c == IAC && size > 1 && (unsigned char) p [1] == IAC) { ! if (m_phase != NONE) ! { ! size--; // skip second IAC ! p++; ! } // end of some sort of negotiation or collection } else { Index: doc.h =================================================================== RCS file: /cvs/mushclient/doc.h,v retrieving revision 1.233 retrieving revision 1.234 diff -c -r1.233 -r1.234 *** doc.h 18 Mar 2008 06:02:13 -0000 1.233 --- doc.h 29 Apr 2008 00:19:18 -0000 1.234 *************** *** 21,28 **** // New versions - things to change ! #define THISVERSION 423 // Step 1. ! const CString MUSHCLIENT_VERSION = "4.23"; // Step 2. // Step 3. Don't forget VERSION resource in Resources tab // Step 4. Remember: README.TXT --- 21,28 ---- // New versions - things to change ! #define THISVERSION 424 // Step 1. ! const CString MUSHCLIENT_VERSION = "4.24"; // Step 2. // Step 3. Don't forget VERSION resource in Resources tab // Step 4. Remember: README.TXT Index: methods.cpp =================================================================== RCS file: /cvs/mushclient/methods.cpp,v retrieving revision 1.204 retrieving revision 1.205 diff -c -r1.204 -r1.205 *** methods.cpp 10 Jan 2008 01:24:53 -0000 1.204 --- methods.cpp 29 Apr 2008 00:19:18 -0000 1.205 *************** *** 611,617 **** trigger_item->ignore_case = (Flags & eIgnoreCase) != 0; trigger_item->bOmitFromOutput = (Flags & eOmitFromOutput) != 0; trigger_item->bKeepEvaluating = (Flags & eKeepEvaluating) != 0; ! trigger_item->omit_from_log = (Flags & eOmitFromOutput) != 0; trigger_item->bEnabled = (Flags & eEnabled) != 0; trigger_item->bRegexp = (Flags & eTriggerRegularExpression) != 0; trigger_item->bExpandVariables = (Flags & eExpandVariables) != 0; --- 611,617 ---- trigger_item->ignore_case = (Flags & eIgnoreCase) != 0; trigger_item->bOmitFromOutput = (Flags & eOmitFromOutput) != 0; trigger_item->bKeepEvaluating = (Flags & eKeepEvaluating) != 0; ! trigger_item->omit_from_log = (Flags & eOmitFromLog) != 0; trigger_item->bEnabled = (Flags & eEnabled) != 0; trigger_item->bRegexp = (Flags & eTriggerRegularExpression) != 0; trigger_item->bExpandVariables = (Flags & eExpandVariables) != 0; Index: mushclient.hlp =================================================================== RCS file: /cvs/mushclient/mushclient.hlp,v retrieving revision 1.90 diff -c -r1.90 mushclient.hlp Binary files /tmp/cvsj3onOX and mushclient.hlp differ Index: install/mushclient.nsi =================================================================== RCS file: /cvs/mushclient/install/mushclient.nsi,v retrieving revision 1.54 diff -c -r1.54 mushclient.nsi *** install/mushclient.nsi 21 Jul 2007 03:07:23 -0000 1.54 --- install/mushclient.nsi 29 Apr 2008 00:35:53 -0000 *************** *** 257,262 **** --- 257,264 ---- File "..\lua\var.lua" File "..\lua\wait.lua" File "..\lua\copytable.lua" + File "..\lua\strict.lua" + File "..\lua\commas.lua" ; Set output path to the scripts subdirectory. SetOutPath $INSTDIR\scripts *************** *** 379,384 **** --- 381,388 ---- Delete "$INSTDIR\lua\var.lua" Delete "$INSTDIR\lua\wait.lua" Delete "$INSTDIR\lua\copytable.lua" + Delete "$INSTDIR\lua\strict.lua" + Delete "$INSTDIR\lua\commas.lua" ; spell checker stuff Delete "$INSTDIR\spellchecker.lua" Index: install/readme.txt =================================================================== RCS file: /cvs/mushclient/install/readme.txt,v retrieving revision 1.162 retrieving revision 1.163 diff -c -r1.162 -r1.163 *** install/readme.txt 18 Mar 2008 06:02:24 -0000 1.162 --- install/readme.txt 29 Apr 2008 00:19:18 -0000 1.163 *************** *** 1,7 **** ! MUSHclient version 4.23 ======================= ! Tuesday, 18th March 2008 Author: Nick Gammon Web support: http://www.gammon.com.au/forum/ --- 1,7 ---- ! MUSHclient version 4.24 ======================= ! Tuesday, 29th April 2008 Author: Nick Gammon Web support: http://www.gammon.com.au/forum/