-
-
Notifications
You must be signed in to change notification settings - Fork 968
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
Feature: Add selected toolbar buttons to MacBook Pro Touch Bar #9511
Conversation
It is a bit niche and we don't really have any properly active OSX devs, so the chances aren't that high. Nevertheless, if it should be included, it would definitely need a pass through https://wiki.openttd.org/en/Development/Coding%20style |
Thanks for taking a look! |
Looks like the checker didn't like that I made a separate commit - do they need to be squashed? @orudge I've made a small tweak to the objective-c file which may fix it, but it's quite tough to test as I can't repro what you are seeing. I saw from your photo that you were generating a DMG which I couldn't get working on my machine due to signing issues I believe, maybe that could be related? In any case, if this doesn't fix it, I'd rather close the PR and not integrate it. If the sprites don't work, it kinda defeats the point of the implementation in my opinion, and is not clean. 😄 |
We would indeed squash a cleanup commit, especially as the commit checker checks each commit individually: Details: https://github.com/OpenTTD/OpenTTD/runs/3412939438?check_suite_focus=true |
I'll test it when I get a chance (quite busy at the moment), and if it's still not working, might be able to do some debugging myself. |
OK, looks like this is now working for me. :) |
Thanks for checking, appreciate it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A very small nitpick. Doesn't need fixing, but if there is a need for rebase, might be nice to tackle this too.
Code-wise PR looks good to me. @michicc : do you have any additional comments?
okay, let's tackle the two minor things before merge :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we are into nitpicking, I have some nits, too. (Nothing in any way serious.)
Thanks for the feedback! I'll try to address these points this week 👍🏻 |
Motivation / Problem
I've wanted to implement some functionality on the MacBook Pro's touch bar, and noticed OpenTTD was not using it yet.
As this was mainly a personal coding exercise, I don't currently have my expectations set on having this change merged into the mainline branch, but I figured to send in a PR anyways in case the maintainers do want to have it integrated :)
Description
This implements selected in-game toolbar buttons on the MacBook Pro's Touch Bar, the included commit adds the following buttons:

• Pause
• Fast-Forward
• Zoom in/out
• Most building windows
With this change players could enjoy having these shortcuts on a familar place on the keyboard which is also used by the rest of the OS.
Limitations
The player can't customize the touch bar yet. In this commit, it is fixed to instant actions or windows that can replace each other.
Checklist for review
Some things are not automated, and forgotten often. This list is a reminder for the reviewers.
* ai_changelog.hpp, gs_changelog.hpp need updating.
* The compatibility wrappers (compat_*.nut) need updating.
* newgrf_debug_data.h may need updating.
* PR must be added to API tracker