DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.88k stars 251 forks source link

Enhance mission levels select window #613

Closed winterheart closed 1 month ago

winterheart commented 1 month ago

Pull Request Type

Description

This PR was inspired by #485. Now missions that contains more that one level, shows enhanced level select window (see screenshot). This enhancement allows user to select available level instead of input number of mission manually. Additional refactoring made for filename paths used in related functions.

Related Issues

Screenshots (if applicable)

Descent3_mission_levels

Checklist

Additional Comments

JeodC commented 1 month ago

Nice work, it looks great! Tested in Windows. Do you mind if the core missions go to the top of the list? See here for reference. I also really like the idea of the LEVEL SELECT header being the name of the current mission, as a reference for the user. This was done in the old PR that inspired this current one.

image

winterheart commented 1 month ago

Nice work, it looks great! Tested in Windows. Do you mind if the core missions go to the top of the list? See here for reference. I also really like the idea of the LEVEL SELECT header being the name of the current mission, as a reference for the user. This was done in the old PR that inspired this current one.

I'm planning to rewrite "New Game" UI flow and divide Campaign and Mission select to different screens. Regarding "Level select" title I'll add name of mission.

winterheart commented 1 month ago

Changed "Select Level" with mission name.

winterheart commented 1 month ago

I also have a request, not necessarily for this MR: it could be great to display the number of levels of a mission in the "info" dialog below the "notes" header when selecting the mission.

That would be kinda spoiler for player, he will know how many missions are left.