# HG changeset patch # User sheepluva # Date 1315524321 -7200 # Node ID d9b50fef5164d94ac812ab42a4101e5b9d0e749d # Parent 9ac119696510e25fad661956dd31d2bcedf6026e * ShoppaKing/TrophyRace maps updated by wolfmarc * post new resolution in console on resize diff -r 9ac119696510 -r d9b50fef5164 ChangeLog.txt --- a/ChangeLog.txt Fri Sep 09 00:22:48 2011 +0200 +++ b/ChangeLog.txt Fri Sep 09 01:25:21 2011 +0200 @@ -23,6 +23,7 @@ + Indicator for height of plane when using napalm + Land smoothing (looks less pixelated on generation and damage) + Improved lua script support (e.g. possibility to change hats) + + The names of the ShoppaKingTournament winners are now written on the Trophies in the ShoppaKing and TrophyRace maps! * Prevent portaling to impossible locations better * Snow accumulates more smoothly * Rope should be less sticky now diff -r 9ac119696510 -r d9b50fef5164 hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Fri Sep 09 00:22:48 2011 +0200 +++ b/hedgewars/hwengine.pas Fri Sep 09 01:25:21 2011 +0200 @@ -200,7 +200,7 @@ cScreenHeight:= cNewScreenHeight; ParseCommand('fullscr '+intToStr(LongInt(cFullScreen)), true); - WriteLnToConsole('window resize'); + WriteLnToConsole('window resize: ' + IntToStr(cScreenWidth) + ' x ' + IntToStr(cScreenHeight)); InitCameraBorders() end; diff -r 9ac119696510 -r d9b50fef5164 share/hedgewars/Data/Maps/ShoppaKing/map.png Binary file share/hedgewars/Data/Maps/ShoppaKing/map.png has changed diff -r 9ac119696510 -r d9b50fef5164 share/hedgewars/Data/Maps/TrophyRace/map.png Binary file share/hedgewars/Data/Maps/TrophyRace/map.png has changed