[Warzone-commits] r5572 - /trunk/lib/betawidget/widget.h

2008-07-18 Thread Freddie Witherden
Author: evilguru Date: Fri Jul 18 14:10:47 2008 New Revision: 5572 URL: http://svn.gna.org/viewcvs/warzone?rev=5572view=rev Log: Prototype and document widgetAddTimerEventHandler. Modified: trunk/lib/betawidget/widget.h ___ Warzone-commits

[Warzone-commits] r5573 - /trunk/lib/widget/form.c

2008-07-18 Thread Giel van Schijndel
Author: muggenhor Date: Fri Jul 18 17:17:29 2008 New Revision: 5573 URL: http://svn.gna.org/viewcvs/warzone?rev=5573view=rev Log: * Move duplicated code to fetch a tabbed widget form by ID to a function of its own: widgGetTabbedFormById * In widgSetTabs depend on functions widgGetNumTabMajor

[Warzone-commits] r5574 - in /branches/2.1: ./ lib/widget/form.c lib/widget/widget.h src/hci.c src/structure.c

2008-07-18 Thread Giel van Schijndel
Author: muggenhor Date: Fri Jul 18 17:37:33 2008 New Revision: 5574 URL: http://svn.gna.org/viewcvs/warzone?rev=5574view=rev Log: Merged revisions r4998, r5021 and r5573 into the 2.1 branch via svnmerge from trunk * This fixes bug #12036, which was already fixed in trunk, but not yet

[Warzone-commits] r5575 - in /branches/2.1: ./ lib/exceptionhandler/ lib/framework/ lib/gamelib/ lib/ivis_common/ lib/ivis_opengl/ lib/netplay/ lib/script/ lib/widget/ src/

2008-07-18 Thread Giel van Schijndel
Author: muggenhor Date: Fri Jul 18 23:51:03 2008 New Revision: 5575 URL: http://svn.gna.org/viewcvs/warzone?rev=5575view=rev Log: Merged revisions r5176, r5183 and r5239 into the 2.1 branch via svnmerge from trunk r5176 | muggenhor | 2008-05-25 15:46:49 +0200 (zo, 25 mei 2008) | 2

[Warzone-commits] r5581 - in /trunk/lib: exceptionhandler/dumpinfo.cpp exceptionhandler/dumpinfo.h exceptionhandler/exceptionhandler.c exceptionhandler/exchndl.c framework/debug.c framework/debug.h

2008-07-18 Thread Giel van Schijndel
Author: muggenhor Date: Sat Jul 19 03:08:07 2008 New Revision: 5581 URL: http://svn.gna.org/viewcvs/warzone?rev=5581view=rev Log: * Remove the dumpLog function and associated code from debug.c * Add a new function dbgDumpLog to dumpinfo.cpp for dumping the last debug messages * Add a debug

[Warzone-commits] r5580 - /trunk/lib/framework/debug.c

2008-07-18 Thread Giel van Schijndel
Author: muggenhor Date: Sat Jul 19 01:13:49 2008 New Revision: 5580 URL: http://svn.gna.org/viewcvs/warzone?rev=5580view=rev Log: Move duplicated code, for printing to ''all'' debug output callbacks, to a function of its own. Modified: trunk/lib/framework/debug.c

[Warzone-commits] r5579 - in /trunk/lib/framework: debug.c strlfuncs.h

2008-07-18 Thread Giel van Schijndel
Author: muggenhor Date: Sat Jul 19 00:47:28 2008 New Revision: 5579 URL: http://svn.gna.org/viewcvs/warzone?rev=5579view=rev Log: * Add a new statically-sized string macro vssprintf, which allows printing to statically sized strings just like ssprintf, with as difference that this macro

[Warzone-commits] r5582 - /trunk/src/basedef.h

2008-07-18 Thread Giel van Schijndel
Author: muggenhor Date: Sat Jul 19 03:23:16 2008 New Revision: 5582 URL: http://svn.gna.org/viewcvs/warzone?rev=5582view=rev Log: Add some more informative debug messages to the ASSERTs of CHECK_OBJECT Modified: trunk/src/basedef.h ___

[Warzone-commits] r5578 - in /trunk/lib/betawidget: widget.c widget.h

2008-07-18 Thread Freddie Witherden
Author: evilguru Date: Sat Jul 19 00:21:54 2008 New Revision: 5578 URL: http://svn.gna.org/viewcvs/warzone?rev=5578view=rev Log: Switch to an OpenGL compositing mode; some clean-up still required. Modified: trunk/lib/betawidget/widget.c trunk/lib/betawidget/widget.h

[Warzone-commits] r5577 - in /branches/2.1: ./ lib/exceptionhandler/dumpinfo.cpp lib/exceptionhandler/dumpinfo.h lib/exceptionhandler/exceptionhandler.c lib/exceptionhandler/exceptionhandler.h src/mai

2008-07-18 Thread Giel van Schijndel
Author: muggenhor Date: Sat Jul 19 00:16:20 2008 New Revision: 5577 URL: http://svn.gna.org/viewcvs/warzone?rev=5577view=rev Log: Merged revisions r5352, r5387 and r5535:5536 into the 2.1 branch via svnmerge from trunk r5352 | muggenhor | 2008-07-01 22:40:40 +0200 (di, 01 jul 2008) |