From 92af07f9d7acb1422d3667ff67038a424e95451b Mon Sep 17 00:00:00 2001 From: stpohle Date: Tue, 15 Aug 2006 15:49:18 +0000 Subject: [PATCH] ChangeLog finished.. releasing the game --- ChangeLog | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 475ecad..520a2a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ -$Id: ChangeLog,v 1.110 2006/08/15 02:15:39 stpohle Exp $ -Version 0.11.7 (still in progress) +$Id: ChangeLog,v 1.111 2006/08/15 15:49:18 stpohle Exp $ + +Version 0.11.7 +============== +2006-08-15 - Added: BomberClone Icon to the bomberclone win32 binary. @@ -13,7 +16,8 @@ Version 0.11.7 (still in progress) http://aluigi.altervista.org/adv/bcloneboom-adv.txt Solutions to A) rewrote the whole resend cache system, also send_mapinfo needed a - bad workaround for a bug i couldn't find out. + bad workaround for a bug i couldn't find out. (to disable the workaround + use ./configure CFLAGS=-DBUG_MAPINFO) B) made sure that the size of a packet is set right before send over the network. Found only the function (do_gameinfo) where something like this occured.