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-06-01 | Dont allow select textboxes without editable flag. | Andrei Karas | 1 | -2/+1 | |
This allow drag window by clicking on textboxes. | |||||
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-28 | Add missing override and final to destructors. | Andrei Karas | 1 | -1/+1 | |
Also remove some empty destructors. | |||||
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -1/+1 | |
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features. | |||||
2017-06-30 | Remove extra includes from headers. | Andrei Karas | 1 | -2/+0 | |
2017-06-29 | Move cast macroses into separate file. | Andrei Karas | 1 | -0/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-12 | Add noexcept in some files. | Andrei Karas | 1 | -3/+3 | |
2016-09-17 | Add strong typed bool Opaque. | Andrei Karas | 1 | -3/+5 | |
2016-04-21 | Remove extra spaces at line ends. | Andrei Karas | 1 | -1/+1 | |
2016-04-17 | Revert "Remove override keyword, if it present with final." | Andrei Karas | 1 | -6/+6 | |
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d. | |||||
2016-04-17 | Remove override keyword, if it present with final. | Andrei Karas | 1 | -6/+6 | |
2016-02-20 | Add missing const in gui directory. | Andrei Karas | 1 | -3/+3 | |
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-06-24 | Add A_NONNULL attribute to all parameters with class Graphics. | Andrei Karas | 1 | -3/+5 | |
2015-05-25 | Remove safeDraw implimentation from Widget. | Andrei Karas | 1 | -0/+2 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-03-21 | Rename keyEvent variables into event. | Andrei Karas | 1 | -1/+1 | |
2014-03-21 | Rename mouseEvent variables into event. | Andrei Karas | 1 | -2/+2 | |
2014-03-15 | fix code style. | Andrei Karas | 1 | -1/+1 | |
2014-03-05 | Merger textfield and merge textbox. | Andrei Karas | 1 | -2/+252 | |
2014-02-22 | Move color into gui dir. | Andrei Karas | 1 | -3/+3 | |
2014-02-20 | improve includes. | Andrei Karas | 1 | -2/+0 | |
2014-02-18 | derive Widget from Widget2. | Andrei Karas | 1 | -2/+1 | |
2014-02-16 | move keyevent into events directory. | Andrei Karas | 1 | -1/+1 | |
2014-02-15 | move some methods from base/graphics into render/graphics. | Andrei Karas | 1 | -1/+1 | |
Remove base/graphcs. | |||||
2014-02-15 | move exguichan files into gui/base/ | Andrei Karas | 1 | -1/+1 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-10-24 | add final keyword to widgets files. | Andrei Karas | 1 | -2/+2 | |
2013-06-17 | improve textbox. | Andrei Karas | 1 | -1/+1 | |
2013-05-28 | fix guard header part1. | Andrei Karas | 1 | -3/+3 | |
2013-04-14 | another fixes from cpplint. | Andrei Karas | 1 | -1/+1 | |
2013-04-12 | fix random rare crashes in npc and possible other windows. | Andrei Karas | 1 | -0/+2 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-27 | Add outlining support to textbox control. | Andrei Karas | 1 | -0/+5 | |
2012-12-27 | Improve a bit draw speed in other controls. | Andrei Karas | 1 | -0/+2 | |
2012-10-30 | Add unused warnings to other files. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Add palette inheritance to textbox class. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Derive all widgets from Widget2 class. | Andrei Karas | 1 | -1/+4 | |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 1 | -1/+1 | |
2012-10-15 | Fix compilation old gcc and system wide guichan at same time. | Andrei Karas | 1 | -0/+2 | |
2012-10-10 | Delete copy constructor in some classes. | Andrei Karas | 1 | -0/+2 | |
2012-09-28 | Fix textbox font color. | Andrei Karas | 1 | -14/+0 | |
2012-09-22 | Add override keyword to most overriden methods. | Andrei Karas | 1 | -2/+2 | |
2012-09-22 | Add final keyword to most classes. | Andrei Karas | 1 | -1/+1 | |
2012-09-15 | Improve a bit widgets speed. | Andrei Karas | 1 | -1/+1 | |