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-03-11 | Typofix {add,remove}InventoyListener -> {add,remove}InventoryListener | Fedja Beader | 1 | -3/+3 | |
**** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org> | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2021-12-18 | added check for equiped items, and protected items. ignored by store all ↵ | jak1 | 1 | -0/+3 | |
fixes #26 | |||||
2021-03-12 | added 'store all' button shown: when in storage window | jak1 | 1 | -1/+30 | |
2020-02-23 | Fix some code style issues | Andrei Karas | 1 | -3/+3 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -4/+4 | |
2018-10-29 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2018-03-09 | Add skin parameter to all button constructors. | Andrei Karas | 1 | -25/+71 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-28 | Remove extra includes. | Andrei Karas | 1 | -0/+2 | |
2017-12-27 | Remove default parameters from window. | Andrei Karas | 1 | -11/+11 | |
2017-12-26 | Remove default parameters from dropdown. | Andrei Karas | 1 | -1/+1 | |
2017-12-26 | Remove default parameters from itemcontainer. | Andrei Karas | 1 | -1/+2 | |
2017-12-25 | Remove default parameters from containerplacer. | Andrei Karas | 1 | -19/+19 | |
2017-12-24 | Remove default parameters from widget2. | Andrei Karas | 1 | -6/+6 | |
2017-12-23 | Remove default parameters from tabstrip. | Andrei Karas | 1 | -1/+1 | |
2017-12-23 | Remove default parameters from itemamountwindow. | Andrei Karas | 1 | -14/+50 | |
2017-12-22 | Remove default parameters from confirmdialog.h | Andrei Karas | 1 | -1/+2 | |
2017-09-27 | Change attributes value type to int64. | Andrei Karas | 1 | -2/+2 | |
2017-08-26 | Add inventory type for mail view window. Not allow drag from/to this inventory. | Andrei Karas | 1 | -0/+4 | |
2017-08-26 | Rename InventoryType::Mail into InventoryType::MailEdit. | Andrei Karas | 1 | -4/+4 | |
2017-08-22 | Remove some parentheses. | Andrei Karas | 1 | -1/+1 | |
2017-08-21 | Remove useless variables. | Andrei Karas | 1 | -2/+1 | |
2017-08-09 | Add different use actions for items. | Andrei Karas | 1 | -3/+3 | |
Can be used from chat or from custom item menu from items.xml | |||||
2017-06-30 | Remove extra includes again. | Andrei Karas | 1 | -0/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -59/+64 | |
2017-06-04 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2017-01-31 | Move units into db directory. | Andrei Karas | 1 | -4/+5 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-23 | Fix style issues. | Andrei Karas | 1 | -5/+5 | |
2016-10-04 | Move npcinputstate into enums directory. | Andrei Karas | 1 | -1/+1 | |
2016-10-04 | Move layouttype into enums directory. | Andrei Karas | 1 | -1/+2 | |
2016-09-21 | Set parts of most windows unselectable. | Andrei Karas | 1 | -0/+1 | |
2016-09-17 | Add strong typed bool LoseFocusOnTab. | Andrei Karas | 1 | -1/+2 | |
2016-09-17 | Add strong typed bool Opaque. | Andrei Karas | 1 | -1/+2 | |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -38/+0 | |
Now eathena like support enabled always. | |||||
2016-04-16 | Move itemamountwindowusage enum into separate file. | Andrei Karas | 1 | -15/+22 | |
Also convert it to strong typed enum. | |||||
2016-03-24 | Add enum for item types. | Andrei Karas | 1 | -2/+1 | |
2016-03-24 | Change ItemType into strong typed enum. | Andrei Karas | 1 | -1/+2 | |
2016-02-12 | Fix code style. | Andrei Karas | 1 | -1/+6 | |
2016-02-08 | Add some missing checks and remove useless checks. | Andrei Karas | 1 | -15/+19 | |
2016-02-08 | Add some missing const. | Andrei Karas | 1 | -1/+1 | |
2016-01-27 | Add quick shortcuts for add selected item to each craft inventory slot. | Andrei Karas | 1 | -0/+32 | |
Add craft tab with shortcuts in input tab. | |||||
2016-01-07 | Add partial implimentation for craft inventory. For now almost same with npc ↵ | Andrei Karas | 1 | -0/+4 | |
inventory. | |||||
2016-01-04 | Add missing TRANSLATORS comments to translation strings. | Andrei Karas | 1 | -0/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-31 | Move ImagePosition enum into enums directory. | Andrei Karas | 1 | -2/+2 | |
2015-12-29 | Move item into item directory. | Andrei Karas | 1 | -1/+2 | |