Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 4 | -12/+12 | |
.. 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 | 2 | -4/+4 | |
**** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org> | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 4 | -4/+8 | |
2023-05-15 | Blank trade window bug | cuoco | 1 | -1/+1 | |
2023-04-07 | fixed gcc deprecation (unary & not1) | jak1 | 1 | -5/+7 | |
2019-01-01 | Update copyright year. | Andrei Karas | 4 | -4/+4 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -5/+5 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 4 | -4/+4 | |
2017-12-28 | Add missing override and final to destructors. | Andrei Karas | 1 | -1/+1 | |
Also remove some empty destructors. | |||||
2017-12-18 | Remove default parameter from complexinventory. | Andrei Karas | 1 | -2/+2 | |
2017-12-18 | Remove default parameter from inventory. | Andrei Karas | 1 | -2/+2 | |
2017-09-05 | Fix adding stackable items to mail. | Andrei Karas | 2 | -0/+17 | |
2017-08-26 | Add inventory type for mail view window. Not allow drag from/to this inventory. | Andrei Karas | 1 | -0/+1 | |
2017-08-26 | Rename InventoryType::Mail into InventoryType::MailEdit. | Andrei Karas | 1 | -1/+1 | |
2017-08-24 | Add into inventory method for set tag to item at given index. | Andrei Karas | 2 | -0/+17 | |
2017-07-17 | Fix issues detected by coverity. | Andrei Karas | 1 | -0/+1 | |
2017-06-30 | Remove extra includes from headers. | Andrei Karas | 1 | -0/+2 | |
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+1 | |
2017-06-09 | Fix code style. | Andrei Karas | 1 | -1/+5 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 2 | -25/+25 | |
2017-05-30 | Remove extra include from inventory.cpp | Andrei Karas | 1 | -2/+0 | |
2017-05-30 | Add asserts into inventory.cpp | Andrei Karas | 1 | -5/+7 | |
2017-04-22 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2017-04-21 | Add item options into item and get it from server. | Andrei Karas | 2 | -0/+19 | |
2017-01-17 | Add missing A_DEFAULT_COPY / A_DELETE_COPY into resources. | Andrei Karas | 1 | -0/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 4 | -4/+4 | |
2016-12-12 | Add noexcept in some files. | Andrei Karas | 1 | -4/+4 | |
2016-08-15 | Move itemtype.h into item directory. | Andrei Karas | 1 | -1/+1 | |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -4/+0 | |
Now eathena like support enabled always. | |||||
2016-04-17 | Revert "Remove override keyword, if it present with final." | Andrei Karas | 1 | -2/+2 | |
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d. | |||||
2016-04-17 | Remove override keyword, if it present with final. | Andrei Karas | 1 | -2/+2 | |
2016-03-24 | Add enum for item types. | Andrei Karas | 4 | -11/+31 | |
2016-03-22 | Add missing check in inventory. | Andrei Karas | 1 | -1/+2 | |
2016-02-20 | Add missing const in resources directory. | Andrei Karas | 2 | -3/+4 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 2 | -14/+14 | |
2016-01-16 | Fix compilation with some flags. | Andrei Karas | 1 | -0/+1 | |
2016-01-15 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2016-01-08 | Impliment craft inventory for moving items one by one. | Andrei Karas | 4 | -17/+192 | |
2016-01-07 | Add partial implimentation for craft inventory. For now almost same with npc ↵ | Andrei Karas | 2 | -1/+6 | |
inventory. | |||||
2016-01-07 | Add empty complex inventory class. | Andrei Karas | 2 | -0/+84 | |
2016-01-07 | Move invetory into inventory directory. | Andrei Karas | 2 | -0/+665 | |