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 | |||||
2025-05-11 | 2025 Q1 miscallaneous reformatting | Fedja Beader | 1 | -2/+1 | |
**** mana/plus!176 | |||||
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 | -10/+31 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-27 | Remove default parameters from window. | Andrei Karas | 1 | -2/+2 | |
2017-12-25 | Remove default parameters from containerplacer. | Andrei Karas | 1 | -13/+13 | |
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+1 | |
2017-06-13 | Add missing calls to Window::postInit. | Andrei Karas | 1 | -0/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -17/+22 | |
2017-02-06 | Add custom currency also into shop items list. | Andrei Karas | 1 | -1/+4 | |
2017-01-31 | Move units into db directory. | Andrei Karas | 1 | -4/+4 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-10-04 | Move layouttype into enums directory. | Andrei Karas | 1 | -1/+2 | |
2016-09-17 | Add strong typed bool Opaque. | Andrei Karas | 1 | -1/+2 | |
2016-09-15 | Add type into ShopListBox. | Andrei Karas | 1 | -1/+2 | |
2016-03-24 | Add enum for item types. | Andrei Karas | 1 | -1/+1 | |
2016-02-21 | Add missing checks. | Andrei Karas | 1 | -3/+7 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -1/+1 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-31 | Move ImagePosition enum into enums directory. | Andrei Karas | 1 | -1/+1 | |
2015-12-29 | Move shopitem into item directory. | Andrei Karas | 1 | -1/+2 | |
2015-12-02 | Add strong typed bool type Advanced. | Andrei Karas | 1 | -5/+5 | |
2015-12-02 | Add strong typed bool type IsSell. | Andrei Karas | 1 | -2/+2 | |
2015-11-11 | In personal shops in sell dialog shop no existing items with amount 0 and ↵ | Andrei Karas | 1 | -6/+7 | |
disabled. Only for legacy servers. | |||||
2015-11-04 | Allow sell to npc many items at one time (hercules).halloween2015 | Andrei Karas | 1 | -6/+32 | |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -1/+1 | |
2015-06-14 | Use CREATEWIDGET macro in selldialog. | Andrei Karas | 1 | -2/+5 | |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -3/+3 | |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 1 | -1/+1 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-12-23 | Add item type to item object. | Andrei Karas | 1 | -5/+16 | |
2014-09-26 | Fix code style. | Andrei Karas | 1 | -10/+1 | |
2014-09-22 | Add egg selection dialog. | Andrei Karas | 1 | -52/+89 | |
2014-09-22 | Move selldialog from window into widgets. | Andrei Karas | 1 | -0/+310 | |