1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-04 00:15:53 +02:00
vcmi/client/windows/settings
Ivan Savenko d6b9fa8fbd Replaced CPlayerInterface::pim with CGuiHandler::interfaceLock
- Removed CPlayerInterface::pim since this lock does not actually
protects LOCPLINT but rather entire game UI state
- added more logical CGuiHandler::interfaceLock
- interface lock is now non-recursive and is locked only once by initial
caller that want to access GUI
2023-09-27 18:33:52 +03:00
..
AdventureOptionsTab.cpp Use ResourcePath for referencing texts and json's 2023-09-04 18:22:34 +03:00
AdventureOptionsTab.h Basic separation of adventure map & general tabs 2023-02-12 19:25:59 +01:00
BattleOptionsTab.cpp Use ResourcePath for referencing texts and json's 2023-09-04 18:22:34 +03:00
BattleOptionsTab.h Allow toggling quick combat spells usage 2023-08-19 17:23:55 +02:00
GeneralOptionsTab.cpp Replaced CPlayerInterface::pim with CGuiHandler::interfaceLock 2023-09-27 18:33:52 +03:00
GeneralOptionsTab.h Added selection of long touch duration 2023-06-20 19:58:05 +03:00
OtherOptionsTab.cpp Use ResourcePath for referencing texts and json's 2023-09-04 18:22:34 +03:00
OtherOptionsTab.h Rename settings files 2023-02-18 17:58:22 +01:00
SettingsMainWindow.cpp Use ResourcePath for referencing texts and json's 2023-09-04 18:22:34 +03:00
SettingsMainWindow.h Replaced SDL user events list with dispatching of arbitrary functors 2023-06-26 21:51:10 +03:00