- Massive images update by Tiyuri
- New theme 'nature' by Tiyury
- Some ajustment for new graphics in engine by me
--- a/hedgewars/uConsts.pas Wed Feb 27 12:51:57 2008 +0000
+++ b/hedgewars/uConsts.pas Tue Mar 04 20:23:23 2008 +0000
@@ -246,7 +246,7 @@
saveSurf: boolean;
end = (
(FileName: 'BlueWater'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
- Width: 256; Height: 48; saveSurf: false),// sprWater
+ Width: 256; Height: 32; saveSurf: false),// sprWater
(FileName: 'Clouds'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
Width: 256; Height:128; saveSurf: false),// sprCloud
(FileName: 'Bomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
--- a/hedgewars/uWorld.pas Wed Feb 27 12:51:57 2008 +0000
+++ b/hedgewars/uWorld.pas Tue Mar 04 20:23:23 2008 +0000
@@ -198,10 +198,10 @@
glDisable(GL_TEXTURE_2D);
glBegin(GL_QUADS);
- glColor3ub(0, $5A, $CE); // water color
+ glColor3ub($54, $5C, $9D); // water color
glVertex2i(0, r.y);
glVertex2i(cScreenWidth, r.y);
- glColor3ub(0, $40, $B3); // deep water color
+ glColor3ub($34, $3C, $7D); // deep water color
glVertex2i(cScreenWidth, cScreenHeight);
glVertex2i(0, cScreenHeight);
glEnd();
Binary file share/hedgewars/Data/Graphics/AirBomb.png has changed
Binary file share/hedgewars/Data/Graphics/Airplane.png has changed
Binary file share/hedgewars/Data/Graphics/AmmoMenu/Ammos.png has changed
Binary file share/hedgewars/Data/Graphics/AmmoMenu/SlotKeys.png has changed
Binary file share/hedgewars/Data/Graphics/Arrow.png has changed
Binary file share/hedgewars/Data/Graphics/BlueWater.png has changed
Binary file share/hedgewars/Data/Graphics/Bomb.png has changed
Binary file share/hedgewars/Data/Graphics/Case.png has changed
Binary file share/hedgewars/Data/Graphics/ClBomb.png has changed
Binary file share/hedgewars/Data/Graphics/ClParticle.png has changed
Binary file share/hedgewars/Data/Graphics/Clouds.png has changed
Binary file share/hedgewars/Data/Graphics/Finger.png has changed
Binary file share/hedgewars/Data/Graphics/Girder.png has changed
Binary file share/hedgewars/Data/Graphics/Grenade.png has changed
Binary file share/hedgewars/Data/Graphics/Hedgehog.png has changed
Binary file share/hedgewars/Data/Graphics/Target.png has changed
Binary file share/hedgewars/Data/Graphics/Targetp.png has changed
Binary file share/hedgewars/Data/Graphics/amAirplane.png has changed
Binary file share/hedgewars/Data/Graphics/thinking.png has changed
--- a/share/hedgewars/Data/Themes/CMakeLists.txt Wed Feb 27 12:51:57 2008 +0000
+++ b/share/hedgewars/Data/Themes/CMakeLists.txt Tue Mar 04 20:23:23 2008 +0000
@@ -1,4 +1,4 @@
-foreach(dir "avematan" "bubbles" "cheese" "norsk" "steel" "tibet" "Volcano" "wood" "xtheme")
+foreach(dir "avematan" "bubbles" "cheese" "nature" "norsk" "steel" "tibet" "Volcano" "wood" "xtheme")
add_subdirectory(${dir})
endforeach(dir)
--- a/share/hedgewars/Data/Themes/themes.cfg Wed Feb 27 12:51:57 2008 +0000
+++ b/share/hedgewars/Data/Themes/themes.cfg Tue Mar 04 20:23:23 2008 +0000
@@ -1,8 +1,1 @@
-avematan
-bubbles
-norsk
-steel
-tibet
-Volcano
-wood
-xtheme
+nature