summaryrefslogtreecommitdiff
path: root/src/dyetool/client.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-12Reenable dyecmd compilation.Andrei Karas1-0/+12
2015-09-09Read server packet version from server (hercules).Andrei Karas1-0/+1
2015-08-22Use resource manager as global variable.Andrei Karas1-10/+6
2015-08-22Add init to resource manager.Andrei Karas1-0/+1
2015-08-10Fix compilation warnings.Andrei Karas1-0/+1
2015-08-10Fix code style.Andrei Karas1-19/+2
2015-08-03Add gui mode for dyecmd. Now only basic code added.Andrei Karas1-0/+748