summaryrefslogtreecommitdiff
path: root/src/dirs.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08some more renamingrename_and_cleanupjak11-1/+1
2023-01-08added manaverse' copyright line to src/jak11-0/+1
2023-01-08[WIP] renamed the client to ManaVersejak11-18/+18
2020-05-30Fix left style issues from switch port mergingAndrei Karas1-1/+1
2020-04-29switch: fix software keyboard validation event, fix pathscpasjuste1-0/+4
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-05-23Use the cache folder for the game dataZoltán Mizsei1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from configuration.Andrei Karas1-2/+6
2017-12-23Remove default parameter from color.Andrei Karas1-1/+1
2017-08-31Improve setting default values for configuration objects.Andrei Karas1-1/+1
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-1/+1
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+2
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-8/+9
2017-05-29Mount perserver directory in macosx build.s20170529Andrei Karas1-3/+3
2017-05-22Fix unpack progress bar on Android.Andrei Karas1-1/+1
2017-05-22Mount also perserver/default directory from data.zip in Android.Andrei Karas1-0/+3
2017-05-22Dont unpack data.zip on Android.Andrei Karas1-1/+3
2017-05-18In nacl mount zip /http/data.zip with sub dir perserver/default.Andrei Karas1-0/+3
2017-05-05Rename virtfs into fs.Andrei Karas1-1/+1
2017-05-04Improve join some paths.Andrei Karas1-2/+2
2017-04-03Replace string::append with pathJoin.Andrei Karas1-20/+16
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas1-36/+30
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas1-1/+2
2017-03-28Remove physfs support.Andrei Karas1-1/+1
2017-03-13Dont mount branding directory on windows.Andrei Karas1-7/+2
2017-03-09Simplify add/remove dirs and zips methods in virtfs.Andrei Karas1-9/+9
2017-03-02Fix possible leaks on exit and asserts about adding non existing zips and dir...Andrei Karas1-4/+4
2017-02-21Move other fs related files into fs directory.Andrei Karas1-4/+4
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-1/+2
2017-02-14In virtfs replace parameters type from char* to std::string.Andrei Karas1-6/+6
2017-02-11Remove extra includes.Andrei Karas1-2/+0
2017-02-11Split virtfs api for add directories and archives.Andrei Karas1-9/+9
2017-02-10Rename physfstools into virtfs.Andrei Karas1-14/+14
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-23/+31
2016-06-14Remove some useless includes.Andrei Karas1-2/+1
2016-06-13Fix compilation for MacOSX.Andrei Karas1-0/+2
2016-06-13Fix compilation with Android and SDL2.Andrei Karas1-0/+2
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+1
2016-03-11Fix code style.Andrei Karas1-1/+3
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-4/+4
2016-02-03Add option for saving mapping between account id and nicks.Andrei Karas1-4/+12
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-23Add const attribute to other files.Andrei Karas1-3/+1
2015-12-15Fix screenshots path in nacl.Andrei Karas1-2/+6
2015-12-01Added NaCl data.zip PhysFS supportVasily1-6/+1