-
-
Notifications
You must be signed in to change notification settings - Fork 971
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: Object class selection string filtering #8603
Conversation
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.
You have a warning that should be checked.
Check the CI results. Also, under "Files Changed" you have references to the warning. |
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.
I found some code style and documentation issues.
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.
No real issues
Thank you! Addressed your comments. |
@perezdidac : just for future learning, if you resolved an issue, you can just hit the "Resolve conversation" button without leaving a comment :) Saves you a lot of time, saves us from reading acknowledgements :D Cheers! |
Motivation / Problem
Players can use NewGRF in a new game, and some of them contain objects than can be placed on the map. To make it easier for players to browse throughout the list of object classes, this pull request adds a text edit box to the Object Selection window so object classes can be filtered by.
Description
Adding a filter for object classes in the Object Selection window.
Limitations
Note that object classes are filtered by objects themselves are not.
Highlights
I plan to do the same for stations next probably. Or vehicles?
Checklist for review
N/A