summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-13allow create screenshot before connecting to game.Andrei Karas2-9/+12
2014-01-13Show date and time in screenshots name.Andrei Karas1-2/+10
2014-01-13allow auto close npc dialog if it almost closed and press moving keys.Andrei Karas6-22/+52
2014-01-12fix showing branding icon in windows.Andrei Karas1-2/+6
2014-01-12in pethandler add pet id parameter.Andrei Karas5-7/+15
2014-01-12fix using same pet from different items at same time.Andrei Karas2-5/+20
2014-01-12fix compilation warnings.Andrei Karas5-16/+16
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 Karas4-33/+86
2014-01-11fix pet position after owner rotation if near owner located collisions.Andrei Karas1-1/+1
2014-01-11remove debug log string.Andrei Karas1-1/+1
2014-01-11Block moving character by arrow keys in buy/sell dialogs.Andrei Karas3-11/+31
2014-01-10If no mods present show message about it in mods settings tab.Andrei Karas1-0/+7
2014-01-10fix icon loading on windows.Andrei Karas1-1/+4
2014-01-10fix dirs and files enumeration in some systems.Andrei Karas4-2/+17
2014-01-10fix mods loading from update server patches.Andrei Karas1-1/+4
2014-01-10Possible load mods from local/ dir also.Andrei Karas2-5/+18
2014-01-09add mods loading based on settings.Andrei Karas3-12/+122
2014-01-09add support for localdir option in moddb.Andrei Karas3-2/+12
2014-01-09add ability to notify setup pages about disconnect from server.Andrei Karas11-2/+59
2014-01-09add mods tab in settings.Andrei Karas14-4/+224
2014-01-08add moddb support.Andrei Karas8-0/+264
2014-01-08fix code style.Andrei Karas2-2/+2
2014-01-08fix skilldb loading.Andrei Karas1-1/+1
2014-01-08Remove duplicate variables from some classes.Andrei Karas9-34/+14
2014-01-08fix wrong check in commands.Andrei Karas1-1/+1
2014-01-08fix named input actions in gui before logging into game.Andrei Karas3-3/+6
2014-01-07In input fields add support for combinations Ctrl+left, Ctrl+right.Andrei Karas2-148/+235
2014-01-07fix deaddb loading.Andrei Karas1-4/+4
2014-01-07fix leak in duplicate status effects.Andrei Karas1-2/+6
2014-01-07fix leak in petdb with duplicate pets.Andrei Karas1-3/+7
2014-01-07fix leak in emotedb with duplicate emotes.Andrei Karas1-3/+10
2014-01-07fix leak in atatardb with duplicate avatars.Andrei Karas1-1/+1
2014-01-07fix leak in atatardb with duplicate avatars.Andrei Karas1-3/+7
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 Karas6-1/+20
2014-01-06fix loading monsters with id 0.Andrei Karas1-7/+1
2014-01-06add ability to inlude config parts from subdirs for most dbs.Andrei Karas11-12/+41
2014-01-06add patch files support for other xml dbs.Andrei Karas6-2/+12
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-06add support for include in units.xml.Andrei Karas2-2/+16
2014-01-06add support for include in effects.xml.Andrei Karas2-8/+18
2014-01-06add support for include in status-effects.xml.Andrei Karas2-3/+19
2014-01-06add patch files loading for most dbs.Andrei Karas8-0/+18
2014-01-06add support for include in sounds.xml.Andrei Karas2-2/+15
2014-01-06add support for include in pets.xml.Andrei Karas2-6/+21
2014-01-06add support for include in maps.xml.Andrei Karas2-4/+15
2014-01-06add support for include in emotes.xml.Andrei Karas2-10/+40