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-10-11 | Introduce a kludge to deduplicate server type strings. | Fedja Beader | 1 | -24/+7 | |
**** mana/plus!104 | |||||
2024-09-19 | Horizontally extend the login screen server type selection box | Fedja Beader | 1 | -1/+9 | |
Split from mana/plus!79 | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2022-11-17 | Some branding asked by WildX, I honestly do not care enough | Jesusaves | 1 | -1/+1 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-03-09 | Add skin parameter to all button constructors. | Andrei Karas | 1 | -4/+5 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-30 | Use own theme file for editserverdialog. | Andrei Karas | 1 | -1/+1 | |
2017-12-27 | Remove default parameters from window. | Andrei Karas | 1 | -2/+2 | |
2017-12-26 | Remove default parameters from dropdown. | Andrei Karas | 1 | -1/+2 | |
2017-12-26 | Remove default parameters from textfield. | Andrei Karas | 1 | -5/+10 | |
2017-12-26 | Remove default parameters from inttextfield. | Andrei Karas | 1 | -1/+2 | |
2017-12-25 | Remove default parameters from containerplacer. | Andrei Karas | 1 | -18/+18 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-22 | Fix style issues. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -2/+4 | |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -14/+0 | |
Now eathena like support enabled always. | |||||
2016-05-07 | Move max packet version constant into separate file. | Andrei Karas | 1 | -1/+3 | |
2016-03-22 | Add support for packet version in servers list xml and in editor. | Andrei Karas | 1 | -5/+12 | |
2016-03-15 | Remove old evol server type. | Andrei Karas | 1 | -14/+4 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -1/+1 | |
2016-01-04 | Add missing TRANSLATORS comments to translation strings. | 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-06-14 | Use CREATEWIDGET macro in editserverdialog. | Andrei Karas | 1 | -2/+3 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -4/+0 | |
2015-05-31 | Convert InputAction enum into strong typed enum. | Andrei Karas | 1 | -4/+4 | |
2015-05-30 | Move inputaction into enums directory. | Andrei Karas | 1 | -2/+2 | |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -1/+1 | |
2015-05-21 | Call postInit after each window creation. | Andrei Karas | 1 | -0/+1 | |
2015-05-21 | Call Window::postInit from all windows with overrided postInit method. | Andrei Karas | 1 | -0/+1 | |
2015-05-05 | Add to left classes stong typed Modal enum. | Andrei Karas | 1 | -1/+1 | |
2015-05-05 | Add strong typed bool type in OkDialog. | Andrei Karas | 1 | -1/+1 | |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 1 | -2/+5 | |
2015-01-06 | Move servertype enum into separate file. | Andrei Karas | 1 | -13/+13 | |
2015-01-06 | Move dialogtype.h into enums directory. | Andrei Karas | 1 | -1/+1 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-11-06 | Add server type Evol2. | Andrei Karas | 1 | -0/+17 | |
2014-10-10 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2014-09-26 | Fix code style. | Andrei Karas | 1 | -0/+2 | |
2014-09-14 | Add configure and cmake option to enable/disable compilation for tmwa/evol. | Andrei Karas | 1 | -5/+20 | |
Tmwa/evol by default enabled. | |||||
2014-08-28 | Removed unused includes. | Andrei Karas | 1 | -0/+2 | |
2014-08-18 | Add parameter for button name in okdialog. | Andrei Karas | 1 | -1/+4 | |
2014-08-18 | Remove default values from okdialog constructor. | Andrei Karas | 1 | -1/+2 | |
2014-05-25 | Fix license headers. | Andrei Karas | 1 | -1/+1 | |
2014-05-24 | Fix localconsts.h and debug.h includes. | Andrei Karas | 1 | -0/+2 | |
2014-05-19 | fix code style. | Andrei Karas | 1 | -1/+0 | |
2014-05-18 | Move inputaction into separate file. | Andrei Karas | 1 | -3/+4 | |