.. |
settings
|
Replaced CIntObject::type bitfield with bool's. Added input blocking.
|
2023-07-03 19:24:12 +03:00 |
CCastleInterface.cpp
|
Merge pull request #2282 from IvanSavenko/adventure_map_fixes
|
2023-07-07 14:27:58 +03:00 |
CCastleInterface.h
|
Split mouseDragged event from mouseMoved
|
2023-06-22 22:11:48 +03:00 |
CCreatureWindow.cpp
|
Moved CGameState files into a separate directory
|
2023-06-26 17:15:59 +03:00 |
CCreatureWindow.h
|
Replaced clickRight event with showPopupWindow/closePopupWindow
|
2023-06-20 19:58:05 +03:00 |
CHeroWindow.cpp
|
Merge remote-tracking branch 'soundsgood/CArtHandler-rework' into develop
|
2023-06-05 18:53:17 +03:00 |
CHeroWindow.h
|
show/showAll methods now use Canvas instead of SDL_Surface
|
2023-06-02 16:42:18 +03:00 |
CKingdomInterface.cpp
|
Renamed RCLICK -> SHOW_POPUP
|
2023-06-20 19:58:05 +03:00 |
CKingdomInterface.h
|
Replaced clickRight event with showPopupWindow/closePopupWindow
|
2023-06-20 19:58:05 +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
|
Moved CGameState files into a separate directory
|
2023-06-26 17:15:59 +03:00 |
CQuestLog.h
|
Split mouseDragged event from mouseMoved
|
2023-06-22 22:11:48 +03:00 |
CreaturePurchaseCard.cpp
|
Fixed slider's behavior, especially for mobile systems
|
2023-06-22 23:49:38 +03:00 |
CreaturePurchaseCard.h
|
Replaced clickRight event with showPopupWindow/closePopupWindow
|
2023-06-20 19:58:05 +03:00 |
CSpellWindow.cpp
|
Renamed RCLICK -> SHOW_POPUP
|
2023-06-20 19:58:05 +03:00 |
CSpellWindow.h
|
Replaced clickRight event with showPopupWindow/closePopupWindow
|
2023-06-20 19:58:05 +03:00 |
CTradeWindow.cpp
|
Moved CGameState files into a separate directory
|
2023-06-26 17:15:59 +03:00 |
CTradeWindow.h
|
Replaced clickRight event with showPopupWindow/closePopupWindow
|
2023-06-20 19:58:05 +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
|
Replaced CIntObject::type bitfield with bool's. Added input blocking.
|
2023-07-03 19:24:12 +03:00 |
GUIClasses.h
|
Replaced clickRight event with showPopupWindow/closePopupWindow
|
2023-06-20 19:58:05 +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 |