summaryrefslogtreecommitdiff
path: root/src/gui/popups/beingpopup.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-20improve includes.Andrei Karas1-0/+1
2014-02-16combine font classes in one.Andrei Karas1-3/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-26Fix being popup height if no any information about being except name.Andrei Karas1-0/+1
2013-10-19fix code styleAndrei Karas1-1/+0
2013-10-19add postInit function into popup.Andrei Karas1-4/+8
2013-10-08extent profiler logging into some functions.Andrei Karas1-0/+2
2013-10-04fix code style.Andrei Karas1-1/+0
2013-09-30move popups into popups directory.Andrei Karas1-0/+211