Skip to content

Commit c9968c7

Browse files
committed
Add 0.6.0 thumbnails, NEWS, download changes
1 parent ff65e30 commit c9968c7

24 files changed

+85
-9
lines changed

_data/screenshots.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,45 @@ v0.5.1:
104104
small: "images/0_5_1/small/0_5_1_5.png"
105105
- large: "images/0_5_1/0_5_1_6.png"
106106
small: "images/0_5_1/small/0_5_1_6.png"
107+
108+
v0.6.0:
109+
- large: "images/0_6_0/0_6_0_1.png"
110+
small: "images/0_6_0/small/0_6_0_1.png"
111+
- large: "images/0_6_0/0_6_0_2.png"
112+
small: "images/0_6_0/small/0_6_0_2.png"
113+
- large: "images/0_6_0/0_6_0_3.png"
114+
small: "images/0_6_0/small/0_6_0_3.png"
115+
- large: "images/0_6_0/0_6_0_4.png"
116+
small: "images/0_6_0/small/0_6_0_4.png"
117+
- large: "images/0_6_0/0_6_0_5.png"
118+
small: "images/0_6_0/small/0_6_0_5.png"
119+
- large: "images/0_6_0/0_6_0_6.png"
120+
small: "images/0_6_0/small/0_6_0_6.png"
121+
- large: "images/0_6_0/0_6_0_7.png"
122+
small: "images/0_6_0/small/0_6_0_7.png"
123+
- large: "images/0_6_0/0_6_0_8.png"
124+
small: "images/0_6_0/small/0_6_0_8.png"
125+
- large: "images/0_6_0/0_6_0_9.png"
126+
small: "images/0_6_0/small/0_6_0_9.png"
127+
- large: "images/0_6_0/0_6_0_10.png"
128+
small: "images/0_6_0/small/0_6_0_10.png"
129+
- large: "images/0_6_0/0_6_0_11.png"
130+
small: "images/0_6_0/small/0_6_0_11.png"
131+
- large: "images/0_6_0/0_6_0_12.png"
132+
small: "images/0_6_0/small/0_6_0_12.png"
133+
- large: "images/0_6_0/0_6_0_13.png"
134+
small: "images/0_6_0/small/0_6_0_13.png"
135+
- large: "images/0_6_0/0_6_0_14.png"
136+
small: "images/0_6_0/small/0_6_0_14.png"
137+
- large: "images/0_6_0/0_6_0_15.png"
138+
small: "images/0_6_0/small/0_6_0_15.png"
139+
- large: "images/0_6_0/0_6_0_16.png"
140+
small: "images/0_6_0/small/0_6_0_16.png"
141+
- large: "images/0_6_0/0_6_0_17.png"
142+
small: "images/0_6_0/small/0_6_0_17.png"
143+
- large: "images/0_6_0/0_6_0_18.png"
144+
small: "images/0_6_0/small/0_6_0_18.png"
145+
- large: "images/0_6_0/0_6_0_19.png"
146+
small: "images/0_6_0/small/0_6_0_19.png"
147+
- large: "images/0_6_0/0_6_0_20.png"
148+
small: "images/0_6_0/small/0_6_0_20.png"

