Go to file
Giel van Schijndel 0b1a35cd39 IRC lobby bot: improve production of game list
* Make sure to loop over all games only once instead of copying them
  - This might prevent a race condition
  - It definitly cleans up that piece of code
 * Make sure to list the Warzone version as well in game listings
 * Only show 2.2 games (instead of 2.1 games)
 * Bump the bot's version number from 0.0.1 to 0.0.2
 * Change 'Warzone Resurrection Project' to 'Warzone 2100 Project'

Original patch written by Buginator, rewritten by myself to be 'Pythonic'

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8653 4a71c877-e1ca-e34f-864e-861f7616d084
2010-01-30 17:12:54 +01:00
build_tools Get rid of the code-generators that was used for the SQL stuff. 2009-11-22 20:11:00 +01:00
data AI scripts: Fix parentheses in some expressions where canDroidReach was added. 2010-01-30 17:12:52 +01:00
doc Update changelog / docs 2009-06-01 21:19:54 +02:00
icons Add 256x256 icon. 2009-09-27 19:06:25 +02:00
lib Don't add UPnP redirects in single player skirmish. 2010-01-30 17:12:53 +01:00
m4 Bump copyright 2009-02-10 18:01:48 +00:00
macosx Make Warzone compile and run successfully on Mac OS X again. 2009-11-22 16:20:06 +01:00
makerules Use winsock 2 on all build systems (not just autohell like in r7284) 2009-05-06 22:29:37 +02:00
pkg - Windows installer project has been updated to the 2.3 state. 2009-11-28 19:34:12 +01:00
po Update translations 2010-01-30 17:12:51 +01:00
src [Having problems committing, so I'm seeing if I can commit this one file at a time] Continue fixing bug #1170: compile warning. 2010-01-30 17:12:53 +01:00
tests Fix tests/Makefile.am for out-of-tree builds. 2009-11-22 16:19:56 +01:00
tools IRC lobby bot: improve production of game list 2010-01-30 17:12:54 +01:00
win32 - Added vc2k8 solution which uses new Warzone2100.vs2k8.vcproj. Lib projects are common between the vc2k8 and vc2k5. vc2k8 (and up) people should you it instead of Warzone2100.sln. Also check for the new devpkg on msvc wiki. 2009-11-22 16:19:52 +01:00
.gitignore Update .gitignore with cscope and vim temp files. 2009-11-28 19:34:15 +01:00
AUTHORS Add Thomas Barlow's (Mysteryem's) real name to the AUTHORS file. 2009-11-22 16:19:58 +01:00
COMPILE Replace SDL-net by using BSD sockets instead 2009-05-06 22:29:35 +02:00
COPYING Create final repository structure. 2007-06-28 17:47:08 +00:00
COPYING.NONGPL Add miniupnp to COPYING.NONGPL. 2009-11-22 16:20:03 +01:00
COPYING.README Warzone 2100, I have the honour to release you from any license unclarities. 2008-06-11 16:38:04 +00:00
ChangeLog Update changelog / docs 2009-06-01 21:19:54 +02:00
Doxyfile Exclude config-macosx.h and exceptionhandler/include/* from the Doxygen documentation 2008-11-16 16:28:06 +00:00
Makefile.am Fix missing files in makefiles so that 'make dist' can be run again. 2009-03-07 18:09:58 +00:00
autogen.sh Move the version checks for pkg-config, xgettext and msgfmt out of autogen.sh and into configure.ac 2008-09-28 17:35:56 +00:00
autorevision.conf * In revision information extraction class RevSVNVersionQuery (uses "svnversion"), ignore its output if the word "exported" is encountered (that way compiling from an exported working copy is possible also) 2007-11-05 18:43:30 +00:00
config.rpath Port r3878 and r3879 from trunk/ 2008-03-01 13:04:16 +00:00
configure.ac Change DATADIR to WZ_DATADIR to prevent conflicts with windows system header files. 2009-11-28 19:34:14 +01:00
makefile.win32 Rename "raw" Makefiles to "win32" Makefiles 2008-07-06 14:29:04 +00:00
warzone2100.cbp Use winsock 2 on all build systems (not just autohell like in r7284) 2009-05-06 22:29:37 +02:00