Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 1 | -3/+3 | |
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179 | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-08-09 | Allow for each item replace equip/use menu item to custom menu. | Andrei Karas | 1 | -2/+7 | |
Separate menus supproted for inventory, storage, cart. | |||||
2017-07-20 | Show gm commands in popup menu based or player allowed gm commands. | Andrei Karas | 1 | -0/+6 | |
For legacy server aka tmwa, it allow all commands. | |||||
2017-07-20 | In popupmenu get group for local player before each menu. | Andrei Karas | 1 | -0/+4 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -1/+1 | |
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features. | |||||
2017-06-19 | Use staticbrowserbox in popupmenu. | Andrei Karas | 1 | -3/+3 | |
2017-03-14 | Fix shadow variables in PopupMenu and Desktop. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-08-18 | Add baic menu into social window menu button. | Andrei Karas | 1 | -0/+16 | |
Allow create/leave party or guild. | |||||
2016-08-15 | Change cast offset in skills dialog. | Andrei Karas | 1 | -0/+3 | |
2016-08-14 | Show header in skill level selection menu. | Andrei Karas | 1 | -2/+0 | |
2016-08-14 | Allow open submenus in same position with parent menu. | Andrei Karas | 1 | -0/+2 | |
2016-08-14 | Add skill cast type option in skills window. | Andrei Karas | 1 | -0/+2 | |
Can be changed, but for now unused. | |||||
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -4/+0 | |
Now eathena like support enabled always. | |||||
2016-07-06 | Add menu for selected skill for now with item only "set skill level".s20160706 | Andrei Karas | 1 | -0/+5 | |
Also add chat command /showskilllevels SKILL | |||||
2016-05-10 | Add ability to switch emotes shortcurs bar between player, pets, ↵ | Andrei Karas | 1 | -0/+2 | |
homunculuses and mercenaries. | |||||
2016-04-17 | Revert "Remove override keyword, if it present with final." | Andrei Karas | 1 | -3/+3 | |
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d. | |||||
2016-04-17 | Remove override keyword, if it present with final. | Andrei Karas | 1 | -3/+3 | |
2016-03-20 | Add adopt child into players context menu. | Andrei Karas | 1 | -0/+2 | |
2016-03-07 | Add into mobs and foring pets context menu item for timing pet. | Andrei Karas | 1 | -0/+2 | |
2016-03-07 | Add "Mail to..." command in player context menu. | Andrei Karas | 1 | -0/+2 | |
2016-03-01 | Add basic support for gm menus for pets, homunculuses, mercenaries. | Andrei Karas | 1 | -0/+6 | |
2016-02-29 | Add chat command /gmpartyleader. Also add it to npc context menu. | Andrei Karas | 1 | -2/+2 | |
2016-02-28 | Add support for ext being name in popupmenu. | Andrei Karas | 1 | -0/+1 | |
This fix npc gm menu for npc where name != ext name. | |||||
2016-02-28 | In popupmenu rename varible mNick to mName. | Andrei Karas | 1 | -1/+1 | |
2016-02-24 | Move "show ..." gm commands into submenu. | Andrei Karas | 1 | -0/+2 | |
2016-02-24 | Move player mute/unmute commands into submenu. | Andrei Karas | 1 | -0/+2 | |
2016-02-23 | Add basic support for gm commands for items context menu. | Andrei Karas | 1 | -0/+4 | |
2016-02-23 | Add into gm context menu for monsters command info. | Andrei Karas | 1 | -0/+2 | |
2016-02-23 | Add basic gm menu for different being types. | Andrei Karas | 1 | -0/+6 | |
Add kick into monster and npc menu. | |||||
2016-02-08 | Add some missing const. | Andrei Karas | 1 | -3/+7 | |
2016-01-27 | Add context menu for moving items to craft. | Andrei Karas | 1 | -0/+4 | |
2016-01-17 | Add support for add from context menu into chat item links with cards. | Andrei Karas | 1 | -0/+3 | |
2016-01-05 | Remove item object from popup menu, but use item index in inventory. | Andrei Karas | 1 | -1/+1 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-11-22 | Add popup menu for left click on skill level. | Andrei Karas | 1 | -0/+4 | |
2015-11-18 | Fix code style in beingequipbackend and add some consts to it. | Andrei Karas | 1 | -3/+3 | |
2015-11-16 | Convert InventoryType enum into strong typed. | Andrei Karas | 1 | -1/+1 | |
2015-11-10 | Add close to minimap context menu. | Andrei Karas | 1 | -1/+2 | |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -3/+5 | |
2015-08-09 | Add some missing checks to gui found by paranucker. | Andrei Karas | 1 | -2/+2 | |
2015-08-03 | Add gui mode for dyecmd. Now only basic code added. | Andrei Karas | 1 | -0/+3 | |
2015-06-25 | Add missing checks into popups. | Andrei Karas | 1 | -2/+3 | |
2015-05-29 | Convert ActorType enum into strong typed enum. | Andrei Karas | 1 | -1/+1 | |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -3/+6 | |
2015-04-18 | Add eathena defines into being. | Andrei Karas | 1 | -0/+2 | |
2015-04-17 | Use ActorType for being type. | Andrei Karas | 1 | -1/+1 | |