mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 02:23:23 +00:00

I decided to go with a modular approach, where both in-game and editor UI dialogs inherit from a single base class, a pointer of which is owned by the display class. That can be used for common functionality that needs be shared by all in-game dialogs. Right now the new UI is just static. It works with most stuff, but not key presses. Working on that...