CVS snapshot build of Windows client 20041224

Speak about everything in regards to Crossfire.

Moderator: Board moderators

Post Reply
Casper
Senior member
Posts: 288
Joined: Fri Aug 06, 2004 7:17 pm
Location: UK/Ukraine

CVS snapshot build of Windows client 20041224

Post by Casper »

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.
Leaf
Forum Aficionado
Posts: 1994
Joined: Tue Apr 29, 2003 5:55 pm
Location: Minnesota, USA
Contact:

Post by Leaf »

Is a changelog included with the download? :)

What's new?
Any bugs or known issues closed or resolved?
Any new features?
Casper
Senior member
Posts: 288
Joined: Fri Aug 06, 2004 7:17 pm
Location: UK/Ukraine

Post by Casper »

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
Ryo
Forum Fanatic
Posts: 752
Joined: Mon May 19, 2003 9:16 pm
Location: Paris, France

Re: CVS snapshot build of Windows client 20041224

Post by Ryo »

You could have made a self-installing executable as i do :)

I'll try to make another release some time soon ^_-
Casper
Senior member
Posts: 288
Joined: Fri Aug 06, 2004 7:17 pm
Location: UK/Ukraine

Re: CVS snapshot build of Windows client 20041224

Post by Casper »

Ryo wrote:You could have made a self-installing executable as i do :)
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
Forum Fanatic
Posts: 752
Joined: Mon May 19, 2003 9:16 pm
Location: Paris, France

Post by Ryo »

Hey s'ok, i'll try to make a self-installable release at some point soon :)
Post Reply