summaryrefslogtreecommitdiff
path: root/src/enums/gui
AgeCommit message (Collapse)AuthorFilesLines
2024-04-05Rename hp bar color identifiers for clarityHEADmasterewew ukek1-10/+10
Continuation of https://git.themanaworld.org/mana/plus/-/merge_requests/68#note_12819 I've renamed `*_HP2` to `*_HP_BG` and updated their descriptions. I didn't touch configuration keys intentionally. "Renamed *_HP -> *_HP_FG. Also decided to keep descriptions as is or else they become unreadable." See merge request mana/plus!71
2024-03-20Color setting for attack range of monsters from ignore listewew ukek1-0/+1
This MR displays attack range of monsters from ignore attack list in different color. I picked magenta as default, this may be changed if needed. There are actor types other than monsters but looks like it's not possible to add them to ignore list anyway. * Flip if branches for readability * Color setting for attack range of monsters from ignore list ****
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva19-19/+38
2019-01-01Update copyright year.Andrei Karas19-19/+19
2018-12-06Fix style in enums.Andrei Karas2-4/+4
2018-03-09Remove extra coma from pincodestate.hAndrei Karas1-1/+1
2018-03-07Add support for set new pincode.Andrei Karas1-0/+37
Add pincode dialog and widget.
2018-02-26Rename themecolortype.h into themecolortype.inc.Andrei Karas1-1/+1
2018-02-19Move theme colors enums and strings into combined file.Andrei Karas1-233/+12
2018-02-11Add basic support for clans.Andrei Karas2-1/+8
2018-01-04Update copyrights year.Andrei Karas18-18/+18
2017-06-21Remove browserboxmode.Andrei Karas1-36/+0
2017-06-07Fix namespace comments.Andrei Karas3-3/+3
2017-03-10Fix compilation warnings with mingw.Andrei Karas2-1/+15
2017-01-27Move color names into separate file.Andrei Karas1-0/+45
2017-01-27Move link highlight mode into separate file.Andrei Karas1-0/+42
2017-01-27Move browserboxmode into separate file.Andrei Karas1-0/+36
Also convert it to strong typed enum.
2017-01-03Update copyright year.Andrei Karas16-16/+16
2016-10-06Fix code style.Andrei Karas1-0/+4
2016-10-04Move npcactionstate into enums directory.Andrei Karas1-0/+37
2016-10-04Move npcinputstate into enums directory.Andrei Karas1-0/+40
2016-10-04Move layouttype into enums directory.Andrei Karas1-0/+42
2016-10-04Move slidergrid enum into enums directory.Andrei Karas1-0/+85
2016-10-04Move orientation enum into enums directory.Andrei Karas1-0/+78
2016-09-15Add type into ShopListBox.Andrei Karas1-0/+34
2016-08-07Add monster wall collision type.Andrei Karas1-0/+1
2016-08-06Add own colors for hp bars for homunculus, mercenary, elemental.Andrei Karas1-0/+6
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-4/+0
Now eathena like support enabled always.
2016-07-18Add own configurable color for skill attack range.Andrei Karas1-0/+1
2016-04-21Convert chattabtype into strong typed enum.Andrei Karas1-16/+16
2016-04-21Move chattabtype into enums directory.Andrei Karas1-0/+42
2016-04-16Add missing file.Andrei Karas1-0/+48
2016-04-16Move downloadstatus enum into separate file.Andrei Karas1-0/+42
Also convert it to strong typed enum.
2016-04-16Move serverdialogdownloadstatus into separate file.Andrei Karas1-0/+40
And convert into strong typed enum.
2016-01-02Update copyrights year.Andrei Karas6-6/+6
2015-11-09Add skill unit support in most files excluding net code.Andrei Karas1-0/+1
2015-07-14Add card item type.Andrei Karas1-0/+2
2015-06-16Add 3 team colors.Andrei Karas1-0/+3
2015-06-16Add labels into userpalette.Andrei Karas1-6/+12
2015-06-16Add support for labels inside userpalette.Andrei Karas2-2/+4
Add being colors label to userpalette.
2015-06-16Add enemy color.Andrei Karas1-0/+1
Use enemy color in hightlight nick what hit player.
2015-06-06Fix code style.Andrei Karas1-3/+3
2015-06-01Convert UserColorId enum into strong typed enum.Andrei Karas1-51/+51
2015-05-31Convert ThemeColorId enum into strong typed enum.Andrei Karas1-226/+226
2015-05-31Convert ProgressColorId enum into strong typed enum.Andrei Karas1-18/+18
2015-05-31Convert GradientType enum into strong typed enum.Andrei Karas1-11/+9
2015-05-30Move user defined colors enum into separate file.Andrei Karas1-0/+80
2015-05-30Move gradient type into separate file.Andrei Karas1-0/+40
2015-05-30Move theme progress colors enum into separate file.Andrei Karas1-0/+48
2015-05-30Move theme colors enum into separate file.Andrei Karas1-0/+256