Skip to content

Commit eda15b5

Browse files
Merge commit '184fc65d3d97e23dcb3752f997d1c5eb1d5b1a5f' into wind_fixes
2 parents e0da84a + 184fc65 commit eda15b5

File tree

344 files changed

+100460
-51388
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

344 files changed

+100460
-51388
lines changed

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Feature Requests
1+
name: Feature Request
22
description: File a request for a feature you want to see in SuperTux!
33
title: "[Feature Request]: "
44
labels: ["type:idea"]

.github/workflows/translations.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Update translations
3535
env:
3636
TX_TOKEN: ${{ secrets.TRANSIFEX_TOKEN }}
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3838
run: |
3939
# Installs transifex client:
4040
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
@@ -52,5 +52,6 @@ jobs:
5252
git status
5353
git config --global user.email "[email protected]"
5454
git config --global user.name "SuperTux Bot"
55+
git add *.po || true
5556
git commit -am "Update translations" || true
56-
git push https://git:$GITHUB_TOKEN@github.com/SuperTux/supertux.git master
57+
git push https://git:$GH_TOKEN@github.com/SuperTux/supertux.git master

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ docs/doxygen/
3030
tools/scripting_docs_gen/build/
3131

3232
# Qt Creator project file
33-
CMakeLists.txt.user
33+
CMakeLists.txt.user*
34+
35+
# KDevelop project files
36+
.kdev4/
3437

3538
# Clangd
3639
.cache/

.tx/config

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,6 @@ minimum_perc = 75
1010
replace_edited_strings = false
1111
keep_translations = false
1212

13-
[o:arctic-games:p:supertux:r:bonus-2]
14-
file_filter = data/levels/bonus2/<lang>.po
15-
source_file = data/levels/bonus2/messages.pot
16-
source_lang = en
17-
type = PO
18-
minimum_perc = 75
19-
replace_edited_strings = false
20-
keep_translations = false
21-
22-
[o:arctic-games:p:supertux:r:bonus-3]
23-
file_filter = data/levels/bonus3/<lang>.po
24-
source_file = data/levels/bonus3/messages.pot
25-
source_lang = en
26-
type = PO
27-
minimum_perc = 75
28-
replace_edited_strings = false
29-
keep_translations = false
30-
31-
[o:arctic-games:p:supertux:r:bonus-4]
32-
file_filter = data/levels/bonus4/<lang>.po
33-
source_file = data/levels/bonus4/messages.pot
34-
source_lang = en
35-
type = PO
36-
minimum_perc = 75
37-
replace_edited_strings = false
38-
keep_translations = false
39-
4013
[o:arctic-games:p:supertux:r:community-island-2016]
4114
file_filter = data/levels/community2016/<lang>.po
4215
source_file = data/levels/community2016/messages.pot

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ In case you need help, feel free to reach out using the following means:
9595
and might miss potential answers.
9696
* **Matrix:** [#supertux:matrix.org](https://matrix.to/#/#supertux:matrix.org)
9797
is bridged to our IRC room.
98-
* **[Forum](https://groups.f-hub.org/g/8AKEaTgZ):** The SuperTux
98+
* **[Forum](https://groups.f-hub.org/supertux):** The SuperTux
9999
community is also active on the forum, the discussions range from feature
100100
proposals to support questions. In particular, most community-contributed
101101
add-ons are published there, so this is worth checking.

data/credits.stxt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@
12771277
)
12781278
(text
12791279
(type "reference")
1280-
(string "http://forum.freegamedev.net/viewforum.php?f=66")
1280+
(string "https://groups.f-hub.org/supertux")
12811281
)
12821282
(blank)
12831283
(text
1.18 KB
Loading

data/images/engine/editor/objects.stoi

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
(icon "images/engine/editor/stalactite_ice_yeti.png"))
178178
(object
179179
(class "dart")
180-
(icon "images/creatures/darttrap/granito/root_dart_left.png"))
180+
(icon "images/creatures/darttrap/granito/root_dart_left.png"))
181181
(object
182182
(class "bigsnowball")
183183
(icon "images/objects/big_snowball/big_snowball.png"))
@@ -339,6 +339,9 @@
339339
(object
340340
(class "text-area")
341341
(icon "images/engine/editor/textarray.png"))
342+
(object
343+
(class "editor-comment")
344+
(icon "images/engine/editor/editor-comment.png"))
342345
)
343346

