[Warzone-commits] r4602 - /trunk/src/combat.c

2008-04-14 Thread Roman
Author: troman Date: Mon Apr 14 17:48:56 2008 New Revision: 4602 URL: http://svn.gna.org/viewcvs/warzone?rev=4602view=rev Log: -don't apply game difficulty setting during multiplayer games, since it can negatively affect syncing. Modified: trunk/src/combat.c

[Warzone-commits] r4604 - /trunk/src/init.c

2008-04-14 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 14 18:15:29 2008 New Revision: 4604 URL: http://svn.gna.org/viewcvs/warzone?rev=4604view=rev Log: Add the ability for auto-loading of mods Automatically load all mods found in: * mods/global/autoload in both campaign as well as multiplayer *

[Warzone-commits] r4603 - /trunk/src/init.c

2008-04-14 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 14 18:15:20 2008 New Revision: 4603 URL: http://svn.gna.org/viewcvs/warzone?rev=4603view=rev Log: Pass NULL to addSubdirs and removeSubdirs, not false (as the target type is a char* pointer) Modified: trunk/src/init.c

[Warzone-commits] r4605 - /branches/2.1/src/init.c

2008-04-14 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 14 18:29:21 2008 New Revision: 4605 URL: http://svn.gna.org/viewcvs/warzone?rev=4605view=rev Log: Backport r4602:4604 from trunk to the 2.1 branch: * Pass NULL to addSubdirs and removeSubdirs, not false (as the target type is a char* pointer) * Add the ability

[Warzone-commits] r4606 - /trunk/src/multiint.c

2008-04-14 Thread Roman
Author: troman Date: Mon Apr 14 19:25:49 2008 New Revision: 4606 URL: http://svn.gna.org/viewcvs/warzone?rev=4606view=rev Log: -make sure the last AI player doesn't get restored when a client joins an mp game Modified: trunk/src/multiint.c ___

[Warzone-commits] r4607 - /trunk/pkg/nsis/warzone2100.nsi

2008-04-14 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 14 19:41:30 2008 New Revision: 4607 URL: http://svn.gna.org/viewcvs/warzone?rev=4607view=rev Log: During uninstall (Windows - NSIS installer) also remove Aivolution Modified: trunk/pkg/nsis/warzone2100.nsi ___

[Warzone-commits] r4608 - /trunk/pkg/nsis/warzone2100.nsi

2008-04-14 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 14 20:33:31 2008 New Revision: 4608 URL: http://svn.gna.org/viewcvs/warzone?rev=4608view=rev Log: During installation (NSIS) provide the option to download and install the new music modpack Modified: trunk/pkg/nsis/warzone2100.nsi

[Warzone-commits] r4609 - /trunk/src/scriptcb.c

2008-04-14 Thread Roman
Author: troman Date: Mon Apr 14 21:19:16 2008 New Revision: 4609 URL: http://svn.gna.org/viewcvs/warzone?rev=4609view=rev Log: -make sure AI receives gifted droids, this fixes bug #11442. Modified: trunk/src/scriptcb.c ___ Warzone-commits mailing

[Warzone-commits] r4612 - /trunk/pkg/nsis/warzone2100.nsi

2008-04-14 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 14 21:23:06 2008 New Revision: 4612 URL: http://svn.gna.org/viewcvs/warzone?rev=4612view=rev Log: Use correct filenames for the music modpack Modified: trunk/pkg/nsis/warzone2100.nsi ___ Warzone-commits mailing

[Warzone-commits] r4613 - /trunk/pkg/nsis/warzone2100.nsi

2008-04-14 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 14 21:28:57 2008 New Revision: 4613 URL: http://svn.gna.org/viewcvs/warzone?rev=4613view=rev Log: Lets not bother users by telling users the download failed because it was succesfull (no, that's not fuzzy logic, it isn't logic at all) Modified:

[Warzone-commits] r4614 - /trunk/lib/script/stack.h

2008-04-14 Thread Roman
Author: troman Date: Mon Apr 14 22:12:27 2008 New Revision: 4614 URL: http://svn.gna.org/viewcvs/warzone?rev=4614view=rev Log: Allow a script to have more than strings at a time. Modified: trunk/lib/script/stack.h ___ Warzone-commits mailing list

[Warzone-commits] r4615 - /trunk/lib/framework/wzglobal.h

2008-04-14 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 14 23:39:14 2008 New Revision: 4615 URL: http://svn.gna.org/viewcvs/warzone?rev=4615view=rev Log: restrict is not a keyword to C++, so don't use it when compiling as C++ Modified: trunk/lib/framework/wzglobal.h ___

[Warzone-commits] r4617 - in /trunk: ABOUT-NLS INSTALL

2008-04-14 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 15 00:56:20 2008 New Revision: 4617 URL: http://svn.gna.org/viewcvs/warzone?rev=4617view=rev Log: Merge r4019 from the 2.1 branch into trunk: Remove ABOUT-NLS and INSTALL ABOUT-NLS contained unrelated information about the gettext project and INSTALL was just the

[Warzone-commits] r4618 - /trunk/COMPILE

2008-04-14 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 15 00:58:49 2008 New Revision: 4618 URL: http://svn.gna.org/viewcvs/warzone?rev=4618view=rev Log: Merge r4112 from the 2.1 branch into trunk: * Fix mistakes noted on the forums Modified: trunk/COMPILE ___

[Warzone-commits] r4619 - /branches/2.1/Doxyfile

2008-04-14 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 15 01:00:33 2008 New Revision: 4619 URL: http://svn.gna.org/viewcvs/warzone?rev=4619view=rev Log: Merge r4059 from trunk into the 2.1 branch: Don't include lib/sqlite3 in the Doxygen generated documentation (as we can just use the SQLite documentation for that)

[Warzone-commits] r4620 - in /branches/2.1: data/images/ data/mods/global/grim/wrf/ data/mp/wrf/ data/wrf/ src/

2008-04-14 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 15 01:08:14 2008 New Revision: 4620 URL: http://svn.gna.org/viewcvs/warzone?rev=4620view=rev Log: Merge r4045 from trunk into the 2.1 branch: frend - frontend (makes mods which add files to the WRF incompatible!) Added: branches/2.1/data/images/frontend.img

[Warzone-commits] r4621 - /branches/2.1/data/images/frontend.img

2008-04-14 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 15 01:12:24 2008 New Revision: 4621 URL: http://svn.gna.org/viewcvs/warzone?rev=4621view=rev Log: Merge r4034 from trunk into the 2.1 branch: * Hopefully fix the size of the logo in frend.img Modified: branches/2.1/data/images/frontend.img

[Warzone-commits] r4622 - /branches/2.1/data/images/frontend.img

2008-04-14 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 15 01:13:08 2008 New Revision: 4622 URL: http://svn.gna.org/viewcvs/warzone?rev=4622view=rev Log: Oops made a type on r4621 Modified: branches/2.1/data/images/frontend.img ___ Warzone-commits mailing list

[Warzone-commits] r4623 - in /trunk: lib/exceptionhandler/ src/

2008-04-14 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 15 01:17:51 2008 New Revision: 4623 URL: http://svn.gna.org/viewcvs/warzone?rev=4623view=rev Log: Use a more unified system for the default info in exception reports (i.e. the same code for the Windows GDB on GNU/Linux handlers) Added: