summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2017-05-30fix uninitialised values in npc dialog constructor.Andrei Karas2-4/+4
2017-05-11Allow set image name prefix in chat command /screenshot.Andrei Karas1-1/+1
2017-05-08Fix wrong checks after removing some server features.Andrei Karas6-7/+7
2017-05-05Rename virtfs into fs.Andrei Karas2-2/+2
2017-05-05Rename virtfstools into tools.Andrei Karas2-2/+2
2017-05-04Improve join some paths.Andrei Karas1-3/+3
2017-05-04Fix possible crash in server dialog if close manaplus in wrong time.Andrei Karas1-1/+1
2017-05-02Remove extra includes.Andrei Karas5-5/+0
2017-05-02Fix compilation error without tmwa.Andrei Karas2-3/+3
2017-05-01Remove ServerFeatures haveSecureTrades because it depend only on server type.Andrei Karas1-1/+2
2017-05-01Remove ServerFeatures haveAdvancedBuySell because it depend only on server type.Andrei Karas2-2/+4
2017-05-01Remove ServerFeatures haveVending because it depend only on server type.Andrei Karas1-1/+2
2017-05-01Remove ServerFeatures haveCharRename because it depend only on server type.Andrei Karas1-1/+4
2017-05-01Remove ServerFeatures haveAccountOtherGender because it always false.Andrei Karas2-17/+2
2017-05-01Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.Andrei Karas1-3/+5
2017-05-01Remove ServerFeatures haveOnlineList, because it depend only on server type.Andrei Karas2-1/+7
2017-04-28Add workaround to open npc buy shop if npc invisible.Andrei Karas1-1/+4
2017-04-22Remove extra includes.Andrei Karas1-1/+0
2017-04-21Add item options into item and get it from server.Andrei Karas2-0/+8
2017-04-15Fix download urls on windows.v1.7.4.15Andrei Karas1-1/+1
2017-04-06Add quick messages with translation from current server language to default.Andrei Karas3-0/+64
2017-04-04Reserve some characters sequence for future usage in chat messages.Andrei Karas1-0/+4
2017-04-03Remove extra includes.Andrei Karas1-1/+0
2017-04-03Replace string::append with pathJoin.Andrei Karas6-54/+60
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas3-5/+5
2017-03-29Remove extra memory copy in VirtFs::loadFile.Andrei Karas1-1/+1
2017-03-29Remove extra includes.Andrei Karas1-1/+0
2017-03-28Change memory allocation in Virtfs::LoadFile from calloc to new.Andrei Karas1-4/+5
2017-03-28Move virtfstools into virtfs directory.Andrei Karas3-3/+4
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas2-2/+3
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas6-16/+16
2017-03-18Fix compilation on macosx.Andrei Karas1-1/+1
2017-03-10Fix leak in buy dialog.Andrei Karas1-0/+1
2017-03-09Simplify add/remove dirs and zips methods in virtfs.Andrei Karas1-10/+10
2017-03-06Show assert if failed open streamed files.Andrei Karas1-1/+5
2017-03-02Fix space and enter key press in updater window after update complete.Andrei Karas1-1/+2
2017-03-02Fix possible leaks on exit and asserts about adding non existing zips and dir...Andrei Karas1-1/+1
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas4-5/+5
2017-02-21Move other fs related files into fs directory.Andrei Karas4-7/+9
2017-02-21Move virt fs related files into fs directory.Andrei Karas4-6/+10
2017-02-14Move some virtfs replated functions from files.cpp into virtfstools.cppAndrei Karas2-5/+5
2017-02-14In virtfs replace parameters type from char* to std::string.Andrei Karas1-2/+2
2017-02-14Remove extra includes.Andrei Karas1-1/+0
2017-02-14Fix possible use after free in curl.Andrei Karas1-3/+3
2017-02-13Split virtfs.cpp into virtfs.cpp and virtfstools.cppAndrei Karas1-0/+1
2017-02-12Fix code style.Andrei Karas1-0/+1
2017-02-11Remove extra includes.Andrei Karas1-2/+0
2017-02-11Split virtfs api for add directories and archives.Andrei Karas1-10/+16
2017-02-10Rename physfstools into virtfs.Andrei Karas2-5/+5
2017-02-09Remov extra includes.Andrei Karas2-3/+0