summaryrefslogtreecommitdiff
path: root/src/dirs.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-20Fix code style.Andrei Karas1-0/+1
2015-11-19Add strong typed bool enum Append.Andrei Karas1-9/+11
2015-11-18Fix code style in dirs.Andrei Karas1-4/+7
2015-11-16Convert State enum into strong typed.Andrei Karas1-3/+3
2015-08-22Use resource manager as global variable.Andrei Karas1-10/+11
2015-06-06Fix code style.Andrei Karas1-0/+2
2015-02-05Fix issues after mplint checks.Andrei Karas1-1/+6
2015-02-03Fix compilation for Android with SDL2.Andrei Karas1-1/+86
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-04Fix dir for updates if server not give any update servers.Andrei Karas1-0/+7
2014-08-12Fix compilation with nacl.Andrei Karas1-0/+3
2014-05-31fix code style.Andrei Karas1-4/+2
2014-05-29Move dirs related functions from client into dirs.Andrei Karas1-0/+491