344347
(layers

data/levels/bonus1/af_ZA.po

Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the SuperTux package.
4+
#
5+
# Translators:
6+
# Martin van Zijl <[email protected]>, 2019
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: SuperTux\n"
10+
"Report-Msgid-Bugs-To: https://github.com/SuperTux/supertux/issues\n"
11+
"POT-Creation-Date: 2024-11-11 21:50+0000\n"
12+
"PO-Revision-Date: 2013-08-10 23:04+0000\n"
13+
"Last-Translator: Martin van Zijl <[email protected]>, 2019\n"
14+
"Language-Team: Afrikaans (South Africa) (http://app.transifex.com/arctic-games/supertux/language/af_ZA/)\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"Language: af_ZA\n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#: data/levels/bonus1/abednego-level1.stl:3
22+
msgid "Flight Test"
23+
msgstr "Vlugtoets"
24+
25+
#: data/levels/bonus1/abednego-level2.stl:3
26+
msgid "Dungeons but no Dragons"
27+
msgstr "Kerkers maar geen Drake"
28+
29+
#: data/levels/bonus1/abednego-level3.stl:3
30+
msgid "Lies!"
31+
msgstr "Leuns!"
32+
33+
#: data/levels/bonus1/abednego-level4.stl:3
34+
msgid "Train Leaves in One Minute"
35+
msgstr "Trein Verlaat in Een Minuut"
36+
37+
#: data/levels/bonus1/bonus-level1.stl:3
38+
msgid "Bonus Dias!"
39+
msgstr "Bonus Dias!"
40+
41+
#: data/levels/bonus1/bonus-level2.stl:3
42+
msgid "Castle Gate"
43+
msgstr "Kasteel Hek"
44+
45+
#: data/levels/bonus1/bonus-level3.stl:3
46+
msgid "A Long Way Home"
47+
msgstr "'n Lang Pad Huis Toe"
48+
49+
#: data/levels/bonus1/bonus-level4.stl:3
50+
msgid "Bonus Island Castle"
51+
msgstr "Bonus Eiland Kasteel"
52+
53+
#: data/levels/bonus1/bonus-level5.stl:3
54+
msgid "Area 42"
55+
msgstr "Area 42"
56+
57+
#: data/levels/bonus1/extro.txt:3
58+
msgid ""
59+
"-Congratulations!\n"
60+
"\n"
61+
"#You have successfully finished\n"
62+
"#Bonus Island I\n"
63+
"\n"
64+
"\tfeaturing levels contributed by\n"
65+
"\tJason W. Thompson\n"
66+
"\tTorfi Gunnarsson\n"
67+
"\tAbednego\n"
68+
"\tMatr1x\n"
69+
"\n"
70+
"\n"
71+
"#If you didn't clear all levels yet,\n"
72+
"#find your way back home and take\n"
73+
"#another path. There is still more\n"
74+
"#challenge waiting for you!\n"
75+
"\n"
76+
"#And there is a secret level to be\n"
77+
"#found as well...\n"
78+
"\n"
79+
"#A big \"Thank you\" goes out to\n"
80+
"#everyone who contributed to this\n"
81+
"#release. We hope you enjoyed it!"
82+
msgstr "-Baie Geluk!\n\n#Jy het vir Bonus Eiland I suksesvol\n#voltooi\n\nmet levels bygedra deur\nJason W. Thompson\nTorfi Gunnarsson\nAbednego\nMatr1x\n\n\n#Indien jy ny al die levels voltooi het nie,\n#probeer om 'n ander pad terug huis toe\n#te vat. Daar is nog meer uitdagings\n#wat vir jou wag!\n\n#En daarso is is ook 'n geheime level\n#iewers...\n\n#A groot \"Dankie\" gaan uit na\n#almal wat bygedra het tot hierdie\n#vrystelling. Ons hoop jy het dit geniet!"
83+
84+
#: data/levels/bonus1/matr1x-level1.stl:3
85+
msgid "Pipe Down Over There"
86+
msgstr "Pyp Daar Onder"
87+
88+
#: data/levels/bonus1/matr1x-level2.stl:3
89+
msgid "Something Fishy"
90+
msgstr "Iets Vissireg"
91+
92+
#: data/levels/bonus1/matr1x-level3.stl:3
93+
msgid "Fire In The Sky"
94+
msgstr "Vuur in Die Lug"
95+
96+
#: data/levels/bonus1/thompson-level1.stl:3
97+
msgid "Have I been here before?"
98+
msgstr "Was ek al tevore hier?"
99+
100+
#: data/levels/bonus1/thompson-level2.stl:3
101+
msgid "Bad Guys Stink!"
102+
msgstr "Vyande Stink!"
103+
104+
#: data/levels/bonus1/thompson-level2.stl:96
105+
msgid ""
106+
"#These levels were made Swimming-Ready by Serano and revamped by "
107+
"AllyTheOcelot"
108+
msgstr ""
109+
110+
#: data/levels/bonus1/torfi-level1.stl:3
111+
msgid "A good start"
112+
msgstr "'n Goeie begin"
113+
114+
#: data/levels/bonus1/torfi-level2.stl:3
115+
msgid "Too easy"
116+
msgstr "Te maklik"
117+
118+
#: data/levels/bonus1/torfi-level2.stl:56
119+
msgid "#All these levels were upgraded for milestone 2 by Hume."
120+
msgstr ""
121+
122+
#: data/levels/bonus1/torfi-level3.stl:3
123+
msgid "Still too easy"
124+
msgstr "Nog steeds te maklik"
125+
126+
#: data/levels/bonus1/wansti-level1.stl:3
127+
msgid "Semi-Frozen"
128+
msgstr "Amper-Gevries"
129+
130+
#: data/levels/bonus1/wansti-level2.stl:3
131+
msgid "Cave Of Mirrors"
132+
msgstr "Grot Van Spieëls"
133+
134+
#: data/levels/bonus1/wansti-level3.stl:3
135+
msgid "A Maze In The Sky"
136+
msgstr "'n Doolhof In Die Lug"
137+
138+
#: data/levels/bonus1/wansti-level4.stl:3
139+
msgid "Collapse Imminent!"
140+
msgstr "Inval Dreigend!"
141+
142+
#: data/levels/bonus1/wansti-level5.stl:3
143+
msgid "Tip Of The Iceberg"
144+
msgstr "Punt Van Die Ysberg"
145+
146+
#: data/levels/bonus1/worldmap.stwm:3
147+
msgid "Bonus Island I"
148+
msgstr "Bonus Eiland I"
149+
150+
#: data/levels/bonus1/worldmap.stwm:127
151+
msgid "You found a secret place!"
152+
msgstr "Jy het 'n geheime plek ontdek!"
153+
154+
#: data/levels/bonus1/worldmap.stwm:135
155+
msgid "Hint: Use igloos to get back here."
156+
msgstr "Wenk: Gebruik igloos om terug hierna te kom."
157+
158+
#: data/levels/bonus1/worldmap.stwm:144
159+
msgid "Warp to Matr1x' Sector"
160+
msgstr "Gaan na Matr1x se Sektor"
161+
162+
#: data/levels/bonus1/worldmap.stwm:151 data/levels/bonus1/worldmap.stwm:228
163+
msgid "Warp to Thompson's Domain"
164+
msgstr "Gaan ne Thompson se Domein"
165+
166+
#: data/levels/bonus1/worldmap.stwm:158 data/levels/bonus1/worldmap.stwm:221
167+
msgid "Leave the SuperTux Team Island"
168+
msgstr "Verlaat die SuperTux Team Eiland"
169+
170+
#: data/levels/bonus1/worldmap.stwm:165
171+
msgid "Warp to Abednego's Area"
172+
msgstr "Gaan na Abednego se Gebied"
173+
174+
#: data/levels/bonus1/worldmap.stwm:172 data/levels/bonus1/worldmap.stwm:262
175+
msgid "Leave Torfi's Territory"
176+
msgstr "Verlaat Torfi se Gebied"
177+
178+
#: data/levels/bonus1/worldmap.stwm:179 data/levels/bonus1/worldmap.stwm:207
179+
msgid "Leave Abednego's Area"
180+
msgstr "Verlaat Abednego se Gebied"
181+
182+
#: data/levels/bonus1/worldmap.stwm:186 data/levels/bonus1/worldmap.stwm:234
183+
msgid "Leave Thompson's Domain"
184+
msgstr "Verlaat Thompson se Domein"
185+
186+
#: data/levels/bonus1/worldmap.stwm:193
187+
msgid "Back to Matr1x' Sector"
188+
msgstr "Terug na Matr1x se Sektor"
189+
190+
#: data/levels/bonus1/worldmap.stwm:200
191+
msgid "Warp home"
192+
msgstr "Gaan huis toe"
193+
194+
#: data/levels/bonus1/worldmap.stwm:214
195+
msgid "Warp to the SuperTux Team Island"
196+
msgstr "Gaan na die SuperTux Team Eiland"
197+
198+
#: data/levels/bonus1/worldmap.stwm:241
199+
msgid "Leave Matr1x' Sector"
200+
msgstr "Verlaat Matr1x' se Sektor"
201+
202+
#: data/levels/bonus1/worldmap.stwm:248
203+
msgid "Continue Matr1x' Sector"
204+
msgstr "Gaan aan met Matr1x' se Sektor"
205+
206+
#: data/levels/bonus1/worldmap.stwm:255
207+
msgid "Warp to Torfi's Territory"
208+
msgstr ""

0 commit comments

Comments
 (0)