[Warzone-commits] r6053 - /trunk/src/multisync.c

2008-09-20 Thread Freddie Witherden
Author: evilguru Date: Sat Sep 20 12:37:04 2008 New Revision: 6053 URL: http://svn.gna.org/viewcvs/warzone?rev=6053view=rev Log: Simplify the droid-onscreen check in multisync.c. Modified: trunk/src/multisync.c ___ Warzone-commits mailing list

[Warzone-commits] r6055 - in /trunk/src: seqdisp.c seqdisp.h

2008-09-20 Thread Giel van Schijndel
Author: muggenhor Date: Sat Sep 20 16:17:06 2008 New Revision: 6055 URL: http://svn.gna.org/viewcvs/warzone?rev=6055view=rev Log: Proper constness Modified: trunk/src/seqdisp.c trunk/src/seqdisp.h ___ Warzone-commits mailing list

[Warzone-commits] r6057 - /trunk/src/seqdisp.c

2008-09-20 Thread Giel van Schijndel
Author: muggenhor Date: Sat Sep 20 17:17:01 2008 New Revision: 6057 URL: http://svn.gna.org/viewcvs/warzone?rev=6057view=rev Log: * Use sstrcpy and ssprintf instead of strcpy and snprintf respectively * Use ssprintf's return value to determine whether string truncation has occurred rather than

[Warzone-commits] r6058 - in /trunk: ./ lib/sequence/ src/ win32/

2008-09-20 Thread Giel van Schijndel
Author: muggenhor Date: Sat Sep 20 17:52:01 2008 New Revision: 6058 URL: http://svn.gna.org/viewcvs/warzone?rev=6058view=rev Log: Initial FMV support patch: http://developer.wz2100.net/attachment/ticket/64/FMV5c.patch Added: trunk/lib/sequence/ogg.c trunk/lib/sequence/ogg.h

[Warzone-commits] r6062 - in /trunk/lib/framework: frame.c frame.h

2008-09-20 Thread Giel van Schijndel
Author: muggenhor Date: Sun Sep 21 01:24:17 2008 New Revision: 6062 URL: http://svn.gna.org/viewcvs/warzone?rev=6062view=rev Log: Add a gettimeofday() implementation for Windows Epoch and hint to use GetSystemTimeAsFileTime taken from:

[Warzone-commits] r6063 - /trunk/lib/framework/frame.h

2008-09-20 Thread Giel van Schijndel
Author: muggenhor Date: Sun Sep 21 01:42:48 2008 New Revision: 6063 URL: http://svn.gna.org/viewcvs/warzone?rev=6063view=rev Log: * Fully define struct timeval (not just forward declare) * Forward declare struct timezone Modified: trunk/lib/framework/frame.h