summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2013-08-31move particles into particle dir.Andrei Karas1-1/+2
2013-08-31move input related files into input dir.Andrei Karas44-74/+111
2013-08-31move render classes into render dir.Andrei Karas3-4/+7
2013-08-31fix code style and some minor issues.Andrei Karas3-3/+5
2013-08-30remove duplicate variables.Andrei Karas28-44/+36
2013-08-29fix some more missign checks.Andrei Karas2-29/+35
2013-08-29add some more missing checks.Andrei Karas11-21/+40
2013-08-29fix some missing checks.Andrei Karas3-32/+61
2013-08-29show npc name in npc dialog caption.Andrei Karas1-0/+3
2013-08-27fix compilation warnings.Andrei Karas1-1/+1
2013-08-26add surface allocation debug code.Andrei Karas2-10/+13
2013-08-26Disable being caching in soft mode in SDL2.Andrei Karas1-1/+2
2013-08-26disable map reduce in SDL2.Andrei Karas1-0/+2
2013-08-25fix rescaled images draw in software mode in SDL2.Andrei Karas1-2/+8
2013-08-25fix crash with missing resized image in desktop.Andrei Karas1-2/+9
2013-08-25add SurfaceImageHelper for loading/processing surfaces for SDL2.Andrei Karas1-6/+11
For SDL1.2 used SDLImageHelper.
2013-08-24fix mouse wheel usage in SDL2.Andrei Karas2-0/+33
2013-08-24move threads creation into sdl helper.Andrei Karas1-6/+2
2013-08-24move surface combination into sdlimagehelper.Andrei Karas1-5/+6
2013-08-24show/hide mouse cursor if mouse in/out window.Andrei Karas1-6/+2
2013-08-24remove most static methods from Client.Andrei Karas3-8/+8
2013-08-24improve some mode methods in Client.Andrei Karas24-41/+41
2013-08-24improve dirs usage in Client.Andrei Karas2-4/+4
2013-08-24fix Client creation in unit tests.Andrei Karas1-1/+4
2013-08-24improve getState/setState in Client.Andrei Karas11-36/+36
2013-08-24fix outlined text draw in SDL2.Andrei Karas1-2/+2
2013-08-24fix compilation errors with SDL1.2Andrei Karas1-0/+4
2013-08-24fix gui text input in SDL2.Andrei Karas4-2/+31
copy/paste broken for SDL2.
2013-08-24fix keyboard handling in gui in SDL2.Andrei Karas2-20/+26
2013-08-24fix mouse cursor drawing in SDL2.Andrei Karas1-2/+2
2013-08-24add sdlhelper with some low level SDL functions.Andrei Karas1-1/+2
2013-08-24second part with compilation fixes for SDL2.Andrei Karas1-1/+15
2013-08-24first part of fixes for compilation with SDL2Andrei Karas4-0/+19
2013-08-20Fix default inventory and shop window size on big screens.Andrei Karas2-2/+8
2013-08-20fix typo.Andrei Karas1-1/+1
many -> much
2013-08-20fix typo.Andrei Karas1-1/+1
some one -> someone
2013-08-20fix typo.Andrei Karas2-6/+6
perfomance -> performance
2013-08-19fix compilation with old gcc.Andrei Karas1-1/+1
2013-08-16fix code style.Andrei Karas3-6/+12
2013-08-16add missing checks.Andrei Karas1-8/+14
2013-08-14fix icons order in chat emotes window.Andrei Karas1-2/+2
2013-08-14fix compilation warnings.Andrei Karas2-4/+4
2013-08-14Fix outline color issues.Andrei Karas3-3/+3
2013-08-14add icons into tabs in chat emotes window.Andrei Karas3-12/+41
2013-08-14add support for icon in tabs.Andrei Karas4-9/+57
2013-08-13Add player/item/other counter in social window.Andrei Karas2-2/+172
2013-08-11Fixed 2 typos in the setup chat window.Alige1-2/+2
2013-08-11dont show input text in npc dialog if npc requested item.Andrei Karas1-3/+5
2013-08-11add support for giving item to npc (evol only)Andrei Karas3-46/+209
chancge network version to 9.
2013-08-11fix type in emotewindow cleanup.Andrei Karas1-1/+1