summaryrefslogtreecommitdiff
path: root/src/fs/files.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-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
2025-02-24added manaverse' copyright line to src/jak11-0/+1
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131
2025-02-24updated copyright -2020 for manaplusjak11-1/+1
In theory split out from mana/plus!28, in practice I (specing) just ran sed myself instead of bothering with splitting out changes. **** mana/plus!130
2020-05-11Remove useless struct keywordAndrei Karas1-2/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-2/+2
2018-10-29Fix code style.s20181102Andrei Karas1-1/+1
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas1-0/+1
This will allow log data from C libs.
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-07-01Fix compilation for Android.Andrei Karas1-0/+4
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-6/+6
2017-05-26Fix code style.Andrei Karas1-2/+1
2017-05-22Dont unpack data.zip on Android.Andrei Karas1-10/+0
2017-05-05Fix type in files.cppAndrei Karas1-1/+1
2017-05-05Rename virtlist into list.Andrei Karas1-3/+3
2017-05-05Rename virtfs into fs.Andrei Karas1-1/+1
2017-05-05Rename virtfstools into tools.Andrei Karas1-1/+1
2017-05-05Add VirtFs namespace into all files in virtfs directory.Andrei Karas1-2/+2
2017-05-04Improve join some paths.Andrei Karas1-6/+8
2017-04-14Fix code style.Andrei Karas1-1/+1
2017-04-03Replace string::append with pathJoin.Andrei Karas1-6/+5
2017-04-01Fix compilation for android and fix code style.Andrei Karas1-1/+1
2017-03-28Change memory allocation in Virtfs::LoadFile from calloc to new.Andrei Karas1-2/+2
2017-03-28Move virtlist into virtfs directory.Andrei Karas1-1/+2
2017-03-28Move virtfstools into virtfs directory.Andrei Karas1-1/+1
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas1-1/+1
2017-03-28Rename some left functions from physfs to virtfs.Andrei Karas1-6/+6
2017-03-12Remove extra includes.Andrei Karas1-2/+0
2017-03-11Fix different issues found by automatic checks.Andrei Karas1-1/+1
2017-03-10Fix compilation warnings with mingw.Andrei Karas1-1/+1
2017-03-09Simplify add/remove dirs and zips methods in virtfs.Andrei Karas1-4/+4
2017-03-07Fix unit tests on windows.Andrei Karas1-0/+16
2017-03-06Show assert if failed open streamed files.Andrei Karas1-2/+12
2017-03-04Skip check for file links on windows.Andrei Karas1-0/+2
2017-02-23Impliment basic VirtFsDir for virtual fs based on directories.Andrei Karas1-7/+37
Api similar to VirtFs. VirtFsDir unused for now.
2017-02-21Move other fs related files into fs directory.Andrei Karas1-0/+268