1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/client/widgets
Ivan Savenko 20d5b33ea6 Remove marketModes as member
marketModes are now generated in runtime and are not a member of
IMarket. Was not a bad change, but towns load buildings before town type
is randomized, leading to case where market modes are not actually known
when building is added to town (like random towns with market built)

Since altar requires CArtifactSet for work, IMarket will now always
contain it, but it will only be accessible if market supports altar
mode.
2024-08-27 14:07:00 +00:00
..
markets Remove marketModes as member 2024-08-27 14:07:00 +00:00
Buttons.cpp Renamed & unified OBJECT_CONSTRUCTION macro set 2024-08-09 15:30:04 +00:00
Buttons.h Merge branch 'vcmi:develop' into quickspell 2024-07-17 03:20:31 +02:00
CArtifactsOfHeroAltar.cpp CArtifactsOfHeroBase refactoring 2024-05-21 12:05:07 +03:00
CArtifactsOfHeroAltar.h Artifacts altar ctrl+click 2024-05-20 11:47:12 +03:00
CArtifactsOfHeroBackpack.cpp Renamed & unified OBJECT_CONSTRUCTION macro set 2024-08-09 15:30:04 +00:00
CArtifactsOfHeroBackpack.h fixed missed trader text 2024-03-25 17:38:43 +02:00
CArtifactsOfHeroBase.cpp Renamed & unified OBJECT_CONSTRUCTION macro set 2024-08-09 15:30:04 +00:00
CArtifactsOfHeroBase.h Merge branch 'vcmi/beta' into 'vcmi/develop' 2024-06-21 12:58:36 +00:00
CArtifactsOfHeroKingdom.cpp CArtifactsOfHeroBase refactoring 2024-05-21 12:05:07 +03:00
CArtifactsOfHeroKingdom.h Reset picked artifact on window deactivation 2024-04-11 23:52:37 +03:00
CArtifactsOfHeroMain.cpp Merge branch 'vcmi/master' into 'vcmi/develop' 2024-05-31 09:34:21 +00:00
CArtifactsOfHeroMain.h Merge branch 'vcmi/master' into 'vcmi/develop' 2024-05-31 09:34:21 +00:00
CArtifactsOfHeroMarket.cpp CArtifactsOfHeroBase refactoring 2024-05-21 12:05:07 +03:00
CArtifactsOfHeroMarket.h CArtifactsOfHeroBase refactoring 2024-05-21 12:05:07 +03:00
CArtPlace.cpp Renamed & unified OBJECT_CONSTRUCTION macro set 2024-08-09 15:30:04 +00:00
CArtPlace.h ArtifactsUIController class 2024-07-09 14:27:05 +03:00
CComponent.cpp Merge branch 'master' into 'develop' 2024-08-26 14:01:00 +00:00
CComponent.h Fixes for positioning on popups with components 2024-02-27 13:15:16 +02:00
CExchangeController.cpp Define each identifier in a dedicated statement 2024-01-10 00:22:23 +00:00
CExchangeController.h CWindowWithArtifacts preparations 2024-04-23 16:06:58 +03:00
CGarrisonInt.cpp Remove no longer used DISPOSE flag from CIntObject 2024-08-09 15:50:37 +00:00
CGarrisonInt.h
ComboBox.cpp Restore previously disabled functionality 2024-02-29 16:47:44 +02:00
ComboBox.h First version that works in lobby 2024-02-29 12:45:08 +01:00
CreatureCostBox.cpp Renamed & unified OBJECT_CONSTRUCTION macro set 2024-08-09 15:30:04 +00:00
CreatureCostBox.h
CTextInput.cpp Renamed & unified OBJECT_CONSTRUCTION macro set 2024-08-09 15:30:04 +00:00
CTextInput.h add help text 2024-07-29 00:54:58 +02:00
GraphicalPrimitiveCanvas.cpp resource selection 2024-08-13 22:40:37 +02:00
GraphicalPrimitiveCanvas.h resource selection 2024-08-13 22:40:37 +02:00
Images.cpp Merge branch 'develop' into extended_statistic 2024-08-20 20:25:16 +02:00
Images.h Merge branch 'develop' into extended_statistic 2024-08-20 20:25:16 +02:00
MiscWidgets.cpp IMarket suggestions 2024-08-20 18:49:48 +03:00
MiscWidgets.h moveChildForeground 2024-08-03 17:04:27 +03:00
ObjectLists.cpp Renamed & unified OBJECT_CONSTRUCTION macro set 2024-08-09 15:30:04 +00:00
ObjectLists.h Reduce direct access to CAnimation, removed various caching schemes 2024-07-19 10:08:50 +00:00
RadialMenu.cpp Renamed & unified OBJECT_CONSTRUCTION macro set 2024-08-09 15:30:04 +00:00
RadialMenu.h
Scrollable.cpp
Scrollable.h
Slider.cpp Renamed & unified OBJECT_CONSTRUCTION macro set 2024-08-09 15:30:04 +00:00
Slider.h Fix infinitely updating simultaneous turns slider 2024-08-02 12:20:14 +00:00
TextControls.cpp selectionwindow 2024-08-13 22:07:09 +02:00
TextControls.h Moved CTextInput to a separate file. No changes in logic 2024-05-15 12:45:45 +00:00
VideoWidget.cpp Fixed video widget playback 2024-05-16 16:50:36 +00:00
VideoWidget.h Fixed video widget playback 2024-05-16 16:50:36 +00:00