summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2014-07-21move "change move" option into gamemodifiers.Andrei Karas2-3/+6
2014-07-20In localplayer rename InvertDirection into MoveType.Andrei Karas2-2/+2
2014-07-20Move debugMsg from localplayer into chattab.Andrei Karas1-0/+4
2014-07-19Fix default textureSize config option.Andrei Karas1-1/+1
2014-07-18Fix code style.Andrei Karas2-2/+2
2014-07-17Rename keydata into inputactiondata.Andrei Karas2-2/+2
2014-07-16Move mirrors for get client version into branding file.Andrei Karas1-7/+8
2014-07-16Move urls for client update into branding file.Andrei Karas1-12/+11
2014-07-16Add max texture size detection for all modes.Andrei Karas1-1/+1
2014-07-15Add useButton option to skills.xml.Andrei Karas3-0/+8
2014-07-15On Android move login dialog to top border.Andrei Karas1-7/+14
2014-07-14Rename "Enable reorder sprites" option.Andrei Karas1-2/+2
2014-07-14Change refine type to uint8_t.Andrei Karas3-8/+15
2014-07-14Fix code style.Andrei Karas1-1/+2
2014-07-13Fix signed/unsigned type for some vars.Andrei Karas3-4/+15
2014-07-13Fix code style.Andrei Karas5-24/+28
2014-07-12Simplify assignFunction and add two args function assignFunction2.Andrei Karas1-1/+1
2014-07-09Add empty map mode without collisions.Andrei Karas4-19/+22
2014-07-05Fix code style.Andrei Karas1-2/+0
2014-07-04Add another mirror into manaplus downloads list.Andrei Karas1-4/+8
2014-07-03Use useButton attribute also in popup menu.Andrei Karas1-19/+9
2014-07-03Add item attribute useButton2 and use it in inventory.Andrei Karas1-1/+2
2014-07-03In inventory disable use button if selected item unusable.Andrei Karas1-5/+13
2014-07-03Use "useButton" item attribute in inventory window.Andrei Karas1-18/+6
2014-07-01Fix compilation with some debug flags.Andrei Karas1-0/+1
2014-06-26Fix text color in avatarlistbox.Andrei Karas1-0/+2
2014-06-24Add new action for select closest monster without filters and sorting.Andrei Karas2-1/+7
2014-06-22Add profiler lines into some functions.Andrei Karas2-0/+6
2014-06-22Reoder some text and image drawing for better batching.Andrei Karas5-43/+52
2014-06-22Fix drawing avatarlistbox in modernopengl.Andrei Karas1-1/+3
2014-06-21Add spelling fixes by Brian Callahan.Andrei Karas1-1/+1
2014-06-20Fix code style.Andrei Karas2-1/+2
2014-06-14Fix chat input field size if smiles button is hidden.Andrei Karas1-0/+1
2014-06-13In modernopengl add support for buffered draw tile collection.Andrei Karas11-1/+14
2014-06-08Add Modern OpenGL render type.Andrei Karas1-0/+4
2014-06-07fix code style.Andrei Karas2-3/+2
2014-06-06Remove some duplicate code.Andrei Karas7-125/+55
2014-06-02Add missing final/notfinal to classes.Andrei Karas13-42/+34
2014-05-31Fix sign on some vars.Andrei Karas2-2/+2
2014-05-31Add missing notfinal/final to classes.Andrei Karas26-48/+48
2014-05-31Move colorpair into separate file.Andrei Karas2-12/+42
2014-05-31Move keyeventtype into separate file.Andrei Karas2-10/+10
2014-05-31Add to chat history enteerd text if was pressed up or down key.Andrei Karas2-0/+20
2014-05-31fix code style.Andrei Karas36-168/+38
2014-05-30Move main window related code into windowmanager.Andrei Karas30-41/+565
2014-05-29Move from client packets limiter related code into separate file.Andrei Karas2-7/+9
2014-05-29Move variables definition into each file with class definition.Andrei Karas30-2/+59
2014-05-29Move openErrorDialog into DialogsManager.Andrei Karas2-0/+32
2014-05-29Move many variables from client into settings.Andrei Karas7-10/+20
2014-05-28Move dialogs related function into separate file.Andrei Karas4-4/+105