summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas1-4/+4
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-8/+24
2015-05-01Fix possible crash on exit with opened storage window.Andrei Karas1-0/+3
2015-04-15fix missing characters in list after password change selection.Andrei Karas1-0/+8
2015-04-15eathena: add support for change password.Andrei Karas1-2/+2
2015-03-22Send char server ping packets if server support it.Andrei Karas1-8/+14
2015-03-22Send login server ping packets if server support it.Andrei Karas1-0/+24
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-9/+7
2015-03-10Add option in settings to enable/disable logging unimplimented packets.Andrei Karas1-0/+1
2015-03-04Add basic horses db implimentation.Andrei Karas1-0/+3
2015-02-18Add missing override keywords.Andrei Karas1-2/+2
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas1-0/+2
2015-02-03Fix compilation for Android with SDL2.Andrei Karas1-29/+4
2015-01-14Remove support for evol1 server version less than actual.Andrei Karas1-2/+0
2015-01-06Move dialogtype.h into enums directory.Andrei Karas1-1/+2
2015-01-04Fix char deletion password request if was connected to server with password f...Andrei Karas1-0/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-02Move death dialog showing from playerhandler.Andrei Karas1-1/+2
2014-11-16Add new command option --server-type.Andrei Karas1-0/+5
2014-10-28Dehardcode default spells/commands.Andrei Karas1-0/+4
2014-10-22Move equipment window slots names mapping to id to separate file.Andrei Karas1-0/+2
2014-09-28Remove auctionmanager.Andrei Karas1-2/+0
2014-09-25Load data about homunculuses from homunculuses.xml.Andrei Karas1-0/+3
2014-09-21Add mercenary db.Andrei Karas1-0/+3
2014-09-17add support for ignore packets logging.Andrei Karas1-0/+1
2014-09-17Remove getter for partyHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for loginHandler.Andrei Karas1-18/+18
2014-09-17Remove getter for inventoryHandler.Andrei Karas1-2/+2
2014-09-17Remove getter for guildHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for generalHandler.Andrei Karas1-6/+6
2014-09-17Remove getter for gameHandler.Andrei Karas1-9/+9
2014-09-17Remove getter for chatHandler.Andrei Karas1-2/+2
2014-09-17Remove getter for charServerHandler.Andrei Karas1-1/+1
2014-09-16In features.xml add option for fix dead animations.Andrei Karas1-0/+1
2014-09-14Reset tmw server version before server selection.Andrei Karas1-0/+1
2014-09-06add basic implimentation for set pincode.Andrei Karas1-0/+1
2014-08-28Removed unused includes.Andrei Karas1-6/+1
2014-08-27Remove unused commands.cpp and commandhandler.cpp.Andrei Karas1-1/+0
2014-08-20Fix cmake compilation under windows.Andrei Karas1-0/+1
2014-08-18Rename buttons in error dialogs from OK to Close.Andrei Karas1-2/+2
2014-08-18Add parameter for button name in okdialog.Andrei Karas1-5/+14
2014-08-18Remove default values from okdialog constructor.Andrei Karas1-4/+7
2014-08-17Move windows deletion into windowmanager.Andrei Karas1-9/+1
2014-08-17Create public variable for textpopup.Andrei Karas1-0/+2
2014-08-17Create public variable for beingpopup.Andrei Karas1-0/+2
2014-08-16Create public variable for popupmenu.Andrei Karas1-0/+3
2014-08-14Allow use chat commands before connecting to server.Andrei Karas1-0/+2
2014-08-01Fix code style.Andrei Karas1-3/+0
2014-07-31Move popup related code from viewport into popupManager.Andrei Karas1-0/+4