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-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-26 | Remove default parameters from playerbox. | Andrei Karas | 1 | -1/+1 | |
2017-12-25 | Remove default parameters from containerplacer. | Andrei Karas | 1 | -1/+1 | |
2017-09-27 | Fix some issues with int64 to int32 implicit conversions. | Andrei Karas | 1 | -1/+1 | |
2017-09-27 | Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL. | Andrei Karas | 1 | -1/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -5/+9 | |
2017-01-31 | Move units into db directory. | Andrei Karas | 1 | -3/+3 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-08-02 | Fix some broken window draw unit tests. | Andrei Karas | 1 | -2/+4 | |
2016-07-25 | Add into player attributes prefix PLAYER_. | Andrei Karas | 1 | -1/+1 | |
2016-02-21 | Add missing checks. | Andrei Karas | 1 | -1/+1 | |
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/+5 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-06-25 | Add missing non null attributes into gui directory. | Andrei Karas | 1 | -1/+1 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -3/+3 | |
2015-01-06 | Move attributes.h into enums directory. | Andrei Karas | 1 | -1/+1 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-08-17 | Use public text popup in characterdisplay. | Andrei Karas | 1 | -10/+6 | |
2014-05-20 | Move character into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-05-14 | Move containerplacer into separate file. | Andrei Karas | 1 | -0/+1 | |
2014-05-11 | Move player attributes into separate file. | Andrei Karas | 1 | -2/+4 | |
2014-04-30 | Fix code style in gui. | Andrei Karas | 1 | -1/+2 | |
2014-03-29 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2014-03-28 | simplify variables cleanup. | Andrei Karas | 1 | -2/+2 | |
2014-03-21 | Add consume calls into mouse press / click handlers. | Andrei Karas | 1 | -0/+1 | |
2014-02-20 | improve includes. | Andrei Karas | 1 | -2/+3 | |
2014-02-16 | move mouseevent into events directory. | Andrei Karas | 1 | -3/+3 | |
2014-02-16 | move event into events directory. | Andrei Karas | 1 | -1/+1 | |
2014-02-16 | move widgetlistener from base into listeners. | Andrei Karas | 1 | -1/+1 | |
2014-02-16 | move mouselistener from base into listeners. | Andrei Karas | 1 | -1/+1 | |
2014-02-02 | Add missing const and static into gui classes. | Andrei Karas | 1 | -1/+1 | |
2014-01-28 | Move direct SDL_GetMouseState calls into method in gui class. | Andrei Karas | 1 | -1/+4 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-10-19 | move virtual member calls from textpopup constructor into postInit. | Andrei Karas | 1 | -0/+2 | |
2013-10-05 | Add support for min and max label resize size. | Andrei Karas | 1 | -0/+2 | |
Using it in character selection dialog. | |||||
2013-09-30 | move popups into popups directory. | Andrei Karas | 1 | -1/+1 | |
2013-09-30 | move windows classes to windows directory. | Andrei Karas | 1 | -1/+2 | |
2013-09-16 | remove unused includes from render files. | Andrei Karas | 1 | -0/+2 | |
2013-05-15 | add to character selection popup level and money. | Andrei Karas | 1 | -1/+12 | |
2013-05-13 | fix code style and compilation warnings. | Andrei Karas | 1 | -3/+3 | |
2013-05-13 | dont show popup on empty cells in char selection dialog. | Andrei Karas | 1 | -1/+5 | |
2013-05-12 | add double click selection in chat selection dialog. | Andrei Karas | 1 | -0/+8 | |
2013-05-12 | In chat selection dialog show popup with character name. | Andrei Karas | 1 | -1/+31 | |
2013-05-12 | Set bigger size in char selection dialog if screen is big. | Andrei Karas | 1 | -1/+4 | |
2013-05-03 | Change a bit some windows sizes for drawing big size fonts. | Andrei Karas | 1 | -1/+1 | |