-
-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display music metadata in the level editor #2674
Open
jamescdericco
wants to merge
6
commits into
SuperTux:master
Choose a base branch
from
jamescdericco:2617-music-author
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Aug 2, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for c579652 - Browse repository at this point
Copy the full SHA c579652View commit details -
editor_converters_menu.cpp: Fix indentation code style
Co-authored-by: Vankata453 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1065b33 - Browse repository at this point
Copy the full SHA 1065b33View commit details -
Move item_processor_music_help function into object_settings.cpp
Resolves code review issue pointing out that this standalone function is out of place among the classes of the src/gui folder. item_processor is now specified using an anonymous function in the method ObjectSettings::add_music().
Configuration menu - View commit details
-
Copy full SHA for 6cea5c1 - Browse repository at this point
Copy the full SHA 6cea5c1View commit details
Commits on Aug 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4de5c7 - Browse repository at this point
Copy the full SHA c4de5c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc615f9 - Browse repository at this point
Copy the full SHA bc615f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bd4900 - Browse repository at this point
Copy the full SHA 8bd4900View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.