summaryrefslogtreecommitdiff
path: root/src/enums/gui/usercolorid.h
AgeCommit message (Collapse)AuthorFilesLines
2024-09-23Show MP bar below HP barewew ukek1-0/+2
Adds a light blue bar for MP below player's HP bar. It shows only if M.Atk is above 0. I didn't add a checkbox to the settings to disable this, let me know if I should. Squashed with: * Sneak in another TODO * Sneak in a TODO **** mana/plus!68 Co-authored-by: Fedja Beader <fedja@protonmail.ch>
2024-04-05Rename hp bar color identifiers for clarityewew 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 Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-12-06Fix style in enums.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
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-18Add own configurable color for skill attack range.Andrei Karas1-0/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-09Add skill unit support in most files excluding net code.Andrei Karas1-0/+1
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 Karas1-1/+2
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-01Convert UserColorId enum into strong typed enum.Andrei Karas1-51/+51
2015-05-30Move user defined colors enum into separate file.Andrei Karas1-0/+80