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-03-18 | Remove deprecated std::mem_fun | Andrei Karas | 1 | -2/+8 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -2/+2 | |
2018-03-09 | Add skin parameter to all button constructors. | Andrei Karas | 1 | -1/+5 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-09-11 | Rename setup_other.cpp into setup_misc.cpp | Andrei Karas | 1 | -2/+2 | |
Same with .h files. | |||||
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-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -13/+15 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-21 | Set parts of most windows unselectable. | Andrei Karas | 1 | -0/+4 | |
2016-06-13 | Fix includes and update deheader ci script. | Andrei Karas | 1 | -0/+1 | |
2016-04-30 | Fix issies found by gcc 6 in paranoid mode. | Andrei Karas | 1 | -1/+1 | |
2016-02-21 | Add missing checks. | Andrei Karas | 1 | -1/+2 | |
2016-02-20 | Add some more missing consts. | Andrei Karas | 1 | -1/+1 | |
2016-02-20 | Add missing const in gui directory. | Andrei Karas | 1 | -2/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-29 | Move touchmanager into touch directory. | Andrei Karas | 1 | -1/+2 | |
2015-06-14 | Use CREATEWIDGET macro in setupwindow. | Andrei Karas | 1 | -2/+3 | |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -6/+6 | |
2015-05-21 | Call Window::postInit from all windows with overrided postInit method. | Andrei Karas | 1 | -0/+1 | |
2015-05-10 | Improve setup window resize speed. | Andrei Karas | 1 | -7/+7 | |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 1 | -1/+1 | |
2015-04-20 | Add quick settings page for yellow bar options. | Andrei Karas | 1 | -8/+19 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -1/+0 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-09-11 | In hide all windows action not hide locked windows. | Andrei Karas | 1 | -1/+1 | |
2014-08-03 | add missing consts. | Andrei Karas | 1 | -1/+1 | |
2014-07-26 | Fix crash on exist introduced after changes in reset windows list. | Andrei Karas | 1 | -0/+1 | |
2014-07-24 | Fix compilation with some options. | Andrei Karas | 1 | -1/+1 | |
2014-07-24 | Fix hide windows action (default key H) | Andrei Karas | 1 | -0/+11 | |
Now it hide all non dialog windows. | |||||
2014-07-24 | Fix possible crash in "reset windows". | Andrei Karas | 1 | -0/+12 | |
2014-03-28 | simplify variables cleanup. | Andrei Karas | 1 | -2/+2 | |
2014-03-13 | improve variables order in windows. | Andrei Karas | 1 | -1/+1 | |
2014-02-24 | Rename Rectangle into Rect. | Andrei Karas | 1 | -3/+3 | |
Rename ClipRectangle into ClipRect. | |||||
2014-02-22 | Move Rectangle and ClipRectangle into gui directory. | Andrei Karas | 1 | -3/+3 | |
2014-02-20 | improve includes. | Andrei Karas | 1 | -0/+1 | |
2014-02-16 | move event into events directory. | Andrei Karas | 1 | -2/+2 | |
2014-02-16 | move actionevent into events directory. | Andrei Karas | 1 | -1/+1 | |
2014-02-15 | move actionlistener from base into listeners. | Andrei Karas | 1 | -1/+1 | |
2014-02-14 | fix code style. | Andrei Karas | 1 | -0/+1 | |
2014-02-04 | rename Setup into SetupWindow. | Andrei Karas | 1 | -0/+287 | |