NagyD / SDLPoP

An open-source port of Prince of Persia, based on the disassembly of the DOS version.
GNU General Public License v3.0
1.1k stars 140 forks source link

Defaulted menu save options to slot 1 and simplified keys for slot saves #271

Closed Akruzen closed 2 years ago

Akruzen commented 2 years ago

Menu options for saving and loading use slot 1. For saving press F1..F5, and for loading, press F1..F5 with Ctrl to load the respective slot. Changed bottom text to show which slot is being saved to or being loaded from.

NagyD commented 2 years ago

Why did you close this?

Akruzen commented 2 years ago

There was some discussion https://forum.princed.org/viewtopic.php?f=126&t=3512&start=810 regarding the key mapping which I had implemented in this PR. If you prefer this key layout, I can open the PR again. Else, if you like the keys which are currently being discussed on the forum, I can implement that (with your help, since I am having a slight problem https://forum.princed.org/viewtopic.php?p=34295#p34295 doing that) and then open the PR again.

On Sun, Jan 16, 2022 at 3:57 PM Dávid Nagy @.***> wrote:

Why did you close this?

— Reply to this email directly, view it on GitHub https://github.com/NagyD/SDLPoP/pull/271#issuecomment-1013849346, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASXQJAHZTIQUOQXAVJ76ACTUWKMRVANCNFSM5LRYYKMQ . You are receiving this because you modified the open/close state.Message ID: @.***>

Akruzen commented 2 years ago

Fixed the key_state bug. Also added the clear_screen_except_status() function which does not clear the status bar after quickloading.