* ShoppaKing/TrophyRace maps updated by wolfmarc
authorsheepluva
Fri, 09 Sep 2011 01:25:21 +0200
changeset 5815 d9b50fef5164
parent 5814 9ac119696510
child 5816 ceb522b0f7d5
child 5817 70208e400a59
* ShoppaKing/TrophyRace maps updated by wolfmarc * post new resolution in console on resize
ChangeLog.txt
hedgewars/hwengine.pas
share/hedgewars/Data/Maps/ShoppaKing/map.png
share/hedgewars/Data/Maps/TrophyRace/map.png
--- 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
--- 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;
 
Binary file share/hedgewars/Data/Maps/ShoppaKing/map.png has changed
Binary file share/hedgewars/Data/Maps/TrophyRace/map.png has changed