summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2017-06-13Add missing const references to constructor parameters.Andrei Karas2-2/+2
2017-06-13Remove extra include from serverdialog.cppAndrei Karas1-1/+0
2017-06-13Remove unused interface from serverinfowindow.Andrei Karas2-16/+2
2017-06-13Show site url in server info window.Andrei Karas2-3/+10
2017-06-13Show register and support url in server info window.Andrei Karas2-19/+39
2017-06-13Show server sources in server info window.Andrei Karas2-0/+57
2017-06-12Load sources url list for each server from servers list xml.Andrei Karas1-1/+50
2017-06-12Add comments for unknown licensed and non free servers.Andrei Karas1-0/+5
2017-06-12Add server info window. For now empty.Andrei Karas4-9/+192
2017-06-11Rename player_relations into playerRelations.Andrei Karas5-8/+8
2017-06-09Fix code style.Andrei Karas1-1/+2
2017-06-09Fix hide issue in ConnectionDialog::action.Andrei Karas2-2/+2
2017-06-08Replace ext.compare to direct string comparison.Andrei Karas1-3/+3
2017-06-08Add missing function parameters.Andrei Karas3-3/+3
2017-06-08Remove useless string initialisations.Andrei Karas2-3/+3
2017-06-08Add missing consts or string references.Andrei Karas1-1/+1
2017-06-08Replace size() to empty() where is possibleAndrei Karas1-2/+2
2017-06-07Fix namespace comments.Andrei Karas3-3/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas51-852/+887
2017-06-04Fix code style.Andrei Karas4-6/+6
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