warzone2100/tools/masterserver
Giel van Schijndel 57aefa7a85 * Use unpack_from, instead of unpack, if multiple items are contained in the same buffer
* Use xrange() instead of range() when looping over its items
  - xrange() is faster and more lightweight as iterable

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@7198 4a71c877-e1ca-e34f-864e-861f7616d084
2009-04-27 21:30:40 +02:00
..
COPYING New masterserver by Gerard and Kamaze 2007-04-21 14:20:20 +00:00
client.py Move the IRC bot to the same directory as the lobby server 2009-04-22 13:18:35 +02:00
game.py Move the Game, Protocol classes to files of their own (to allow them to be reused by the IRC bot, instead of duplicating code) 2009-04-22 16:03:19 +02:00
ircbot.py Move the IRC bot to the same directory as the lobby server 2009-04-22 13:18:35 +02:00
protocol.py * Use unpack_from, instead of unpack, if multiple items are contained in the same buffer 2009-04-27 21:30:40 +02:00
wzmasterserver.py Move the Game, Protocol classes to files of their own (to allow them to be reused by the IRC bot, instead of duplicating code) 2009-04-22 16:03:19 +02:00
wztest.py Remove trailing whitespace 2009-04-20 15:31:22 +02:00