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-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -9/+9 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-09-01 | Add some checks after automatic check code by tools. | Andrei Karas | 1 | -16/+33 | |
2017-08-31 | Replace log asserts to report asserts in configuration.cpp | Andrei Karas | 1 | -6/+6 | |
2017-08-31 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2017-08-31 | Improve setting default values for configuration objects. | Andrei Karas | 1 | -198/+170 | |
2017-08-21 | Remove useless else. | Andrei Karas | 1 | -6/+2 | |
2017-06-30 | Remove extra includes from headers. | Andrei Karas | 1 | -0/+1 | |
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+1 | |
2017-06-08 | Remove useless string initialisations. | Andrei Karas | 1 | -1/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -21/+21 | |
2017-06-04 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2017-05-05 | Rename virtfs into fs. | Andrei Karas | 1 | -1/+1 | |
2017-04-22 | Fix too long lines in configuration.cpp | Andrei Karas | 1 | -2/+4 | |
2017-04-22 | Fix warning about missing configuration at first run. | Andrei Karas | 1 | -4/+18 | |
2017-03-28 | Rename some left functions from physfs to virtfs. | Andrei Karas | 1 | -1/+1 | |
2017-03-24 | Remove extra unused attribute. | Andrei Karas | 1 | -1/+1 | |
2017-03-24 | Add support for tinyxml2 for reading / writing xml files. | Andrei Karas | 1 | -6/+8 | |
2017-03-09 | Add missing default for float fields loading as string config parameters. | Andrei Karas | 1 | -0/+5 | |
Thus fix wrong gui transparency at first start if open settings and press apply. | |||||
2017-03-09 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2017-03-06 | Show asserts if any errors happened with fopen. | Andrei Karas | 1 | -2/+3 | |
2017-02-28 | Rename UseResMan into UseVirtFs. | Andrei Karas | 1 | -4/+4 | |
2017-02-21 | Move other fs related files into fs directory. | Andrei Karas | 1 | -1/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -7/+9 | |
2016-05-11 | Allow set skip error flag for configuration loading. | Andrei Karas | 1 | -2/+5 | |
2016-05-11 | Add assert logging in configuration.cpp | Andrei Karas | 1 | -12/+20 | |
2016-02-20 | Add missing const in other left files. | Andrei Karas | 1 | -2/+2 | |
2016-02-08 | Improve some empty string checks. | Andrei Karas | 1 | -1/+1 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -3/+3 | |
2016-01-21 | Add support for writing xml files from pugixml. | Andrei Karas | 1 | -1/+1 | |
2016-01-20 | Add pugixml backend incomplete. | Andrei Karas | 1 | -6/+6 | |
Add some defines for xml nodes manipulation. With pugixml backend no xml writing. | |||||
2016-01-18 | Add macro XmlTextWriterEndElement. | Andrei Karas | 1 | -3/+3 | |
2016-01-18 | Add bot checker configuration keys for auto deletion. | Andrei Karas | 1 | -0/+7 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-11-18 | Fix code style in configuration. | Andrei Karas | 1 | -13/+20 | |
2015-10-31 | Move away message to per server configuration file. | Andrei Karas | 1 | -0/+1 | |
2015-06-26 | Add missing checks into other files. | Andrei Karas | 1 | -2/+5 | |
2015-05-06 | Add strong typed bool type SkipError. | Andrei Karas | 1 | -2/+2 | |
2015-05-06 | Add strong types bool type UseResman. | Andrei Karas | 1 | -4/+5 | |
2015-04-15 | Remove hideShield setting. | Andrei Karas | 1 | -0/+1 | |
2015-02-07 | Dont show some useless errors while loading themes. | Andrei Karas | 1 | -2/+2 | |
2015-01-04 | Add stringmap typedefs. | Andrei Karas | 1 | -1/+1 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-06-22 | Add profiler lines into some functions. | Andrei Karas | 1 | -0/+7 | |
2014-03-28 | simplify variables cleanup. | Andrei Karas | 1 | -2/+2 | |
2014-03-11 | Fix removing old unused keys from main configuration file. | Andrei Karas | 1 | -2/+3 | |