# HG changeset patch # User Wuzzy # Date 1532642404 -7200 # Node ID 5a1e4796e431fa6e5bd094d61c77054706d4e9dd # Parent ea05d4b0b6b0e3331e9aa01a5d6a5edc3826cff4 Fix /hta, /hsa and /hya commands not writing message in chat diff -r ea05d4b0b6b0 -r 5a1e4796e431 ChangeLog.txt --- a/ChangeLog.txt Thu Jul 26 14:18:23 2018 +0200 +++ b/ChangeLog.txt Fri Jul 27 00:00:04 2018 +0200 @@ -7,6 +7,7 @@ * Limit number of droplets to 50 (temporary bugfix) * Prevent creation of schemes with same name as an existing scheme * Fix teleport tooltip claiming it doesn't end turn in hog placing phase with inf. attack + * Fix /hta, /hsa and /hya commands not writing message in chat + Add default controls for controllers (see README) ====================== 0.9.24.1 ==================== diff -r ea05d4b0b6b0 -r 5a1e4796e431 hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Thu Jul 26 14:18:23 2018 +0200 +++ b/hedgewars/uGearsHedgehog.pas Fri Jul 27 00:00:04 2018 +0200 @@ -524,6 +524,7 @@ speech^.Text:= SpeechText; speech^.Hedgehog:= Gear^.Hedgehog; speech^.FrameTicks:= SpeechType; + AddChatString(#9+'[' + Gear^.Hedgehog^.Name + '] '+SpeechText); end; SpeechText:= '' end;