summaryrefslogtreecommitdiff
path: root/src/fs/paths.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08some more renamingrename_and_cleanupjak11-2/+2
2023-01-08added manaverse' copyright line to src/jak11-0/+1
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2020-05-30Fix left style issues from switch port mergingAndrei Karas1-1/+2
2020-05-11Remove useless struct keywordAndrei Karas1-1/+1
2020-05-11Fix wrong define check in paths.cppAndrei Karas1-1/+1
2020-04-29switch: fix software keyboard validation event, fix pathscpasjuste1-4/+2
2020-04-22switch: first commitcpasjuste1-3/+7
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-09-01Fix compilation with NaCl.v1.8.9.1Andrei Karas1-0/+6
2018-08-06Add possible workaround for realpath overflow.Andrei Karas1-4/+11
2018-01-13Dont allow use realpath function if in path present "(unreachable)".Andrei Karas1-0/+4
2018-01-13Dont allow "(unreachable)" in update files paths.Andrei Karas1-1/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-10-09Add support for configure parameter for override home dir for unit tests.Andrei Karas1-0/+7
2017-08-21Remove useless else.Andrei Karas1-6/+2
2017-07-01fix code style.Andrei Karas1-1/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+2
2017-06-28Dont show assert if XDG paths config not exists.Andrei Karas1-13/+16
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-05-05Rename virtfs into fs.Andrei Karas1-1/+1
2017-05-04Improve join some paths.Andrei Karas1-10/+14
2017-04-03Replace string::append with pathJoin.Andrei Karas1-9/+6
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas1-1/+2
2017-03-17Remove extra include from paths.cppAndrei Karas1-1/+0
2017-03-13Improve function dirSeparator.Andrei Karas1-3/+4
2017-03-11Fix different issues found by automatic checks.Andrei Karas1-8/+6
2017-03-04Add missing include for non linux systems.Andrei Karas1-0/+1
2017-02-28Add path sanitization in virtfsdir.Andrei Karas1-0/+14
2017-02-27Add function for get home path.Andrei Karas1-0/+32
2017-02-21Move other fs related files into fs directory.Andrei Karas1-0/+221