Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-25 | Split #include "utils/performance.h" out of localconsts.h | Fedja Beader | 1 | -0/+1 | |
only about 160 out of 1500 files that include localconsts.h need to include performance.h Saves 12% from compile times (with profiler ON) and 0.1% with profiler OFF. **** mana/plus!189 | |||||
2025-06-05 | fix missing __xmlParserVersion() compat in newer libxml2, spotted by bakai | Fedja Beader | 1 | -1/+6 | |
libxml2 deprecated __xmlParserVersion() and added a pointer to constant string version in commit 2023-09-20 "globals: Don't store xmlParserVersion in global state" and added a compat function with it. This commit was made before v2.12.0 was released. Thus, any version *past* unreleased v2.12.0 is guaranteed to have the new API. The compat function was removed at some point later, causing a compile failure. **** mana/plus!190 | |||||
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 56 | -168/+168 | |
.. 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 | |||||
2025-02-24 | added manaverse' copyright line to src/ | jak1 | 1 | -0/+1 | |
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131 | |||||
2025-02-24 | updated copyright -2020 for manaplus | jak1 | 1 | -1/+1 | |
In theory split out from mana/plus!28, in practice I (specing) just ran sed myself instead of bothering with splitting out changes. **** mana/plus!130 | |||||
2025-02-03 | Trim whitespace at end of line | Fedja Beader | 1 | -1/+1 | |
**** mana/plus!120 | |||||
2024-02-21 | Const correct variable to hold __xmlParserVersion() value | ewewukek | 1 | -1/+1 | |
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 55 | -55/+110 | |
2019-10-16 | Remove extra #ifdef from sdlimagehelper.cc [ci skip] | Andrei Karas | 1 | -7/+0 | |
2019-10-16 | Fix code style, ignore some warning in clang-tidy | Andrei Karas | 21 | -49/+49 | |
2019-03-07 | Add function for find first right separator | Andrei Karas | 1 | -0/+21 | |
2019-01-01 | Update copyright year. | Andrei Karas | 56 | -56/+56 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 19 | -142/+142 | |
2018-10-29 | Fix code style.s20181102 | Andrei Karas | 2 | -17/+17 | |
2018-09-20 | Remove extra include. | Andrei Karas | 1 | -2/+1 | |
2018-09-20 | Add test with loading xml file from disk. | Andrei Karas | 1 | -0/+17 | |
2018-09-20 | Remove ifdef from some virtfs tests on windows. | Andrei Karas | 1 | -6/+0 | |
2018-09-20 | Add check for compiled/linked libxml2 version. | Andrei Karas | 1 | -0/+16 | |
2018-06-19 | Update doctest from dev branch [ci skip] | Andrei Karas | 1 | -3047/+2607 | |
2018-05-23 | Fix warnings in new clang5 builds. | Andrei Karas | 1 | -0/+3 | |
2018-03-27 | Dont use system font in browserbox unit tests. | Andrei Karas | 2 | -2/+2 | |
2018-03-04 | Fix style issue in itemxmlutils.cc | Andrei Karas | 1 | -2/+2 | |
2018-03-03 | Fix memory leak in unit tests. | Andrei Karas | 1 | -0/+9 | |
2018-03-03 | Add support for item stat ranges. | Andrei Karas | 1 | -0/+75 | |
Example: ... hp="10-15" mp="1-2" ... | |||||
2018-03-02 | Add unit tests for itemxmlutils. | Andrei Karas | 5 | -10/+353 | |
2018-02-17 | Remove commented include from windowmanager.cc | Andrei Karas | 1 | -1/+0 | |
2018-02-17 | Disable char create dialog unit test due random issues. | Andrei Karas | 1 | -1/+3 | |
2018-02-14 | Add unit test for creation clan window. | Andrei Karas | 1 | -1/+9 | |
2018-02-14 | Add unit test for creation window CharCreateDialog. | Andrei Karas | 3 | -13/+14 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 55 | -55/+55 | |
2017-12-30 | Show assert if any windows used without own skin file. | Andrei Karas | 1 | -2/+2 | |
2017-12-29 | Add tests for staticbrowserbox. | Andrei Karas | 1 | -0/+191 | |
2017-12-28 | Fix unit tests compilation. | Andrei Karas | 1 | -0/+2 | |
2017-12-28 | Fix unit tests compilation. | Andrei Karas | 5 | -100/+110 | |
2017-12-18 | Remove default parameter from inventory. | Andrei Karas | 1 | -1/+1 | |
2017-10-25 | Add configure options for build with system catch and doctest. | Andrei Karas | 1 | -0/+8 | |
2017-10-10 | Split unit tests for mount dir and mount zip into separate files. | Andrei Karas | 4 | -285/+370 | |
2017-09-18 | Fix unit tests compilation. | Andrei Karas | 1 | -2/+4 | |
2017-09-14 | Fix unit tests error with undefined config variable. | Andrei Karas | 18 | -140/+157 | |
2017-09-13 | Fix unit tests compilation with SDL 1.2. | Andrei Karas | 2 | -4/+19 | |
2017-09-12 | Create logger in unit tests before other code. | Andrei Karas | 39 | -340/+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 | Add some checks after automatic check code by tools. | Andrei Karas | 1 | -1/+1 | |
2017-09-01 | Fix code style. | Andrei Karas | 2 | -17/+0 | |
2017-09-01 | Fix include in sdl.cc | Andrei Karas | 1 | -3/+2 | |
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 | 20 | -49/+151 | |
2017-08-31 | Fix some unit tests. | Andrei Karas | 5 | -0/+68 | |
2017-08-31 | Remove extra includes. | Andrei Karas | 8 | -15/+0 | |
2017-08-31 | Remove now useless leak tests in unit tests. | Andrei Karas | 12 | -216/+0 | |