Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 14 | -42/+42 | |
.. 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 | 14 | -14/+28 | |
2019-01-01 | Update copyright year. | Andrei Karas | 14 | -14/+14 | |
2018-09-20 | Remove ifdef from some virtfs tests on windows. | Andrei Karas | 1 | -6/+0 | |
2018-03-02 | Add unit tests for itemxmlutils. | Andrei Karas | 3 | -10/+10 | |
2018-02-14 | Add unit test for creation window CharCreateDialog. | Andrei Karas | 2 | -4/+4 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 14 | -14/+14 | |
2017-10-10 | Split unit tests for mount dir and mount zip into separate files. | Andrei Karas | 4 | -285/+370 | |
2017-09-12 | Create logger in unit tests before other code. | Andrei Karas | 11 | -218/+0 | |
This need because now sdl may raise error or assert almost at start. | |||||
2017-09-02 | Remove extra include from throw.cc | Andrei Karas | 1 | -2/+0 | |
2017-09-01 | Fix code style. | Andrei Karas | 1 | -13/+0 | |
2017-09-01 | Fix compilation warnings in tests. | Andrei Karas | 1 | -4/+4 | |
2017-09-01 | Fix unit tests after last changes in configuration.cpp | Andrei Karas | 1 | -0/+25 | |
2017-08-30 | Fix memory leaks in unit tests. | Andrei Karas | 4 | -39/+233 | |
2017-08-29 | Remove _unittest from unit tests file names. | Andrei Karas | 4 | -0/+0 | |
2017-07-19 | Remove extra include. | Andrei Karas | 1 | -2/+0 | |
2017-07-18 | Split virtfs mount unit tests into two files. | Andrei Karas | 2 | -297/+332 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -8/+8 | |
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-07-13 | Fix unit tests after latest changes. | Andrei Karas | 1 | -2/+3 | |
2017-07-08 | Remove extra headers. | Andrei Karas | 7 | -98/+0 | |
2017-07-08 | Split virtfs1_unittests.cc into many files for reduce memory usage. | Andrei Karas | 8 | -1898/+2179 | |
2017-07-07 | Split virtfs1_unittest.cc into two files. | Andrei Karas | 2 | -1609/+1652 | |
2017-07-07 | Move unit tests into unittests directory. | Andrei Karas | 4 | -0/+5097 | |