summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Add support for additional unit test library doctest.Andrei Karas29-392/+6127
2017-05-18Move catch.hpp into test directory.Andrei Karas32-35/+76
2017-05-18In nacl mount zip /http/data.zip with sub dir perserver/default.Andrei Karas1-0/+3
2017-05-17Show in mount / unmount messages info about subDir if it present.Andrei Karas1-6/+29
2017-05-17Improve a bit virtfs based on directories.Andrei Karas4-11/+25
2017-05-17Fix another random issue in tests.Andrei Karas1-1/+1
2017-05-17Fix possible tests error in some situations.Andrei Karas1-1/+1
2017-05-16Add missing space in fs.cppAndrei Karas1-1/+1
2017-05-16Fix too long line in virtfs1_unittest.ccAndrei Karas1-2/+2
2017-05-16Improve a bit subDir empty check in virtfs.Andrei Karas3-114/+178
2017-05-16Add subdir support in VirtFs::getFilesWithDir.Andrei Karas3-5/+85
2017-05-16Add subdir support in VirtFs::getDirs.Andrei Karas6-6/+70
2017-05-16Add subdir support in VirtFs::getFiles.Andrei Karas7-9/+82
2017-05-16Add subdir support in VirtFs::loadFile.Andrei Karas6-6/+75
2017-05-16Add subdir support in VirtFs::openRead.Andrei Karas6-6/+168
2017-05-16Add subdir support in VirtFs::isDirectory.Andrei Karas6-6/+78
2017-05-16Add subdir support into VirtFs::enumerateFiles.Andrei Karas6-6/+109
2017-05-16Add subdir support into VirtFs::getRealDir.Andrei Karas7-13/+98
2017-05-16Add subdir support into virtfs::exists.Andrei Karas9-103/+223
2017-05-15Add tests for unmount/unmount2.Andrei Karas1-1/+202
2017-05-15Add tests for mountZip/mountZip2.Andrei Karas1-0/+149
2017-05-15Add tests for mountDir/mountDir2.Andrei Karas1-0/+273
2017-05-15Add subdir parameter into mountZip functions.Andrei Karas2-1/+76
2017-05-15Add subdir parameter into mountDir functions.Andrei Karas10-110/+268
2017-05-15Remove one condition form renderers.Andrei Karas7-232/+221
2017-05-15Hide zlib warning about old cast.Andrei Karas2-0/+8
2017-05-14Add assert about non 32 bit images.Andrei Karas1-0/+1
2017-05-13Change version to 1.7.5.14.Andrei Karas1-2/+2
2017-05-12Fix code style.Andrei Karas5-8/+6
2017-05-11Add command line option for use default sdl cursor.Andrei Karas3-2/+10
2017-05-11Allow from screenshot command set screenshot file name without path.Andrei Karas1-19/+27
2017-05-11Fix memory leak in creating screenshorts.Andrei Karas1-3/+4
2017-05-11Allow set image name prefix in chat command /screenshot.Andrei Karas4-10/+14
2017-05-11Extend undress chat command for undress item by id.Andrei Karas2-15/+28
2017-05-10Remove extra include from popupmenu.cppAndrei Karas1-1/+0
2017-05-10Add shuffle packets for new packet versions from hercules (2016 versions).Andrei Karas1-3/+819
2017-05-10Add chat command for show player items.s20170510Andrei Karas6-17/+48
2017-05-10Add chat command for move monster in priority attack list into one position d...Andrei Karas6-40/+54
2017-05-10Add chat command for move monster in priority attack list into one position up.Andrei Karas6-34/+47
2017-05-10Add chat command for move monster in attack list into one position down.Andrei Karas6-35/+48
2017-05-10Add chat command for move monster in attack list into one position up.Andrei Karas6-32/+42
2017-05-09Remove some useless popup commands implementation.Andrei Karas1-43/+8
2017-05-09Fix mount / unmount function names in fs.cpp.Andrei Karas1-11/+11
2017-05-09Remove useless check from inventoryitem.h.Andrei Karas1-2/+0
2017-05-09Fix code style.Andrei Karas2-2/+3
2017-05-09Add chat command for send any gui key.Andrei Karas9-0/+75
2017-05-09Add id to each keyvalue values.Andrei Karas1-43/+43
2017-05-08Fix leaks in ipc.Andrei Karas2-0/+3
2017-05-08Allow run ipc commands before connected to server.Andrei Karas1-0/+21
2017-05-08Add command line parameter --enable-ipc for enable ipc at start.Andrei Karas4-1/+9