# HG changeset patch # User Wuzzy # Date 1493160434 -7200 # Node ID fc6bb84718820925ecdef5decaf6f3ecae14690f # Parent f88eebcf22c53b3dfc07d7346f7679a4c075d0d8 Update more HWPs: Knockball, Racer, Construction Mode Changes: - New ammo icon for Knockball's baseball bat with ball - New ammo icon for waypoint placement tool in Racer - Remove airplane cursor in Racer and Construction Mode diff -r f88eebcf22c5 -r fc6bb8471882 ChangeLog.txt --- a/ChangeLog.txt Wed Apr 26 00:04:49 2017 +0200 +++ b/ChangeLog.txt Wed Apr 26 00:47:14 2017 +0200 @@ -57,6 +57,7 @@ * Fix invalid girder placement costing energy * Special tools like structure placer now have their own proper descriptions (instead of Air Attack description, etc.) * Costs for weapon and utility crates were all equal + * Remove airplane cursor * Many other fixes and tweaks Racer and TechRacer: @@ -67,6 +68,8 @@ + waypointradius: Size of waypoints + maxwaypoints: Maximum allowed number of waypoints + Show correct ranking and times in stats screen of Racer and TechRacer + * Fix description and icon of waypoint placement tool in Racer + * Remove airplane cursor in Racer * Fixed waypoint message in TechRacer and Racer overwriting current weapon selection message * Fixed TechRacer not recording finish if time was >= 100s @@ -177,6 +180,7 @@ + A Space Adventure shows 2 flowers over fully completed planets (with side missions) + Rewrote some help texts in basic rope training + Graphical effect (black bars) while in cut scenes + + Change description and icon for baseball bat in Knockball mission map * Fix weird behaviour when walking right before the first animation in A Space Adventure missions * Portal Mind Challenge was cleaned up and reworked (especially less awful wording) * Fixed Target Practice missions getting stuck when a target dropped into water diff -r f88eebcf22c5 -r fc6bb8471882 share/hedgewars/Data/Maps/Knockball/CMakeLists.txt --- a/share/hedgewars/Data/Maps/Knockball/CMakeLists.txt Wed Apr 26 00:04:49 2017 +0200 +++ b/share/hedgewars/Data/Maps/Knockball/CMakeLists.txt Wed Apr 26 00:47:14 2017 +0200 @@ -1,6 +1,7 @@ install(FILES map.png map.cfg + map.hwp map.lua preview.png desc.txt diff -r f88eebcf22c5 -r fc6bb8471882 share/hedgewars/Data/Maps/Knockball/map.hwp Binary file share/hedgewars/Data/Maps/Knockball/map.hwp has changed diff -r f88eebcf22c5 -r fc6bb8471882 share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.hwp Binary file share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.hwp has changed diff -r f88eebcf22c5 -r fc6bb8471882 share/hedgewars/Data/Scripts/Multiplayer/Racer.hwp Binary file share/hedgewars/Data/Scripts/Multiplayer/Racer.hwp has changed