summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Remove extra includes.Andrei Karas12-12/+0
2017-05-02Fix compilation error without tmwa.Andrei Karas2-3/+3
2017-05-01Remove ServerFeatures haveFamily because in only depend on server type.Andrei Karas1-1/+1
2017-05-01Remove ServerFeatures haveServerPets because depend only on server type.Andrei Karas1-2/+2
2017-05-01Remove ServerFeatures haveMail because it depend only on server type.Andrei Karas1-1/+1
2017-05-01Remove ServerFeatures haveMultyStatusUp because it depend only on server type.Andrei Karas1-1/+2
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 haveMute because it depend only server type.Andrei Karas1-1/+1
2017-05-01Remove ServerFeatures haveCards because it depend only on server type.Andrei Karas1-1/+2
2017-05-01Remove ServerFeatures haveCart because it depend only on server type.Andrei Karas1-1/+2
2017-05-01Remove ServerFeatures haveVending because it depend only on server type.Andrei Karas2-2/+4
2017-05-01Remove ServerFeatures haveNpcWhispers because it depend only on server type.Andrei Karas1-1/+3
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 haveItemColors because it depend only by server type.Andrei Karas1-8/+13
2017-05-01Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.Andrei Karas3-5/+8
2017-05-01Add tmwa ifdefs for guildmanager and emulateguildtab.Andrei Karas1-0/+4
2017-05-01Remove ServerFeatures havePartyNickInvite, because it depend only on server t...Andrei Karas1-1/+1
2017-05-01Remove ServerFeatures haveChangePartyLeader because it depend only on server ...Andrei Karas1-3/+4
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-25Add option for enable/disable DSA OpenGL extension.Andrei Karas1-0/+4
2017-04-24Remove extra includes.Andrei Karas1-1/+0
2017-04-22Remove extra includes.Andrei Karas1-1/+0
2017-04-21Show item options in item popups.Andrei Karas3-6/+72
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-08Move resourcemanager from class to namespace.Andrei Karas4-10/+42
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-03Fix too long line int itempopup.cppAndrei Karas1-1/+2
2017-04-03Replace string::append with pathJoin.Andrei Karas8-59/+66
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas5-9/+10
2017-03-29Move rwops code into virtfs namespace.Andrei Karas1-1/+1
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 virtlist into virtfs directory.Andrei Karas1-1/+1
2017-03-28Move virtfstools into virtfs directory.Andrei Karas6-6/+8
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas5-5/+6
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas7-19/+19
2017-03-22Remove empty line from windowmanager_unittest.ccAndrei Karas1-1/+0
2017-03-22Add some tests for windowmanager.Andrei Karas1-0/+159
2017-03-22Clear icon pointer after icon was deleted in windowmanager.Andrei Karas1-0/+1
2017-03-18Fix compilation on macosx.Andrei Karas1-1/+1
2017-03-17Remove shadow variable from shoplistbox.Andrei Karas2-3/+2
2017-03-15Fix too long line in windowmanager.cppAndrei Karas1-2/+6
2017-03-14Fix shadow variables in PopupMenu and Desktop.Andrei Karas4-20/+20