warzone2100/tools/masterserver
Giel van Schijndel 593c8fdb0a Lobby server: use Python's enumerate builtin to iterate over a sequence and its indices
- instead of looping over indices alone and using those indices later on to index into the sequence

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8145 4a71c877-e1ca-e34f-864e-861f7616d084
2009-09-28 22:21:07 +02:00
..
COPYING New masterserver by Gerard and Kamaze 2007-04-21 14:20:20 +00:00
game.py * Don't handle protocol specific encoding in wzmasterserver.py, instead deal with it in the Protocol classes in protocol.py 2009-05-09 23:29:55 +02:00
ircbot.py * Make the lobby host and version configurable 2009-05-06 20:52:18 +02:00
protocol.py Lobby server: use Python's enumerate builtin to iterate over a sequence and its indices 2009-09-28 22:21:07 +02:00
wzmasterserver.py Fix a typo: NotImlementedError -> NotImplementedError 2009-05-28 09:59:24 +02:00
wztest.py Lobby utility library: 2009-05-06 22:29:38 +02:00