summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager
AgeCommit message (Expand)AuthorFilesLines
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.s20181102Andrei 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
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
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
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
2017-02-11Add VirtFile struct and replace all Phyfs_file usage to this struct.Andrei Karas1-0/+1
2017-02-10Rename physfsrwops into virtfsrwops.Andrei Karas1-1/+1
2017-02-10Rename physfstools into virtfs.Andrei Karas2-13/+13
2017-01-18Replace left direct physfs functions calls into physfs namespace functions.Andrei Karas1-2/+2