-
-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display author, title, license in the level editor music browser (#2617)
Whenever any of author, title and license fields are defined for music files, help text showing this music metadata is displayed when hovering over ".music" files in the level editor music object file browser. This commit adds both the software implementation and author, title, and license values added to SuperTux music files in data/music. The game credits and data/AUTHORS are updated in some cases where there is new authorship data. Fixes #2617.
- Loading branch information
1 parent
d63d479
commit 4969e2f
Showing
80 changed files
with
402 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "airship_2.ogg") | ||
(title "Airship 2") | ||
(authors "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 202) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "airship_remix.ogg") | ||
(title "Airship Song Orchestral Mix") | ||
(authors "Bart Kelsey") | ||
(license "CC-BY-SA 3.0 / GPL 3.0 / GPL 2.0") | ||
(loop-begin 4) | ||
(loop-at 58) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "arctic_breeze.ogg") | ||
(title "Antarctic Breeze") | ||
(authors "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 197) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "arctic_cave.ogg") | ||
(title "Eyes in the Deep") | ||
(authors "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 267) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "bossattack.ogg") | ||
(title "Boss Attack") | ||
(authors "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0.5) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "cave.ogg") | ||
(title "The Cave (Milestone 2 Version)") | ||
(authors "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "cavetheme.ogg") | ||
(authors "SnugglyBun" "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA 4.0") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "cavetheme_alt.ogg") | ||
(authors "SnugglyBun" "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA 4.0") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "chipdisko.ogg") | ||
(title "Mortimer's Chipdisko") | ||
(authors "Lukas Nystrand (as Mortimer Twang)") | ||
(license "CC-BY-SA / GPL") | ||
(loop-begin 0) | ||
(loop-at 158) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "crystalmine_intro.ogg") | ||
(authors "SnugglyBun") | ||
(license "CC-BY-SA 4.0") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "crystalmine_main.ogg") | ||
(authors "SnugglyBun") | ||
(license "CC-BY-SA 4.0") | ||
(loop-begin 7.499) | ||
(loop-at 146.250) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "glacier.ogg") | ||
(authors "SnugglyBun") | ||
(license "CC-BY-SA 4.0") | ||
(loop-begin 12.311) | ||
(loop-at 86.154) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "jewels.ogg") | ||
(authors "Alex \"cynicmusic\" Smith" "congusbongus") | ||
(title "Crystal Cave + Mysterious Ambience (seamless loop)") | ||
(license "CC-BY 3.0 / CC-BY-SA 3.0 / GPL 3.0") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "midday.ogg") | ||
(authors "SnugglyBun") | ||
(license "CC-BY-SA 4.0") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "midday_alt.ogg") | ||
(authors "SnugglyBun") | ||
(license "CC-BY-SA 4.0") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "night.ogg") | ||
(authors "SnugglyBun") | ||
(license "CC-BY-SA 4.0") | ||
(loop-begin 2.912) | ||
(loop-at 72.727) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "salcon.ogg") | ||
(authors "DJ Gentoo" "Asbjorn \"Mystical\" Andersen") | ||
(title "Salsa Con Carne (remix)") | ||
(license "CC-BY-SA / GPL") | ||
(loop-begin 0) | ||
(loop-at 56) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "skylevel.ogg") | ||
(authors "SnugglyBun") | ||
(license "CC-BY-SA 4.0") | ||
(loop-begin 11.639) | ||
(loop-at 81.445) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "snowfort.ogg") | ||
(authors "SnugglyBun") | ||
(license "CC-BY-SA 4.0") | ||
(loop-begin 7.683) | ||
(loop-at 88.320) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "sunset.ogg") | ||
(authors "SnugglyBun") | ||
(license "CC-BY-SA 4.0") | ||
(loop-begin 34.912) | ||
(loop-at 104.727) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "underwater.ogg") | ||
(authors "SnugglyBun") | ||
(license "CC-BY-SA 4.0") | ||
(loop-begin 19.198) | ||
(loop-at 115.200) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "voc-boss.ogg") | ||
(authors "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "voc-dark.ogg") | ||
(authors "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "voc-daytime.ogg") | ||
(authors "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "voc-daytime2.ogg") | ||
(authors "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "voc-night.ogg") | ||
(authors "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 4.648) | ||
(loop-at 73.231) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "worldmap_ice.ogg") | ||
(authors "SnugglyBun") | ||
(license "CC-BY-SA 4.0") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "yetiboss.ogg") | ||
(authors "SnugglyBun" "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA 4.0") | ||
(loop-begin 1.446) | ||
(loop-at 82.410) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "darkforestkeep.ogg") | ||
(authors "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Dark Forest Keep") | ||
(loop-begin 0) | ||
(loop-at 199) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "fortress.ogg") | ||
(authors "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "The Fortress (Milestone 2 Version)") | ||
(loop-begin 11.37) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "icecastle.ogg") | ||
(authors "SnugglyBun" "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA 4.0") | ||
(loop-begin 9.235) | ||
(loop-at 80.000) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "beneath_the_rabbit_hole.ogg") | ||
(authors "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Beneath the Rabbit Holes") | ||
(loop-begin 0) | ||
(loop-at 178) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "bright_thunders.ogg") | ||
(authors "Chris \"Krobonil\" Leutwyler") | ||
(license "CC-BY-SA") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "call_of_the_winding_path.ogg") | ||
(authors "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 394) | ||
) |
Oops, something went wrong.