[Warzone-commits] r2584 - /trunk/TODO

2007-10-22 Thread Giel van Schijndel
Author: muggenhor Date: Mon Oct 22 13:08:49 2007 New Revision: 2584 URL: http://svn.gna.org/viewcvs/warzone?rev=2584&view=rev Log: * Set svn:eol-style to native * Set svn:mime-type to text/x-rst to get Wiki-like markup in Python-powered viewers * Make the TODO file be valid reStructured Text

[Warzone-commits] r2585 - in /branches/sound: ./ build_tools/ build_tools/autorevision/ data/ data/mods/ data/mods/global/ data/mods/global/aivolution/ data/mods/global/aivolution/multiplay/ data/mods

2007-10-22 Thread Giel van Schijndel
Author: muggenhor Date: Mon Oct 22 16:48:32 2007 New Revision: 2585 URL: http://svn.gna.org/viewcvs/warzone?rev=2585&view=rev Log: * Merge r2347:2584 from trunk into sound branch Added: branches/sound/ABOUT-NLS - copied unchanged from r2584, trunk/ABOUT-NLS branches/sound/AUTHORS

[Warzone-commits] r2586 - in /trunk: data/testdata/ data/testdata/tagfile_basic.def data/testdata/tagfile_map.def data/testdata/tagfile_virtual.def lib/framework/Makefile.am lib/framework/Makefile.raw

2007-10-22 Thread Per I. Mathisen
Author: per Date: Mon Oct 22 20:40:34 2007 New Revision: 2586 URL: http://svn.gna.org/viewcvs/warzone?rev=2586&view=rev Log: Add the tagfile framework that we will use for our new savegame format, and related unit tests. First sketch of new defined savegame format in tagfile_map.def. Added:

[Warzone-commits] r2587 - in /trunk/lib/framework: tagfile.c tagfile.h

2007-10-22 Thread Per I. Mathisen
Author: per Date: Mon Oct 22 21:33:47 2007 New Revision: 2587 URL: http://svn.gna.org/viewcvs/warzone?rev=2587&view=rev Log: Fix some mistakes and remove debug printfs from tagfile code. Modified: trunk/lib/framework/tagfile.c trunk/lib/framework/tagfile.h __

[Warzone-commits] r2588 - /trunk/warzone2100.cbp

2007-10-22 Thread Giel van Schijndel
Author: muggenhor Date: Mon Oct 22 22:07:39 2007 New Revision: 2588 URL: http://svn.gna.org/viewcvs/warzone?rev=2588&view=rev Log: * Add lib/framework/tagfile.[ch] to Code::Blocks projectfile Modified: trunk/warzone2100.cbp ___ Warzone-commits ma

[Warzone-commits] r2589 - /trunk/lib/framework/tagfile.c

2007-10-22 Thread Per I. Mathisen
Author: per Date: Mon Oct 22 22:09:55 2007 New Revision: 2589 URL: http://svn.gna.org/viewcvs/warzone?rev=2589&view=rev Log: Silence asserts going off on working separator tags in tagfile code. Modified: trunk/lib/framework/tagfile.c ___ Warzone-c

[Warzone-commits] r2590 - /trunk/src/levels.c

2007-10-22 Thread Per I. Mathisen
Author: per Date: Mon Oct 22 22:10:42 2007 New Revision: 2590 URL: http://svn.gna.org/viewcvs/warzone?rev=2590&view=rev Log: No longer any need to call iV_Reset() every time a MP game is load to avoid a crash bug in the old font code. Modified: trunk/src/levels.c ___

[Warzone-commits] r2591 - in /tags: 2.0.4_rc1/ 2.0.4_rc1/configure.ac 2.0.4_rc2/ 2.0.4_rc2/configure.ac

2007-10-22 Thread Giel van Schijndel
Author: muggenhor Date: Mon Oct 22 22:21:38 2007 New Revision: 2591 URL: http://svn.gna.org/viewcvs/warzone?rev=2591&view=rev Log: * Discovered that 2.0.4 had two release candidates (@ http://download.gna.org/warzone/releases/2.0/ ) * Tracked them back to r547 and r580 respectively; so tag the

[Warzone-commits] r2592 - in /trunk: lib/framework/debug.h po/da.po po/de.po po/la.po po/nb.po po/nl.po

2007-10-22 Thread Dennis Schridde
Author: devurandom Date: Mon Oct 22 22:53:27 2007 New Revision: 2592 URL: http://svn.gna.org/viewcvs/warzone?rev=2592&view=rev Log: Found a version of the STATIC_ASSERT which also works in global scope. Modified: trunk/lib/framework/debug.h trunk/po/da.po trunk/po/de.po trunk/po/l

[Warzone-commits] r2593 - in /trunk: lib/ivis_opengl/ivi.c src/init.c

2007-10-22 Thread Giel van Schijndel
Author: muggenhor Date: Tue Oct 23 00:51:44 2007 New Revision: 2593 URL: http://svn.gna.org/viewcvs/warzone?rev=2593&view=rev Log: * Don't (re)initialize the text render module upon calling iV_Reset() anymore * Remove iV_Reset() call from src/levels.c which is there only to prevent a crash caus

[Warzone-commits] r2594 - in /branches/sound/src: action.c hci.c keyedit.c loadsave.c main.c message.c multistruct.c order.c stats.c

2007-10-22 Thread Giel van Schijndel
Author: muggenhor Date: Tue Oct 23 01:00:25 2007 New Revision: 2594 URL: http://svn.gna.org/viewcvs/warzone?rev=2594&view=rev Log: * Finish the merge of r2347:2584 from trunk into sound branch Modified: branches/sound/src/action.c branches/sound/src/hci.c branches/sound/src/keyedit.c