Update of /cvsroot/netrek/client/netrekxp/resources/docs
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25264/resources/docs
Modified Files:
changes.txt
Log Message:
Added in support for multiline macros using the NEWMACRO system with the
recipient being a conditional variable, i.e. %p, %z, etc. Prior to this
change, only single line macros could be sent using a conditional variable for
the recipient. Changes were made as follows:
struct.h: New variable (int multi) in struct macro_list.
defaults.c: Initialize multi to 0, set to 1 in the case of multiline macros
that are sent by mouse targetting.
input.c: Check for value of multi in the case of mouse targetted macros. If
multi is 1, continue reading in the rest of the macro. If not, break out of
loop per usual.
Index: changes.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- changes.txt 7 Aug 2006 08:04:05 -0000 1.80
+++ changes.txt 10 Aug 2006 10:00:52 -0000 1.81
@@ -1,4 +1,5 @@
Netrek XP 2006, Version 1.2:
+- added support for multiline macros sent using NEWMACRO variables (%p, %z,
etc)
- upped max number of lines in the message window scrollback buffer from 100
to 300
Netrek XP 2006, Version 1.1: (Released 26-Jun-2006)
_______________________________________________
netrek-cvs mailing list
[email protected]
http://mailman.us.netrek.org/mailman/listinfo/netrek-cvs