summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2017-05-26Remove extra includes from popupmenu.cppAndrei Karas1-2/+0
2017-05-25Add chat command for check player ip.Andrei Karas1-5/+1
2017-05-25Add chat command for recall player.Andrei Karas1-5/+1
2017-05-25Add chat command for warp to player.Andrei Karas1-5/+1
2017-05-25Add chat command for copy text to clipboard.Andrei Karas1-5/+1
2017-05-25Remove "open link" popup menu handler.Andrei Karas1-5/+1
2017-05-25Add chat command for clear current outfit.Andrei Karas1-6/+1
2017-05-24Fix chat command with SDL2 for send string to input.Andrei Karas1-0/+12
2017-05-21Dont report error about loading font if virtfs load failed.Andrei Karas1-5/+0
2017-05-21In SDL2 builds at first try load fonts from virtfs.Andrei Karas1-8/+17
2017-05-18Add support for additional unit test library doctest.Andrei Karas2-4/+7
2017-05-18Move catch.hpp into test directory.Andrei Karas3-3/+5
2017-05-11Add command line option for use default sdl cursor.Andrei Karas1-1/+2
2017-05-11Allow set image name prefix in chat command /screenshot.Andrei Karas1-1/+1
2017-05-11Extend undress chat command for undress item by id.Andrei Karas1-5/+1
2017-05-10Remove extra include from popupmenu.cppAndrei Karas1-1/+0
2017-05-10Add chat command for show player items.s20170510Andrei Karas1-17/+1
2017-05-10Add chat command for move monster in priority attack list into one position d...Andrei Karas1-38/+4
2017-05-10Add chat command for move monster in priority attack list into one position up.Andrei Karas1-34/+4
2017-05-10Add chat command for move monster in attack list into one position down.Andrei Karas1-35/+1
2017-05-10Add chat command for move monster in attack list into one position up.Andrei Karas1-31/+1
2017-05-09Remove some useless popup commands implementation.Andrei Karas1-43/+8
2017-05-09Add chat command for send any gui key.Andrei Karas2-0/+14
2017-05-08Fix wrong checks after removing some server features.Andrei Karas10-17/+17
2017-05-08Add option for disable / enable particles effect located in map file.Andrei Karas1-1/+5
2017-05-08Unshadow variable mParent between Window and Widget.Andrei Karas2-3/+3
2017-05-05Rename virtlist into list.Andrei Karas1-2/+2
2017-05-05Rename virtfs into fs.Andrei Karas5-5/+5
2017-05-05Rename virtfstools into tools.Andrei Karas4-4/+4
2017-05-05Add VirtFs namespace into all files in virtfs directory.Andrei Karas1-1/+1
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-03Fix style in some functions.Andrei Karas1-2/+4
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