Skip to content
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

Add irrlicht device info to the mainmenu About tab #13636

Merged
merged 1 commit into from Jul 17, 2023

Conversation

Desour
Copy link
Member

@Desour Desour commented Jun 30, 2023

The irrlicht device is useful for issues.

Note: The output of minetest --version doesn't include this info because in theory there could be multiple compiled irrdevices.

The issue template is also updated. (How do I test this?)

To do

This PR is a Ready for Review.

How to test

  • Open the About tab in mainmenu.

2023-06-30-110314_1920x1080_scrot

fgettext("Active renderer:") .. "\n" ..
core.formspec_escape(core.get_active_renderer()) .. "]"
"button[0.1,6;5.3,0.5;label_button2;" .. active_renderer_info .. "]"..
"tooltip[label_button2;" .. active_renderer_info .. "]"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added a tooltip because it's now just one line, and with #13321, the active renderer name can get very long.

@Desour Desour added Maintenance Tasks to keep the codebase and related parts in order, including architectural improvements @ Mainmenu labels Jun 30, 2023
@grorp
Copy link
Member

grorp commented Jun 30, 2023

Related: #13605 (moves the active renderer name to the exportable debug info)

Copy link
Member

@srifqi srifqi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR looks good to me.

@SmallJoker SmallJoker merged commit f41e9e3 into minetest:master Jul 17, 2023
15 checks passed
@Desour Desour deleted the mainmenu_irrdevice_info branch July 17, 2023 18:51
Wuzzy2 pushed a commit to Wuzzy2/minetest that referenced this pull request Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@ Mainmenu Maintenance Tasks to keep the codebase and related parts in order, including architectural improvements >= Two approvals ✅ ✅
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants