From: Digital X. <dig...@us...> - 2007-05-06 16:43:07
|
Update of /cvsroot/openrpg/openrpg1/plugins In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32600/plugins Modified Files: inittool.xml inittool2.xml inittool2_player.xml quotebox.xml xxsimpleinit.py xxurl2link.py Log Message: Reconvert every file to unix line ending. This is the 3rd time I have done this, and no clue why they get switched back Index: inittool2_player.xml =================================================================== RCS file: /cvsroot/openrpg/openrpg1/plugins/inittool2_player.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** inittool2_player.xml 30 Mar 2007 19:18:04 -0000 1.2 --- inittool2_player.xml 6 May 2007 16:43:03 -0000 1.3 *************** *** 64,66 **** Astral Veggiesama [5d6.init(5)] init 2</text> </nodehandler> ! </nodehandler> \ No newline at end of file --- 64,66 ---- Astral Veggiesama [5d6.init(5)] init 2</text> </nodehandler> ! </nodehandler> Index: xxsimpleinit.py =================================================================== RCS file: /cvsroot/openrpg/openrpg1/plugins/xxsimpleinit.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** xxsimpleinit.py 14 Apr 2007 22:34:16 -0000 1.7 --- xxsimpleinit.py 6 May 2007 16:43:03 -0000 1.8 *************** *** 808,810 **** def onCancel(self, evt): ! self.Close() \ No newline at end of file --- 808,810 ---- def onCancel(self, evt): ! self.Close() Index: inittool2.xml =================================================================== RCS file: /cvsroot/openrpg/openrpg1/plugins/inittool2.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** inittool2.xml 30 Mar 2007 19:18:04 -0000 1.3 --- inittool2.xml 6 May 2007 16:43:03 -0000 1.4 *************** *** 383,387 **** /initload (slot_#) - will load the initiative list previously saved on the given slot. Default is to load slot #1. ! /initautosave 300 - will auto save the current initiative list every 300 seconds on the special autosaving slot. --- 383,387 ---- /initload (slot_#) - will load the initiative list previously saved on the given slot. Default is to load slot #1. ! /initautosave 300 - will auto save the current initiative list every 300 seconds on the special autosaving slot. *************** *** 465,475 **** Hussar ! Playtesting slyfax ! Explanations for RuneQuest support and playtesting Zalarian ! Bugfix with ending effects --- 465,475 ---- Hussar ! Playtesting slyfax ! Explanations for RuneQuest support and playtesting Zalarian ! Bugfix with ending effects *************** *** 494,496 **** </nodehandler> </nodehandler> ! </nodehandler> \ No newline at end of file --- 494,496 ---- </nodehandler> </nodehandler> ! </nodehandler> Index: inittool.xml =================================================================== RCS file: /cvsroot/openrpg/openrpg1/plugins/inittool.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** inittool.xml 18 Oct 2006 21:50:21 -0000 1.5 --- inittool.xml 6 May 2007 16:43:03 -0000 1.6 *************** *** 121,123 **** </list> </nodehandler> ! </nodehandler> \ No newline at end of file --- 121,123 ---- </list> </nodehandler> ! </nodehandler> Index: quotebox.xml =================================================================== RCS file: /cvsroot/openrpg/openrpg1/plugins/quotebox.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** quotebox.xml 19 Feb 2007 04:21:28 -0000 1.1 --- quotebox.xml 6 May 2007 16:43:03 -0000 1.2 *************** *** 57,59 **** To change your QuoteBox's font color, size, etc., look in Settings under this node of your gametree.</text> </nodehandler> ! </nodehandler> \ No newline at end of file --- 57,59 ---- To change your QuoteBox's font color, size, etc., look in Settings under this node of your gametree.</text> </nodehandler> ! </nodehandler> Index: xxurl2link.py =================================================================== RCS file: /cvsroot/openrpg/openrpg1/plugins/xxurl2link.py,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** xxurl2link.py 17 Nov 2006 19:02:21 -0000 1.19 --- xxurl2link.py 6 May 2007 16:43:03 -0000 1.20 *************** *** 50,52 **** return '<a href="' + m.group(1).lower() + link + '">' + m.group(0) + '</a>' else: ! return '<a href="http://' + link + '">' + link + '</a>' \ No newline at end of file --- 50,52 ---- return '<a href="' + m.group(1).lower() + link + '">' + m.group(0) + '</a>' else: ! return '<a href="http://' + link + '">' + link + '</a>' |