.. |
settings
|
Always show correct game resolution in settings, unaffected by scaling
|
2023-07-15 16:09:44 +03:00 |
CCastleInterface.cpp
|
Merge pull request #2310 from IvanSavenko/left_click_refactor
|
2023-07-13 13:03:06 +03:00 |
CCastleInterface.h
|
Replaced clickReleased with clickPressed where applicable in H3
|
2023-07-09 17:48:25 +03:00 |
CCreatureWindow.cpp
|
Merge pull request #2310 from IvanSavenko/left_click_refactor
|
2023-07-13 13:03:06 +03:00 |
CCreatureWindow.h
|
Replaced clickLeft with clickPressed clickReleased methods
|
2023-07-08 14:33:04 +03:00 |
CHeroWindow.cpp
|
Allow dismissing hero from town
|
2023-07-15 16:09:44 +03:00 |
CHeroWindow.h
|
Replaced clickReleased with clickPressed where applicable in H3
|
2023-07-09 17:48:25 +03:00 |
CKingdomInterface.cpp
|
Allow dismissing heroes from kingdom overview window
|
2023-07-15 16:09:44 +03:00 |
CKingdomInterface.h
|
Allow dismissing heroes from kingdom overview window
|
2023-07-15 16:09:44 +03:00 |
CMessage.cpp
|
Moved slider class to a separate file
|
2023-06-05 19:16:01 +03:00 |
CMessage.h
|
vcmi: move getEstimatedComponentHeight
|
2023-03-13 00:24:26 +03:00 |
CPuzzleWindow.cpp
|
show/showAll methods now use Canvas instead of SDL_Surface
|
2023-06-02 16:42:18 +03:00 |
CPuzzleWindow.h
|
show/showAll methods now use Canvas instead of SDL_Surface
|
2023-06-02 16:42:18 +03:00 |
CQuestLog.cpp
|
Replaced clickLeft with clickPressed clickReleased methods
|
2023-07-08 14:33:04 +03:00 |
CQuestLog.h
|
Replaced clickLeft with clickPressed clickReleased methods
|
2023-07-08 14:33:04 +03:00 |
CreaturePurchaseCard.cpp
|
Replaced clickLeft with clickPressed clickReleased methods
|
2023-07-08 14:33:04 +03:00 |
CreaturePurchaseCard.h
|
Replaced clickLeft with clickPressed clickReleased methods
|
2023-07-08 14:33:04 +03:00 |
CSpellWindow.cpp
|
Replaced clickReleased with clickPressed where applicable in H3
|
2023-07-09 17:48:25 +03:00 |
CSpellWindow.h
|
Replaced clickReleased with clickPressed where applicable in H3
|
2023-07-09 17:48:25 +03:00 |
CTradeWindow.cpp
|
Merge pull request #2310 from IvanSavenko/left_click_refactor
|
2023-07-13 13:03:06 +03:00 |
CTradeWindow.h
|
Replaced clickLeft with clickPressed clickReleased methods
|
2023-07-08 14:33:04 +03:00 |
CWindowObject.cpp
|
Renamed gesture-related methods, remove unused code
|
2023-06-20 19:58:05 +03:00 |
CWindowObject.h
|
Renamed gesture-related methods, remove unused code
|
2023-06-20 19:58:05 +03:00 |
GUIClasses.cpp
|
Allow merging stack on recruitment to give place for recruited unit
|
2023-07-15 16:09:44 +03:00 |
GUIClasses.h
|
Replaced clickReleased with clickPressed where applicable in H3
|
2023-07-09 17:48:25 +03:00 |
InfoWindows.cpp
|
Moved CGameState files into a separate directory
|
2023-06-26 17:15:59 +03:00 |
InfoWindows.h
|
Renamed gesture-related methods, remove unused code
|
2023-06-20 19:58:05 +03:00 |
QuickRecruitmentWindow.cpp
|
Implemented Scrollable class, to server as common base for such classes
|
2023-06-05 19:17:04 +03:00 |
QuickRecruitmentWindow.h
|
fix typo: purhase -> purchase
|
2022-09-18 17:43:40 +03:00 |