summaryrefslogtreecommitdiff
path: root/src/utils/physfstools.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-10Rename physfstools into virtfs.Andrei Karas1-184/+0
2017-01-18Replace left direct physfs functions calls into physfs namespace functions.Andrei Karas1-0/+10
2017-01-04Add physfs deinit function for unit tests. But not using it for now.Andrei Karas1-0/+10
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-3/+4
2016-04-30Fix some clang issues.Andrei Karas1-1/+1
2016-03-11Fix code style.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-28Move from resourcemanager functions related to files into other files.Andrei Karas1-0/+26
2014-05-24Fix localconsts.h and debug.h includes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-31fix code style.Andrei Karas1-1/+5
2013-11-02fix compilation on Android.Andrei Karas1-0/+4
2013-11-01move physfs initialisation code in physfstools.Andrei Karas1-0/+21
2013-09-18add const to other files.Andrei Karas1-1/+1
2013-09-18fix compilation without C++11 flags.Andrei Karas1-0/+2
2013-09-15remove unused includes from utils.Andrei Karas1-2/+0
2013-04-18improve physfstools file.Andrei Karas1-11/+11
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-02-21Improve physfs calls to get dir separator.Andrei Karas1-1/+10
2013-02-20Fix compilation with old physfs.Andrei Karas1-3/+3
2013-02-18move most direct calls to physfs to separate file.Andrei Karas1-0/+99