_posts/2018-12-23-0.6.0.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: post
3+
title: "SuperTux 0.6.0"
4+
date: 2018-12-23 21:10:00
5+
---
6+
7+
The SuperTux team is excited to announce the availability of the stable release 0.6.0 after almost two years of development.
8+
9+
Changes:
10+
* Complete redesign of the icy world and forest world (Thank you, RustyBox and Serano)
11+
* Complete revamp of our rendering engine, the game should be much faster than it was previously
12+
* We now support OpenGL 3.3 Core as well as OpenGL ES 2.0, thus allowing SuperTux to be run on the Raspberry Pi, and potentially WebGL.
13+
* A few graphics have been updated, and effects have been added
14+
* The save bell was reworked (Thanks to Raghavendra "raghukamath" Kamath!)
15+
* Improved big Tux graphics and animations (Thanks to Alzter)
16+
* Various effects and shaders (Thanks to Grumbel)
17+
* Support for right-to-left languages through vector fonts. This will also fix a few non-ASCII characters, which often caused problems before in translations
18+
* A lot of other under-the-hood changes and bugfixes
19+
* Official Linux binaries
20+
21+
**Note:** If you've previously used torches in your levels and their positioning is off, please re-position them. We had to re-align their bounding boxes in order to fix bugs with their flame.
22+
23+
If you'd like to help with SuperTux development, you can find more resources in our wiki at <https://github.com/SuperTux/supertux/wiki>. Please [get in touch with us](https://github.com/SuperTux/supertux/wiki/Contact). The fastest way is usually [IRC](https://github.com/SuperTux/supertux/wiki/IRC), but please wait if you don't get an answer immediately. We urgently need more graphic designers and developers for future releases, help in these areas would be really appreciated.
24+
25+
A big thanks to all of our translators who worked very hard to translate the new strings in time.
26+
27+
Source tarballs and builds for Windows (32-bit and 64-bit), OS X/macOS and Linux (via AppImage)
28+
are available on the [Downloads page]({{ site.baseurl }}/download.html), or via
29+
[GitHub](https://github.com/SuperTux/supertux/releases/tag/v0.6.0).

download.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,22 @@ title: Download
77

88
### Linux
99

10-
An official distribution-independend [Flatpak](https://flatpak.org/)
11-
package for Linux is available via
12-
[Flathub](https://flathub.org/apps/details/org.supertuxproject.SuperTux):
13-
14-
- [**SuperTux v0.5.1** (.flatpakref)](https://flathub.org/repo/appstream/org.supertuxproject.SuperTux.flatpakref)
10+
- [**SuperTux v0.6.0** (.AppImage)](https://github.com/SuperTux/supertux/releases/download/v0.6.0/SuperTux_2-v0.6.0.glibc2.14-x86_64.AppImage)
1511

1612
SuperTux packages are also available in many Linux distributions.
1713

1814
### Windows
1915

20-
- [**SuperTux v0.5.1** (.msi) 64-bit](https://github.com/SuperTux/supertux/releases/download/v0.5.1/SuperTux-v0.5.1-win64.msi)
21-
- [**SuperTux v0.5.1** (.msi) 32-bit](https://github.com/SuperTux/supertux/releases/download/v0.5.1/SuperTux-v0.5.1-win32.msi)
16+
- [**SuperTux v0.6.0** (.msi) 64-bit](https://github.com/SuperTux/supertux/releases/download/v0.6.0/SuperTux-v0.6.0-win64.msi)
17+
- [**SuperTux v0.6.0** (.msi) 32-bit](https://github.com/SuperTux/supertux/releases/download/v0.6.0/SuperTux-v0.6.0-win32.msi)
2218

2319
### macOS
2420

25-
- [**SuperTux v0.5.1** (.dmg)](https://github.com/SuperTux/supertux/releases/download/v0.5.1/SuperTux-v0.5.1-Darwin.dmg)
21+
- [**SuperTux v0.6.0** (.dmg)](https://github.com/SuperTux/supertux/releases/download/v0.6.0/SuperTux-v0.6.0-Darwin.dmg)
2622

2723
### Source Code
2824

29-
- [**SuperTux v0.5.1** (.tar.gz)](https://github.com/SuperTux/supertux/releases/download/v0.5.1/SuperTux-v0.5.1-Source.tar.gz)
25+
- [**SuperTux v0.6.0** (.tar.gz)](https://github.com/SuperTux/supertux/releases/download/v0.6.0/SuperTux-v0.6.0-Source.tar.gz)
3026

3127
### Mobile Platforms
3228

images/0_6_0/small/0_6_0_1.png

19.8 KB
Loading

images/0_6_0/small/0_6_0_10.png

32.7 KB
Loading

images/0_6_0/small/0_6_0_11.png

34.9 KB
Loading

images/0_6_0/small/0_6_0_12.png

44 KB
Loading

images/0_6_0/small/0_6_0_13.png

42.4 KB
Loading

images/0_6_0/small/0_6_0_14.png

43.9 KB
Loading

images/0_6_0/small/0_6_0_15.png

46.4 KB
Loading

0 commit comments

Comments
 (0)