Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-05 | fix missing __xmlParserVersion() compat in newer libxml2, spotted by bakai | Fedja Beader | 1 | -1/+7 | |
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 | 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-21 | Const correct variable to hold __xmlParserVersion() value | ewewukek | 1 | -1/+1 | |
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-09-20 | Remove extra include. | Andrei Karas | 1 | -2/+1 | |
2018-09-20 | Add check for compiled/linked libxml2 version. | Andrei Karas | 1 | -1/+17 | |
2018-05-23 | Fix warnings in new clang5 builds. | Andrei Karas | 1 | -0/+4 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-10-07 | Revert "Disable warning -Wundef in zlib.h." | Andrei Karas | 1 | -3/+0 | |
This reverts commit a5c11b12df43565613fe1fd6514404d2c9fef7a8. | |||||
2017-10-07 | Disable warning -Wundef in zlib.h. | Andrei Karas | 1 | -0/+3 | |
2017-06-20 | Fix sdl warning hiding pragmas for old compilers. | Andrei Karas | 1 | -3/+3 | |
2017-06-20 | Prevent Wshadow varnings in SDL code. | Andrei Karas | 1 | -0/+4 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -1/+1 | |
2017-05-07 | Add possible SDL warning fix with gcc snapshot. | Andrei Karas | 1 | -3/+3 | |
2017-03-28 | Remove physfs support. | Andrei Karas | 1 | -26/+0 | |
2017-03-01 | Fix compilation without physfs if physfs not installed. | Andrei Karas | 1 | -0/+2 | |
2017-03-01 | Fix compilation without physfs. | Andrei Karas | 1 | -0/+7 | |
Also split fs related files to virtfs and physfs. | |||||
2017-02-21 | Add sdl mixer version into libs version dump. | Andrei Karas | 1 | -0/+6 | |
2017-02-07 | Fix compilation with pugixml. | Andrei Karas | 1 | -0/+5 | |
2017-02-07 | Fix compilation with gcc version below 4.6. | Andrei Karas | 1 | -3/+3 | |
2017-02-07 | Ignore warning -Wlong-long in physfs. | Andrei Karas | 1 | -0/+3 | |
2017-01-30 | Fix compilation with SDL 2. | Andrei Karas | 1 | -1/+1 | |
2017-01-30 | Add checks for compiler and linked libs in dumplibs. | Andrei Karas | 1 | -2/+67 | |
2017-01-22 | Add libphysfs version into dump libs. | Andrei Karas | 1 | -0/+12 | |
2017-01-20 | Remove extra include from dumplibs.cpp | Andrei Karas | 1 | -1/+0 | |
2017-01-19 | Fix compilation warning in SDL in dumplibs.cpp | Andrei Karas | 1 | -0/+3 | |
2017-01-19 | Fix compilation with SDL 2. | Andrei Karas | 1 | -0/+9 | |
2017-01-19 | Add libxml, libcurl, libpng into dumping lib versions. | Andrei Karas | 1 | -0/+11 | |
2017-01-19 | Add all used SDL libs into dumping compiled and linked versions. | Andrei Karas | 1 | -2/+36 | |
2017-01-19 | Dump on startup linked and loaded lib versions. | Andrei Karas | 1 | -0/+35 | |
For now only zlib supported. Also detect zlib by pkgconfig in configure. |