carnivores-cpe / Carn2-Menu

Carnivores 2/IA Menu implementation using left over code from Interface.cpp and referencing the Carnivores 1 menu code.
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Todo: Implement profile/registry menu #5

Closed Rexhunter99 closed 4 years ago

Rexhunter99 commented 4 years ago

Currently the profile select (called Registry in the game source-code) renders correctly and has a working text-input, but cannot have any of the profiles selected or a new one created.

Rexhunter99 commented 4 years ago

This was inadvertently mostly completed, you can now select a profile and everything is in place to be able to delete existing profiles, the case for loading the MENUD* files needs to be added, will probably use MENU_REGISTER_DELETE as the state enum. Lastly the ability to type in a name is there, but we need to accept VK_RETURN inputs and clicking "OK" if a profile is not selected or an empty profile slot is selected. Pretty much all those capabilities are possible and just need their basic logic put into the input event to function.

Rexhunter99 commented 4 years ago

Now complete, pending minor graphical fixes and future ability to scroll through the list of save files up to 99. Commit: ac77146225d500dd78f0f4fe5b92ef248c3ac683