summaryrefslogtreecommitdiff
path: root/src/dyetool/dyemain.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Move dyecmd separate sources from dyetool into progs/dyecmd directory.Andrei Karas1-119/+0
2017-09-05Fix memory leak on exit in dyecmd.Andrei Karas1-0/+2
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-1/+1
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-2/+2
2017-05-05Rename virtfs into fs.Andrei Karas1-1/+1
2017-04-09Remove extra includes.Andrei Karas1-2/+0
2017-04-08Move resourcemanager from class to namespace.Andrei Karas1-1/+0
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas1-1/+1
2017-03-09Simplify add/remove dirs and zips methods in virtfs.Andrei Karas1-2/+2
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-1/+2
2017-02-13Remove ResourceManager::setWriteDir.Andrei Karas1-1/+1
2017-02-11Split virtfs api for add directories and archives.Andrei Karas1-2/+2
2017-02-10Rename physfstools into virtfs.Andrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-2/+3
2016-06-15Fix other include issues.Andrei Karas1-1/+1
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-06-04Remove some useless includes if using SDL2.Andrei Karas1-2/+5
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas1-1/+1
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-1/+3
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-0/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-19Add strong typed bool enum Append.Andrei Karas1-2/+2
2015-08-24Fix showing help for dyecmd from command line.Andrei Karas1-1/+1
2015-08-22Use resource manager as global variable.Andrei Karas1-5/+5
2015-08-03Add gui mode for dyecmd. Now only basic code added.Andrei Karas1-2/+5
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-02-13In dyecmd before saving images, convert it into default 32 bit format.Andrei Karas1-1/+4
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-02fix dye cmd exit with incorrect parameters.Andrei Karas1-0/+3
2013-11-01in dyecmd add support for 2 and 3 parameters.Andrei Karas1-6/+18
2013-11-01fix dyecmd. now it works.Andrei Karas1-0/+15
2013-11-01add dyecmd tool into automake.Andrei Karas1-0/+70