1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/client/lobby
Ivan Savenko 864990db13 Implemented Bloodlust & Petrification effect
- ColorFilter is now in separate file
- Moved lerp function into global.h
- Bloodlust visuals mostly matches H3
- Petrify visual matches H3
- TODO: Adjust timing of all ColorFilter efects to match H3
- TODO: Petrify should pause stack animations
- TODO: ColorFilter-powered effects should be configurable in Spell system
2022-12-15 23:24:03 +02:00
..
CBonusSelection.cpp Fixed ugly solid-white status bars in pregame, removed operator* from 2022-11-29 17:07:21 +02:00
CBonusSelection.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
CCampaignInfoScreen.cpp Fix crash when clicking scenario info during campaign gameplay. 2022-05-10 09:48:05 +03:00
CCampaignInfoScreen.h Fix crash when clicking scenario info during campaign gameplay. 2022-05-10 09:48:05 +03:00
CLobbyScreen.cpp Fix start game button for rmg without templates (#781) 2022-08-30 08:30:21 +03:00
CLobbyScreen.h Gui cleanup4 (#446) 2018-07-25 01:36:48 +03:00
CSavingScreen.cpp code improvement 2022-09-27 11:56:12 +03:00
CSavingScreen.h code improvement 2022-09-27 11:56:12 +03:00
CScenarioInfoScreen.cpp Gui cleanup4 (#446) 2018-07-25 01:36:48 +03:00
CScenarioInfoScreen.h Gui cleanup4 (#446) 2018-07-25 01:36:48 +03:00
CSelectionBase.cpp Implemented Bloodlust & Petrification effect 2022-12-15 23:24:03 +02:00
CSelectionBase.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
OptionsTab.cpp replaced C array with std::array 2022-11-28 21:20:46 +02:00
OptionsTab.h Fixed: Advanced options window issues 2021-11-13 17:02:11 +02:00
RandomMapTab.cpp Merge remote-tracking branch 'refs/remotes/vcmi/develop' into battleint_refactor 2022-11-28 16:10:13 +02:00
RandomMapTab.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
SelectionTab.cpp Most of rendering in BattleInt is done via canvas 2022-11-26 23:12:20 +02:00
SelectionTab.h Apply suggestions from code review 2022-09-24 15:55:26 +03:00