summaryrefslogtreecommitdiff
path: root/src/dyetool/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Fix signed / unsigned comparision issue in old gcc.Andrei Karas1-1/+1
2017-07-17Do actual SDL2 graphics cleanup before exit.Andrei Karas1-0/+5
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-9/+9
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+9
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-21/+21
2017-05-24Switch in replaceSColor into using custom despatcher.Andrei Karas1-0/+3
2017-05-05Rename virtfs into fs.Andrei Karas1-1/+1
2017-05-05Rename virtfstools into tools.Andrei Karas1-1/+1
2017-04-08Move resourcemanager from class to namespace.Andrei Karas1-1/+0
2017-04-05Add chat command for translate message from player language to english.Andrei Karas1-0/+2
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas1-6/+12
2017-03-28Move virtfstools into virtfs directory.Andrei Karas1-1/+1
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas1-1/+1
2017-03-11Fix different issues found by automatic checks.Andrei Karas1-1/+1
2017-03-10Fix new style issue detected by mplint.Andrei Karas1-1/+1
2017-03-09Simplify add/remove dirs and zips methods in virtfs.Andrei Karas1-3/+3
2017-03-07Fix dyecmd compilation with mingw.Andrei Karas1-0/+1
2017-03-02Fix possible leaks on exit and asserts about adding non existing zips and dir...Andrei Karas1-0/+1
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas1-1/+1
2017-02-21Move other fs related files into fs directory.Andrei Karas1-2/+2
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-7/+8
2017-02-13Split virtfs.cpp into virtfs.cpp and virtfstools.cppAndrei Karas1-0/+1
2017-02-13Remove from resourcemanager function for add/remove archives from directory.Andrei Karas1-2/+2
2017-02-13Remove ResourceManager::setWriteDir.Andrei Karas1-1/+1
2017-02-11Split virtfs api for add directories and archives.Andrei Karas1-3/+5
2017-02-10Rename physfstools into virtfs.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-1/+1
2016-10-28Fix some other small issues.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-25/+33
2016-09-09Fix wrong type usage. int -> time_t.Andrei Karas1-1/+1
2016-08-29Use time_t for time values.Andrei Karas1-1/+1
2016-08-18Fix another style issue.Andrei Karas1-5/+7
2016-08-18Fix some style issues.Andrei Karas1-15/+18
2016-06-16Dont do config backups if running tests.Andrei Karas1-1/+2
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+7
2016-05-31Fix different include issues.Andrei Karas1-2/+0
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
2016-05-24Fix asserts with missing default music files.Andrei Karas1-1/+3
2016-04-05Remove quotes from pragmas.Andrei Karas1-3/+3
2016-03-18Add custom rand function implimentation, based on precreated random sequence.Andrei Karas1-0/+3
2016-02-25Add into paths.xml chars for gm command and char gm command.Andrei Karas1-0/+6
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas1-3/+3
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas1-0/+3
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-01-03Add support for custom NLS (without gettext).Andrei Karas1-0/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move touchmanager into touch directory.Andrei Karas1-1/+2
2015-11-19Add strong typed bool enum Append.Andrei Karas1-5/+8
2015-11-16Convert State enum into strong typed.Andrei Karas1-15/+15