Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-23 | Show MP bar below HP bar | ewew ukek | 1 | -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-05 | Rename hp bar color identifiers for clarity | ewew ukek | 1 | -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-20 | Color setting for attack range of monsters from ignore list | ewew ukek | 1 | -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-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 160 | -160/+320 | |
2019-06-10 | Add chat command /trimmemory for force trim freed memory | Andrei Karas | 1 | -0/+1 | |
2019-01-01 | Update copyright year. | Andrei Karas | 160 | -160/+160 | |
2018-12-06 | Fix style in enums. | Andrei Karas | 10 | -44/+44 | |
2018-09-26 | Add packet SMSG_PLAYER_COMBINED_INVENTORY 0x0b09. | Andrei Karas | 1 | -5/+5 | |
2018-09-26 | Add inventory type enum for future packets. | Andrei Karas | 1 | -0/+35 | |
2018-07-11 | Use unsigned enum values in inputcondition.h | Andrei Karas | 1 | -26/+26 | |
2018-06-30 | Rename "other" gender into "hidden" gender. | Andrei Karas | 1 | -1/+1 | |
2018-04-23 | Add cast into macro toInt for old compilers. | Andrei Karas | 1 | -1/+1 | |
2018-03-09 | Remove extra coma from pincodestate.h | Andrei Karas | 1 | -1/+1 | |
2018-03-07 | Add support for set new pincode. | Andrei Karas | 1 | -0/+37 | |
Add pincode dialog and widget. | |||||
2018-02-26 | Rename themecolortype.h into themecolortype.inc. | Andrei Karas | 1 | -1/+1 | |
2018-02-19 | Move theme colors enums and strings into combined file. | Andrei Karas | 1 | -233/+12 | |
2018-02-13 | Add support for show clan badge. | Andrei Karas | 1 | -0/+1 | |
But for now clan unset for players. | |||||
2018-02-13 | Add clan window. | Andrei Karas | 1 | -0/+1 | |
For now can be opened only by chat command /clan. | |||||
2018-02-11 | Add basic support for clans. | Andrei Karas | 2 | -1/+8 | |
2018-01-17 | Show error message if bank check action failed. | Andrei Karas | 1 | -0/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 158 | -158/+158 | |
2017-09-27 | Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL. | Andrei Karas | 3 | -3/+4 | |
2017-09-27 | Change player job level, exp from stat object to attribute. | Andrei Karas | 2 | -0/+4 | |
2017-09-27 | Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL. | Andrei Karas | 3 | -2/+5 | |
2017-09-10 | Allow trigger input action on key press or/and release. | Andrei Karas | 1 | -0/+2 | |
By default all actions triggered on press key. | |||||
2017-09-09 | Add workaround for fix alt-tab issue in SDL2. | Andrei Karas | 1 | -0/+34 | |
Also add option to enable/disable this workaround. | |||||
2017-09-03 | Fixed all "buttom" into "bottom". | Alige | 1 | -1/+1 | |
2017-08-26 | Add support for getting attached money from mail message. | Andrei Karas | 1 | -0/+3 | |
2017-08-26 | Add support for getting attached items from mail message. | Andrei Karas | 1 | -0/+1 | |
2017-08-26 | Add inventory type for mail view window. Not allow drag from/to this inventory. | Andrei Karas | 2 | -1/+3 | |
2017-08-26 | Rename InventoryType::Mail into InventoryType::MailEdit. | Andrei Karas | 1 | -1/+1 | |
2017-08-26 | Close mail edit window on success send. | Andrei Karas | 1 | -0/+4 | |
Also show mail send error messages. | |||||
2017-08-25 | Validate destination name after it entered in mail edit window. | Andrei Karas | 1 | -1/+1 | |
2017-08-25 | Show message information in mail list. | Andrei Karas | 1 | -0/+39 | |
Show signs for item and money. | |||||
2017-08-24 | Add support for removing item from mail. | Andrei Karas | 1 | -0/+1 | |
2017-08-24 | Add attach items to new mail. | Andrei Karas | 1 | -0/+5 | |
2017-08-23 | Add mailqueuetype enum for mail queue types. | Andrei Karas | 1 | -0/+35 | |
2017-08-23 | Add ability to send new mail by /sendmail chat command. | Andrei Karas | 1 | -0/+1 | |
2017-08-22 | Remove extra coma. | Andrei Karas | 1 | -1/+1 | |
2017-08-22 | Use strong typed enum ParticlePhysics. | Andrei Karas | 1 | -0/+34 | |
2017-08-22 | Add strong typed enum DisplayType. | Andrei Karas | 1 | -0/+33 | |
2017-08-18 | Allow set type for strong typed enum with values. | Andrei Karas | 2 | -1/+7 | |
2017-08-12 | Add MailOpenType enum for different open types. | Andrei Karas | 1 | -0/+34 | |
2017-08-08 | Add into skill context menu for add shortcut. | Andrei Karas | 1 | -0/+1 | |
Also add chat command for add skill shortcut by skill id into free slot. | |||||
2017-07-31 | Fix comment in badgedrawtype.h. | Andrei Karas | 1 | -1/+1 | |
2017-07-30 | Add option to show player name at top or at bottom. | Andrei Karas | 2 | -0/+68 | |
Add also enum for badge draw type. | |||||
2017-07-21 | Remove empty line at end of serverpermissiontype.h | Andrei Karas | 1 | -1/+0 | |
2017-07-20 | Prevent excluding some includes. | Andrei Karas | 2 | -0/+2 | |
2017-07-19 | Prevent excluding servercommands.inc | Andrei Karas | 1 | -0/+2 | |
2017-07-19 | Add support for loading permissions from groups.xml | Andrei Karas | 1 | -33/+8 | |