Update of /cvsroot/openrpg/openrpg1/orpg/networking
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32600/orpg/networking
Modified Files:
mplay_groups.py mplay_messaging.py mplay_server.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: mplay_messaging.py
===================================================================
RCS file: /cvsroot/openrpg/openrpg1/orpg/networking/mplay_messaging.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mplay_messaging.py 12 Nov 2006 00:10:38 -0000 1.4
--- mplay_messaging.py 6 May 2007 16:42:59 -0000 1.5
***************
*** 505,507 ****
if __name__ == "__main__":
test = messenger(None)
! print test.build_message('hello', "This is a test message", attrib1="hello world", attrib2="hello world2", attrib3="hello world3")
\ No newline at end of file
--- 505,507 ----
if __name__ == "__main__":
test = messenger(None)
! print test.build_message('hello', "This is a test message", attrib1="hello world", attrib2="hello world2", attrib3="hello world3")
Index: mplay_server.py
===================================================================
RCS file: /cvsroot/openrpg/openrpg1/orpg/networking/mplay_server.py,v
retrieving revision 1.145
retrieving revision 1.146
diff -C2 -d -r1.145 -r1.146
*** mplay_server.py 29 Apr 2007 17:09:25 -0000 1.145
--- mplay_server.py 6 May 2007 16:42:59 -0000 1.146
***************
*** 2841,2843 ****
self.log_msg(str(e))
self.p_lock.release()
! return pl
\ No newline at end of file
--- 2841,2843 ----
self.log_msg(str(e))
self.p_lock.release()
! return pl
Index: mplay_groups.py
===================================================================
RCS file: /cvsroot/openrpg/openrpg1/orpg/networking/mplay_groups.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mplay_groups.py 18 Oct 2006 22:21:25 -0000 1.1
--- mplay_groups.py 6 May 2007 16:42:59 -0000 1.2
***************
*** 79,81 ****
xml_data += "\" players=\"" + str(self.get_num_players())
xml_data += "\" action=\"" + act + "\" />"
! return xml_data
\ No newline at end of file
--- 79,81 ----
xml_data += "\" players=\"" + str(self.get_num_players())
xml_data += "\" action=\"" + act + "\" />"
! return xml_data
|