forked from SuperTux/supertux
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (Sup…
…erTux#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 SuperTux#2617.
- Loading branch information
James De Ricco
committed
Jul 16, 2024
1 parent
f295adf
commit 2f03213
Showing
61 changed files
with
286 additions
and
47 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,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,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,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 "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,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,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) | ||
) |
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 "clavelian_march.ogg") | ||
(authors "Treskalle") | ||
(title "Clavelian March") | ||
(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,7 @@ | ||
(supertux-music | ||
(file "forest-cave.ogg") | ||
(authors "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 149) | ||
) |
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 "forest-sprint.ogg") | ||
(authors "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 207) | ||
) |
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 "forest.ogg") | ||
(authors "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Forest Dance") | ||
(loop-begin 54.818) | ||
(loop-at 95.955) | ||
) |
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 "forest2.ogg") | ||
(authors "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Rabbit Holes") | ||
(loop-begin 0) | ||
(loop-at 143) | ||
) |
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 "forest3.ogg") | ||
(authors "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Riding The Wind") | ||
(loop-begin 0) | ||
(loop-at 99) | ||
) |
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 "forest_theme.ogg") | ||
(authors "Marek \"Wansti\" Moeckel" "Tobias \"ToBeFree\" Frei") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Forest Prophecy reEducated") | ||
(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 "ghostforest.ogg") | ||
(authors "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Ghost Forest") | ||
(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 "ghostforest2.ogg") | ||
(authors "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Ghost Forest 2") | ||
(loop-begin 0) | ||
(loop-at 91) | ||
) |
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 "ghostforest_map.ogg") | ||
(authors "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 236) | ||
) |
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 "greatgigantic.ogg") | ||
(authors "Marek \"Wansti\" Moeckel" "Chris Huelsbeck") | ||
(license "GPL") | ||
(title "The Great Gigantic Secret (with kind permission from Chris Huelsbeck)") | ||
(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 "march_of_the_malevolent.ogg") | ||
(authors "Servalot" "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA 4.0") | ||
(title "March of the Malevolent") | ||
(loop-begin 0) | ||
(loop-at 109.09) | ||
) |
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 "new_forest_map.ogg") | ||
(authors "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 105) | ||
) |
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 "shallow-green.ogg") | ||
(authors "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Forest Stroll") | ||
(loop-begin 0) | ||
(loop-at 255) | ||
) |
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 "treeboss.ogg") | ||
(authors "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 32.15) | ||
(loop-at -1) | ||
) |
Oops, something went wrong.