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
Check the CI results. Also, under "Files Changed" you have references to the warning. |
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