summaryrefslogtreecommitdiff
path: root/src/dyetool
AgeCommit message (Expand)AuthorFilesLines
2017-04-09Remove extra includes.Andrei Karas1-2/+0
2017-04-08Move resourcemanager from class to namespace.Andrei Karas2-2/+0
2017-04-05Add chat command for translate message from player language to english.Andrei Karas2-0/+3
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 Karas2-2/+2
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 Karas2-5/+5
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 Karas2-8/+10
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 Karas2-2/+2
2017-02-11Split virtfs api for add directories and archives.Andrei Karas2-5/+7
2017-02-10Rename physfstools into virtfs.Andrei Karas2-3/+3
2017-01-20Fix code style.Andrei Karas1-0/+1
2017-01-03Fix some doxygen issues.Andrei Karas1-1/+1
2017-01-03Remove useless todo messages.Andrei Karas1-4/+0
2017-01-03Update copyright year.Andrei Karas14-14/+14
2016-12-12Add noexcept in some files.Andrei Karas2-8/+8
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 Karas4-29/+38
2016-09-21Allow copy items from outfit into chat.Andrei Karas1-0/+1
2016-09-17Add strong typed bool Opaque.Andrei Karas1-1/+1
2016-09-09Fix wrong type usage. int -> time_t.Andrei Karas2-2/+2
2016-08-29Use time_t for time values.Andrei Karas1-1/+1
2016-08-25Add chat command for create items. (gm only)Andrei Karas1-0/+1
2016-08-24Remove unused pet handler methods and fields.Andrei Karas1-2/+0
2016-08-20Add chat command for show/change auto item party sharing.s20160820Andrei Karas1-0/+1
2016-08-19Add chat command for show/change share experience in party.Andrei Karas1-0/+1
2016-08-19Add chat command for show/change share item drops in party.Andrei Karas1-0/+1
2016-08-19Add chat command guildnotice for set guild notice message.Andrei Karas1-0/+1
2016-08-19Add chat command for leave guild.Andrei Karas1-0/+1
2016-08-18Fix another style issue.Andrei Karas1-5/+7
2016-08-18Fix some style issues.Andrei Karas1-15/+18
2016-08-15Change cast offset in skills dialog.Andrei Karas1-0/+4
2016-08-14Add skill cast type option in skills window.Andrei Karas1-0/+2
2016-07-06Add menu for selected skill for now with item only "set skill level".s20160706Andrei Karas1-0/+1
2016-06-16Dont do config backups if running tests.Andrei Karas1-1/+2
2016-06-15Fix other include issues.Andrei Karas1-1/+1
2016-06-13Fix includes and update deheader ci script.Andrei Karas2-6/+7
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-31Add char command /restorecamera for restore camera to default state.Andrei Karas1-0/+1
2016-05-31Fix different include issues.Andrei Karas1-2/+0