summaryrefslogtreecommitdiff
path: root/src/gui/popups/beingpopup.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-06-03removed particle count from beeingpopup in case its 0jak11-6/+10
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-10-19Fix code style.Andrei Karas1-0/+1
2018-02-13Show clan name in player popup.Andrei Karas1-0/+10
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-24Remove default parameters from widget2.Andrei Karas1-7/+9
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-3/+3
2017-07-13Add missing reference into reading group name.Andrei Karas1-1/+1
2017-07-13Show group name in being popup and status window.Andrei Karas1-0/+15
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-11Rename player_relations into playerRelations.Andrei Karas1-1/+1
2017-06-08Replace size() to empty() where is possibleAndrei Karas1-1/+0
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-6/+6
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-07-31Show hp and max hp in being popup.Andrei Karas1-1/+19
2016-07-31Show being level in being popup (if known).Andrei Karas1-1/+13
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-8/+0
2016-07-15Add some missing costs.Andrei Karas1-1/+1
2016-07-13Show particles amount in being popup.Andrei Karas1-1/+7
2016-07-13Simplify BeingPopup class.Andrei Karas1-212/+89
2016-03-26Fix code style.Andrei Karas1-4/+0
2016-03-21Show effect names in debug window in target tab.Andrei Karas1-15/+2
2016-03-21Remove some getters from StatusEffect.Andrei Karas1-1/+1
2016-03-21Split StatusEffect into StatusEffect and StatusEffectDB.Andrei Karas1-1/+3
2016-03-01Fix popup for not own homunculuses.Andrei Karas1-1/+12
2016-03-01Fix pet popup. For not own pets now show pet info and size always correct.Andrei Karas1-1/+12
2016-02-20Add missing const in gui directory.Andrei Karas1-4/+6
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-07Add missing check in being popup.Andrei Karas1-0/+2
2015-11-01Show enabled status effects in player popups.Andrei Karas1-4/+49
2015-05-30Move theme colors enum into separate file.Andrei Karas1-18/+18
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas1-1/+1
2015-05-28Add strong typed bool type Visible.Andrei Karas1-2/+2
2015-05-21Call Popup::postInit from all popups with overrided postInit method.Andrei Karas1-0/+1
2015-04-18Add eathena defines into being.Andrei Karas1-0/+4
2015-04-05Show chat room name in player popup.Andrei Karas1-5/+40
2015-04-03Remove debug string.Andrei Karas1-1/+0
2015-03-25eathena: show in homunculus popup intimacy and hunger counters.Andrei Karas1-1/+22
2015-03-25Fix compilation without eathena support.Andrei Karas1-0/+2
2015-03-24eathena: show in pet popup intimacy and hunger counters.Andrei Karas1-75/+101
2015-02-18Fix crash with player popup.Andrei Karas1-1/+1
2015-02-15Allow to shop buy board name on beings.Andrei Karas1-8/+36
2015-02-15Rename being board into sell board.Andrei Karas1-8/+8
2015-02-02Show shop name on players.Andrei Karas1-6/+33
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-10Change format in ActorType enum.Andrei Karas1-1/+1
2014-08-17Create public variable for beingpopup.Andrei Karas1-0/+2
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-13Move actor type into separate file.Andrei Karas1-1/+1