summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-24add configure option --with-sdl2 for enable SDL2 support.Andrei Karas3-17/+69
2013-08-24add support for target cursor animations.Andrei Karas16-71/+133
updated target cursor to new images by Alige.
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 Karas3-3/+3
some one -> someone
2013-08-20fix typo.Andrei Karas5-9/+9
perfomance -> performance
2013-08-20fix normal dye in big endian systems.Andrei Karas1-3/+33
2013-08-19add some unit tests for normal dye.Andrei Karas1-0/+46
2013-08-19improve a bit normal dye code.Andrei Karas4-56/+82
move dye code to methods.
2013-08-19fix compilation with old gcc.Andrei Karas6-17/+14
2013-08-19fix dye for big endian system again.Andrei Karas3-21/+38
2013-08-18testDyeAndrei Karas3-0/+66
2013-08-18fix A and S dye for big endian systems.Andrei Karas2-17/+41
2013-08-18improve OpenGL A,S dye speed.Andrei Karas4-60/+73
2013-08-18improve software A,S dye speed.Andrei Karas4-59/+73
2013-08-18fix compilation error.Andrei Karas1-1/+1
2013-08-18improve SDL draw lines speed.Andrei Karas1-47/+88
2013-08-18fix compilation warnings.Andrei Karas1-13/+19
2013-08-18Remove gcn::SDLGraphics from basic classes.Andrei Karas8-761/+359
2013-08-18Split from Graphics SDL related code into SDLGraphics.Andrei Karas16-804/+1014
2013-08-17Change version to 1.3.8.18.v1.3.8.18Andrei Karas8-8/+18
2013-08-17update and rebuild translations.Andrei Karas44-5936/+8250
2013-08-16fix scrollbar image in default theme.Andrei Karas1-0/+0
2013-08-16fix code style.Andrei Karas6-9/+15
2013-08-16add missing checks.Andrei Karas2-9/+16
2013-08-14fix icons order in chat emotes window.Andrei Karas1-2/+2
2013-08-14fix compilation warnings.Andrei Karas3-4/+6
2013-08-14Fix outline color issues.Andrei Karas4-3/+5
2013-08-14add icons into tabs in chat emotes window.Andrei Karas3-12/+41
2013-08-14add flag into resource and imageset what prevent subimage or other resource ↵Andrei Karas3-4/+11
from auto removing.
2013-08-14add support for icon in tabs.Andrei Karas4-9/+57
2013-08-14add images and xml files for chat emotes tab icons.Andrei Karas18-0/+32
2013-08-13Add player/item/other counter in social window.Andrei Karas6-3/+193
2013-08-12Shortening long key names in different windows.Andrei Karas1-3/+34
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-11enable background in all themes for npc item container.Andrei Karas14-0/+111
2013-08-11add support for giving item to npc (evol only)Andrei Karas7-48/+217
chancge network version to 9.
2013-08-11fix type in emotewindow cleanup.Andrei Karas1-1/+1
2013-08-09improve size() methods usage.Andrei Karas9-37/+58
2013-08-08add autocomplete support for online list.Andrei Karas3-0/+15
2013-08-08Add support for different server flags in server version packet.Andrei Karas1-2/+7
This can break old tmwAthena builds. Registration on this servers may work or may not work by random.
2013-08-07Add font tab into chat emotes window.Andrei Karas3-6/+76
2013-08-07add support for centered text in listbox.Andrei Karas2-19/+58
2013-08-06Allow resize chat emotes window.Andrei Karas6-5/+29
2013-08-06add colors tab into chat emotes window.Andrei Karas12-15/+412
2013-08-05move money lable in status window for small resolutions.Andrei Karas1-2/+3
2013-08-03Change version to 1.3.8.4.v1.3.8.4Andrei Karas8-8/+16
2013-08-03update translations.Andrei Karas20-1221/+1280
2013-08-02fix code style.Andrei Karas3-4/+2