Update of /cvsroot/netrek/client/cow In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27442 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/netrek/client/cow/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- ChangeLog 20 May 2006 08:48:16 -0000 1.31 +++ ChangeLog 22 May 2006 13:10:45 -0000 1.32 @@ -1,9 +1,51 @@ -Sat May 20 18:48:13 2006 James Cameron <quozl at us.netrek.org> +Mon May 22 23:06:52 2006 James Cameron <quozl at us.netrek.org> - * cowmain.c, feature.c, socket.c: fix some valgrind reports of use - of uninitialised data, possible sources of random information - leakage in packets sent to server in situations where auto (stack) - variables for packets may not be initialised. + * x11window.c: add video mode change support, switches to 1024x768 + if it is available, and switches back to previous mode on exit. + + * system.mk.in: add libXxf86vm. + +Mon May 22 22:59:54 2006 James Cameron <quozl at us.netrek.org> + + * x11window.c, x11window.h: fix all compilation warnings. + + * defaults.h, smessage.h, defaults.h, x11sprite.h: add prototypes. + + * Wlib.h: change set handlers to void return. + +Mon May 22 22:59:54 2006 James Cameron <quozl at us.netrek.org> + + * camera.c, camera.h: add frame counter and per frame file names, + defer imlib2 initialisation to first use in an attempt to find + segfaults. + + * input.c, playback.c: during playback, 's' toggles per frame + camera snapshots. During game, 'C' takes a snapshot. + +Mon May 22 22:59:06 2006 James Cameron <quozl at us.netrek.org> + + * ping.c, short.c, socket.c: initialise some more packet buffers + before sending, to fix valgrind reports. + +Mon May 22 22:59:06 2006 James Cameron <quozl at us.netrek.org> + + * data.c: change default to LABs dashboard, while it isn't well + liked by the experienced players it is well liked by newbies, and + it's newbies who count. + + * playerlist.c: change default to sorted player list. Same + reasoning as above. + +Mon May 22 22:58:43 2006 James Cameron <quozl at us.netrek.org> + + * configure.in: enable XPM in build. + +Sat May 20 19:22:35 2006 James Cameron <quozl at us.netrek.org> + + * cowmain.c, feature.c, socket.c, ping.c, short.c: fix some + valgrind reports of use of uninitialised data, possible sources of + random information leakage in packets sent to server in situations + where auto (stack) variables for packets may not be initialised. Sat May 20 18:10:01 2006 James Cameron <quozl at us.netrek.org>