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-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -1/+1 | |
2018-03-09 | Add skin parameter to all button constructors. | Andrei Karas | 1 | -14/+40 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-26 | Remove default parameters from dropdown. | Andrei Karas | 1 | -1/+6 | |
2017-12-26 | Remove default parameters from inttextfield. | Andrei Karas | 1 | -2/+2 | |
2017-12-25 | Remove default parameters from containerplacer. | Andrei Karas | 1 | -16/+16 | |
2017-12-24 | Remove default parameters from icon. | Andrei Karas | 1 | -1/+2 | |
2017-12-23 | Remove default parameter from tradewindow. | Andrei Karas | 1 | -1/+1 | |
2017-08-23 | Add partial adding items into new mail message. | Andrei Karas | 1 | -1/+10 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -18/+18 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-15 | Fix leak in ItemAmountWindow. | Andrei Karas | 1 | -0/+2 | |
2016-07-28 | Remove macro A_TMWA_UNUSED. | Andrei Karas | 1 | -1/+1 | |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -17/+0 | |
Now eathena like support enabled always. | |||||
2016-06-04 | Remove some useless includes if using SDL2. | Andrei Karas | 1 | -2/+4 | |
2016-04-30 | Add missing break. | Andrei Karas | 1 | -0/+1 | |
2016-04-16 | Move itemamountwindowusage enum into separate file. | Andrei Karas | 1 | -35/+39 | |
Also convert it to strong typed enum. | |||||
2016-04-11 | Fix compilation warnings with tmwa only. | Andrei Karas | 1 | -1/+1 | |
2016-03-24 | Add enum for item types. | Andrei Karas | 1 | -1/+4 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -5/+5 | |
2016-01-15 | Fix code style. | Andrei Karas | 1 | -0/+4 | |
2016-01-15 | Fix compilation without hercules support. | Andrei Karas | 1 | -0/+9 | |
2016-01-08 | Allow drag & drop more than one amount at time in craft inventory. | Andrei Karas | 1 | -10/+50 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-29 | Move item into item directory. | Andrei Karas | 1 | -2/+2 | |
2015-11-16 | Convert InventoryType enum into strong typed. | Andrei Karas | 1 | -8/+8 | |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -1/+2 | |
2015-07-14 | Remove default parameters from item popup. | Andrei Karas | 1 | -1/+1 | |
2015-06-25 | Add missing checks in windows. | Andrei Karas | 1 | -2/+6 | |
2015-06-14 | Use CREATEWIDGET macro in itemamountwindow. | Andrei Karas | 1 | -1/+2 | |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -2/+2 | |
2015-05-21 | Call Window::postInit from all windows with overrided postInit method. | Andrei Karas | 1 | -0/+1 | |
2015-05-05 | Replace most bools usage in playerinfo to strong typed bools. | Andrei Karas | 1 | -1/+1 | |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 1 | -1/+1 | |
2015-05-05 | Build parts of inventorytype.h only if supported server enabled. | Andrei Karas | 1 | -8/+8 | |
2015-05-04 | Fix compilation with different options. | Andrei Karas | 1 | -0/+4 | |
2015-04-29 | Rename mailedit into maileditwindow. | Andrei Karas | 1 | -1/+1 | |
2015-04-29 | Allos send items by mail. | Andrei Karas | 1 | -0/+9 | |
2015-03-17 | Remove useless includes from .h files. | Andrei Karas | 1 | -0/+4 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -2/+0 | |
2015-02-11 | Add typed bool type Equipped. | Andrei Karas | 1 | -1/+1 | |
2015-02-11 | Add typed bool type Equipm. | Andrei Karas | 1 | -1/+2 | |
2015-02-11 | Add typed bool type Favorite. | Andrei Karas | 1 | -1/+2 | |
2015-02-10 | Fix case in new strong typed types. | Andrei Karas | 1 | -2/+2 | |
2015-02-10 | Add typed bool type Damaged. | Andrei Karas | 1 | -1/+2 | |
2015-02-10 | Add typed bool type Identified. | Andrei Karas | 1 | -1/+3 | |
2015-01-30 | Fix code style. | Andrei Karas | 1 | -1/+0 | |