Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-07-01 | Change the wrong, but mostly supported WIN32 macro to the correct _WIN32 | Fedja Beader | 1 | -2/+2 | |
ManaPlus was apparently forked before Mana 8954a7ca0f70bbf1. However, running a bulk sed replace was easier than cherry-picking, resolving 14 years of conflicts and then still having to do a bulk sed to catch the rest. Special thanks to Meway (for attempting to build on windows) and Bjorn (for pointing to that commit) **** mana/verse!211 | |||||
2025-06-05 | Change overweight notification from widget to speech bubble. | asuratva | 1 | -0/+18 | |
Having the widget pop up in the middle of a fight when shooting arrows makes you go below 50% weight is kinda annoying. This changes the notification to a speech bubble on player which is less intrusive. Squashed with: * Move messages to top of branch (so they can be integrated to dialog with fewer changes). * Adjust overweight message. * Fix linter issue. Shortened long line **** mana/plus!184 Co-authored-by: Fedja Beader <fedja@protonmail.ch> | |||||
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-06-01 | Remove caption "Message" from message related dialogs. | Andrei Karas | 1 | -8/+4 | |
2018-05-20 | Show gm revive button in death dialog if player have rights for @alive command. | Andrei Karas | 1 | -12/+31 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-28 | Remove extra includes. | Andrei Karas | 1 | -0/+2 | |
2017-12-22 | Remove default parameters from confirmdialog.h | Andrei Karas | 1 | -1/+2 | |
2017-09-27 | Fix some issues with int64 to int32 implicit conversions. | Andrei Karas | 1 | -1/+1 | |
2017-09-27 | Change attributes value type to int64. | Andrei Karas | 1 | -4/+4 | |
2017-08-21 | Remove useless else. | Andrei Karas | 1 | -12/+9 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -4/+4 | |
2017-02-28 | Add paths.xml option overweightPercent for show overweight message. | Andrei Karas | 1 | -1/+4 | |
Default value: 50 | |||||
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -8/+10 | |
2016-08-29 | Use time_t for time values. | 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-08-03 | Add gui mode for dyecmd. Now only basic code added. | Andrei Karas | 1 | -1/+22 | |
2015-06-14 | Rename CREATEWIDGET* macroses. | Andrei Karas | 1 | -6/+6 | |
2015-06-14 | Use CREATEWIDGET macro in dialogsmanager. | Andrei Karas | 1 | -16/+20 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -4/+0 | |
2015-06-03 | Fix compilation without C++11 flag. | Andrei Karas | 1 | -1/+1 | |
2015-06-03 | Convert UpdateType enum into strong typed enum. | Andrei Karas | 1 | -1/+1 | |
2015-05-29 | Convert Attributes enum into strong typed enum. | Andrei Karas | 1 | -1/+1 | |
2015-05-21 | Call postInit after each window creation. | Andrei Karas | 1 | -1/+6 | |
2015-05-05 | Add strong typed bool type in OkDialog. | Andrei Karas | 1 | -4/+10 | |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 1 | -4/+10 | |
2015-03-17 | Remove useless includes from .h files. | Andrei Karas | 1 | -0/+2 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -2/+0 | |
2015-02-19 | Fix virtual overload function closeStorage. | Andrei Karas | 1 | -1/+1 | |
2015-01-14 | Prevent from show multiply death dialogs. | Andrei Karas | 1 | -9/+11 | |
This can happend if server update player health in wrong way. | |||||
2015-01-06 | Move attributes.h into enums directory. | Andrei Karas | 1 | -1/+1 | |
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-12-02 | Move weight notification from playerhander. | Andrei Karas | 1 | -1/+55 | |
2014-12-02 | Move death dialog showing from playerhandler. | Andrei Karas | 1 | -1/+29 | |
2014-09-26 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2014-09-22 | Move selldialog from window into widgets. | Andrei Karas | 1 | -1/+2 | |
2014-09-17 | Remove getter for inventoryHandler. | Andrei Karas | 1 | -2/+2 | |
2014-08-28 | Fix code style. | Andrei Karas | 1 | -0/+4 | |
2014-08-28 | Removed unused includes. | Andrei Karas | 1 | -0/+2 | |
2014-08-18 | Rename buttons in error dialogs from OK to Close. | Andrei Karas | 1 | -1/+1 | |
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-29 | Move openErrorDialog into DialogsManager. | Andrei Karas | 1 | -0/+24 | |
2014-05-29 | Move many variables from client into settings. | Andrei Karas | 1 | -3/+3 | |
2014-05-28 | Move dialogs related function into separate file. | Andrei Karas | 1 | -0/+64 | |