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