summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-4/+4
2014-07-19Fix memory leak in ipc on client exit.Andrei Karas1-0/+3
2014-06-29Disable vsync in all tests.Andrei Karas1-1/+2
2014-06-28Fix vsync control for MESA drivers.Andrei Karas1-0/+4
2014-06-22Fix vsync option on non windows systems with Nvidia closed source driver.Andrei Karas1-0/+15
2014-06-20Fix code style.Andrei Karas1-3/+3
2014-06-10Add basic texture drawing in modernopengl.Andrei Karas1-1/+2
2014-06-08Add simple shader creation.Andrei Karas1-0/+2
2014-06-07Fallback to safe OpenGL mode if OpenGL version is lower than 2.0.Andrei Karas1-6/+1
2014-06-07Improve a bit video mode initialisation code.Andrei Karas1-4/+4
2014-06-04Create empty OpenGL textures in batches.Andrei Karas1-0/+1
2014-05-31Improve profiler speed.Andrei Karas1-0/+1
2014-05-31fix code style.Andrei Karas1-14/+11
2014-05-30Move main window related code into windowmanager.Andrei Karas1-279/+59
2014-05-29Move from client packets limiter related code into separate file.Andrei Karas1-226/+3
2014-05-29Move config related functions from client into configmanager.Andrei Karas1-309/+24
2014-05-29Move gettext related methods into separate file.Andrei Karas1-75/+2
2014-05-29Move dirs related functions from client into dirs.Andrei Karas1-449/+14
2014-05-29Move some other vars from client into settings.Andrei Karas1-12/+11