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-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 2 | -6/+6 | |
.. 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 | 2 | -2/+4 | |
2019-10-16 | Fix code style, ignore some warning in clang-tidy | Andrei Karas | 1 | -2/+2 | |
2019-01-01 | Update copyright year. | Andrei Karas | 2 | -2/+2 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -6/+6 | |
2018-11-03 | Hide for now errors messages "no resource in cache". | Andrei Karas | 1 | -2/+3 | |
2018-10-29 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2018-08-07 | Disable errors "in cache other image" because here can be false positives. | Andrei Karas | 1 | -2/+3 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 2 | -2/+2 | |
2017-12-17 | Remove default parameters from resourcemanager. | Andrei Karas | 2 | -3/+3 | |
2017-09-15 | Fix code style. | Andrei Karas | 1 | -2/+1 | |
2017-07-07 | Move unit tests into unittests directory. | Andrei Karas | 1 | -701/+0 | |
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-20 | Fix sdl warning hiding pragmas for old compilers. | Andrei Karas | 2 | -6/+6 | |
2017-06-20 | Prevent Wshadow varnings in SDL code. | Andrei Karas | 2 | -0/+7 | |
2017-06-08 | Replace size() to empty() where is possible | Andrei Karas | 1 | -6/+6 | |
2017-06-07 | Remove static in anonimouse namespaces. | Andrei Karas | 1 | -1/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 2 | -23/+23 | |
2017-06-04 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2017-05-19 | Fix some warnings in unit tests. | Andrei Karas | 1 | -3/+0 | |
2017-05-18 | Add support for additional unit test library doctest. | Andrei Karas | 1 | -2/+2 | |
2017-05-18 | Move catch.hpp into test directory. | Andrei Karas | 1 | -1/+2 | |
Also replace include catch.hpp into generic unittests.h | |||||
2017-05-05 | Rename virtfs into fs. | Andrei Karas | 1 | -1/+1 | |
2017-04-27 | Fix some typos. | Andrei Karas | 1 | -3/+3 | |
2017-04-14 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2017-04-09 | Fix compilation errors. | Andrei Karas | 1 | -0/+4 | |
2017-04-09 | Remove more extra includes. | Andrei Karas | 2 | -1/+3 | |
2017-04-09 | Remove extra includes. | Andrei Karas | 1 | -2/+0 | |
2017-04-08 | Move resourcemanager typedefs into separate files. | Andrei Karas | 1 | -10/+3 | |
2017-04-08 | Add missing include in resourcemanager.h | Andrei Karas | 1 | -0/+1 | |
2017-04-08 | Remove most setters and getters from Resource class. | Andrei Karas | 2 | -107/+107 | |
2017-04-08 | Move resourcemanager from class to namespace. | Andrei Karas | 3 | -403/+456 | |
2017-03-28 | Join fs/virfs.h and fs/virtfs/virtfs.h | Andrei Karas | 1 | -1/+1 | |
2017-03-11 | Fix different issues found by automatic checks. | Andrei Karas | 1 | -1/+0 | |
2017-03-09 | Simplify add/remove dirs and zips methods in virtfs. | Andrei Karas | 1 | -4/+4 | |
2017-03-07 | Fix unit tests on windows. | Andrei Karas | 1 | -1/+0 | |
2017-03-04 | Reimplement VirtFs in correct way. Now all tests should pass. | Andrei Karas | 1 | -4/+4 | |
2017-03-02 | Revert "Fix tests failure in physfs deinit." | Andrei Karas | 1 | -1/+1 | |
This reverts commit 22a2c48a263c67ab3418c22a88cec67e5c1d318c. | |||||
2017-03-02 | Fix tests failure in physfs deinit. | Andrei Karas | 1 | -1/+1 | |
2017-03-01 | Fix tests running without physfs. | Andrei Karas | 1 | -0/+2 | |
2017-02-21 | Move virt fs related files into fs directory. | Andrei Karas | 1 | -1/+2 | |
2017-02-20 | Fix some leaks in unit tests. | Andrei Karas | 1 | -2/+3 | |
Add support for suppression some leaks in asan. | |||||
2017-02-13 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2017-02-13 | Remove from resourcemanager function for add/remove archives from directory. | Andrei Karas | 2 | -61/+0 | |
2017-02-13 | Remove ResourceManager::setWriteDir. | Andrei Karas | 2 | -12/+0 | |
2017-02-11 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2017-02-11 | Split virtfs api for add directories and archives. | Andrei Karas | 3 | -50/+4 | |
Also remove useless resourcemanager functions for add/remove virtfs entries. | |||||
2017-02-11 | Add VirtFile struct and replace all Phyfs_file usage to this struct. | Andrei Karas | 1 | -0/+1 | |