http://www.theperlguru.com/crossfire/GT ... 041224.zip http://www.theperlguru.com/crossfire/GT ... 041224.zip
MD5 sums are
d462d6620ccc3a36a95f08744e9df4f6 *GTKClient-20041224.zip
879b817807cf335a457058ed2a4f5281 *GTKClient-src-20041224.zip
The client file contains just the excecutable, it needs to be unzipped into the directory where you have the client installed.
CVS snapshot build of Windows client 20041224
Moderator: Board moderators
common/script.c: add 'signal.h' header, needed for NetBSD.
gtk/keys.c: fix buffer overflow when binding a very long command.
This fixes bug #1085729.
gtk/win32/config.h: fix S_ISDIR macro, even if not used.
Ryo 2004-12-21
gtk/win32/config.h: Add parentheses around arguments of sleep and usleep
macros.
Andreas Kirschbaum 2004-09-19
common/script.c: warn when script start failure (Linux), patch courtesy Kevin Rudat.
Check there actually is a parameter to 'script', else that'd crash nicely.
Ryo 2004-08-16
gnome/gnome.c, gtk/gx11.c: Fix improper access to history buffer variable.
Andreas Kirschbaum 2004-05-24
gtk/gx11.c: Comment out printing of size when we receive config event.
gtk/image.c: Remove some superfluos LIL_ENDIAN code that would never
be used because it was already in an #ifdef LIL_ENDIAN/#else block.
Fix up freeing of data - need to free the pixel info before freeing
the surface, don't free the fog pixels since SDL will do that for us.
MSW 2004-05-15
gtk/image.c: Patch from bug list to fix compilation on big endian
machines.
MSW 2004-05-11
gtk/gx11.c: Fix configure_event() to only allocate new data structures if
the size of the map area has in fact change. This fixes a major memory
leak, as it seems gtk erroneously generates configure events.
gtk/map.c: Clean out some commented out code, clean up the formatting of the
draw_map function - no actual code change.
MSW 2004-05-08
gtk/keys.c: fix buffer overflow when binding a very long command.
This fixes bug #1085729.
gtk/win32/config.h: fix S_ISDIR macro, even if not used.
Ryo 2004-12-21
gtk/win32/config.h: Add parentheses around arguments of sleep and usleep
macros.
Andreas Kirschbaum 2004-09-19
common/script.c: warn when script start failure (Linux), patch courtesy Kevin Rudat.
Check there actually is a parameter to 'script', else that'd crash nicely.
Ryo 2004-08-16
gnome/gnome.c, gtk/gx11.c: Fix improper access to history buffer variable.
Andreas Kirschbaum 2004-05-24
gtk/gx11.c: Comment out printing of size when we receive config event.
gtk/image.c: Remove some superfluos LIL_ENDIAN code that would never
be used because it was already in an #ifdef LIL_ENDIAN/#else block.
Fix up freeing of data - need to free the pixel info before freeing
the surface, don't free the fog pixels since SDL will do that for us.
MSW 2004-05-15
gtk/image.c: Patch from bug list to fix compilation on big endian
machines.
MSW 2004-05-11
gtk/gx11.c: Fix configure_event() to only allocate new data structures if
the size of the map area has in fact change. This fixes a major memory
leak, as it seems gtk erroneously generates configure events.
gtk/map.c: Clean out some commented out code, clean up the formatting of the
draw_map function - no actual code change.
MSW 2004-05-08
Re: CVS snapshot build of Windows client 20041224
You could have made a self-installing executable as i do 
I'll try to make another release some time soon ^_-

I'll try to make another release some time soon ^_-
Re: CVS snapshot build of Windows client 20041224
Sorry... but I have not compiled it myself, it was Somebody. I don't have VS installed to do it under Windows, which means (due to Linux taking a particular dislike to my modem) during the holidays I can't compile my working client myself.Ryo wrote:You could have made a self-installing executable as i do