summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2014-02-01do not scale on the fly on windows.Andrei Karas1-0/+2
2014-02-01fix code style.Andrei Karas1-0/+4
2014-01-31Combine "Mod" and "Stop attack" keys.Andrei Karas2-10/+6
2014-01-30Fix code style.Andrei Karas1-2/+0
2014-01-29Fix screenshot directory saving/loading.Andrei Karas3-2/+33
2014-01-29allow apply scale without client restart.Andrei Karas1-0/+1
2014-01-29add option for changing scale.Andrei Karas2-1/+17
2014-01-28add support for screen scale in OpenGL modes.Andrei Karas3-31/+54
2014-01-28Move direct SDL_GetMouseState calls into method in gui class.Andrei Karas7-14/+29
2014-01-27fix copyrights in sdlinput.cpp and sdlinput.h files.Andrei Karas2-3/+2
2014-01-27add GPL header into all guichan files.Andrei Karas2-4/+41
2014-01-27fix guichan headers.Andrei Karas2-8/+10
2014-01-26add chat command for uploading main config.xmlAndrei Karas4-1/+20
2014-01-26add basic file uploading.Andrei Karas2-3/+4
2014-01-23remove default parameter from download object.Andrei Karas2-2/+2
2014-01-19fix pet talk and emote if trade tab is disabled.Andrei Karas1-27/+33
2014-01-19in emotes popup show also emote id.Andrei Karas1-1/+2
2014-01-17fix crash on window resize.Andrei Karas1-2/+2
2014-01-17disable for now screenshot dir editing in windows.Andrei Karas1-0/+2
2014-01-16load mods from <mod> tag in resources.xmlAndrei Karas1-18/+20
2014-01-16delete from cache background image if it unused.Andrei Karas1-4/+5
2014-01-16add missing const in xmlnode pointers.Andrei Karas5-6/+6
2014-01-15fix rainbow chat colors for different utf8 chars and smiles.Andrei Karas1-21/+38
2014-01-15reload background image if reconnecting to other server.Andrei Karas1-0/+3
2014-01-15Fix unloading mods setting tab if change character or network error.Andrei Karas2-6/+14
2014-01-15add option for edit screenshot dir.Andrei Karas3-8/+42
2014-01-14fix code style.Andrei Karas6-8/+8
2014-01-14add support for thread safe writing to log.Andrei Karas2-0/+11
2014-01-13in resources.xml allow load updates also from <update2> tags.Andrei Karas1-1/+4
2014-01-13allow auto close npc dialog if it almost closed and press moving keys.Andrei Karas1-0/+3
2014-01-12fix compilation warnings.Andrei Karas2-8/+8
2014-01-12fix context menu for pets.Andrei Karas1-2/+1
2014-01-11add support for multiply pets for one player at same time.Andrei Karas1-2/+2
2014-01-10If no mods present show message about it in mods settings tab.Andrei Karas1-0/+7
2014-01-10fix dirs and files enumeration in some systems.Andrei Karas1-1/+1
2014-01-10fix mods loading from update server patches.Andrei Karas1-1/+4
2014-01-10Possible load mods from local/ dir also.Andrei Karas1-2/+13
2014-01-09add mods loading based on settings.Andrei Karas2-11/+116
2014-01-09add ability to notify setup pages about disconnect from server.Andrei Karas10-2/+57
2014-01-09add mods tab in settings.Andrei Karas9-2/+210
2014-01-08fix skilldb loading.Andrei Karas1-1/+1
2014-01-08Remove duplicate variables from some classes.Andrei Karas9-34/+14
2014-01-07In input fields add support for combinations Ctrl+left, Ctrl+right.Andrei Karas2-148/+235
2014-01-07Show job bar by default in new configs.Andrei Karas1-1/+1
2014-01-06add ability to include config parts from subdirs for other dbs.Andrei Karas2-0/+6
2014-01-06add patch files support for other xml dbs.Andrei Karas2-0/+2
2014-01-06add support for include in skills.xml, ea-skills.xml.Andrei Karas2-15/+23
2014-01-06remove support for skills for very old tmw servers.Andrei Karas1-43/+0
2014-01-06add support for include in quests.xml.Andrei Karas2-5/+12
2014-01-06simplify files enumerate function usage.Andrei Karas1-26/+3