summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-08-18Remove unuse event handlers in socialwindow.Andrei Karas2-65/+0
2016-08-18Remove SocialWindow::showPartyCreateAndrei Karas2-37/+0
2016-08-18Remove SocialWindow::showGuildCreateAndrei Karas2-13/+0
2016-08-18Add some clang fixes.Andrei Karas6-13/+21
2016-08-18Remove createpartypopup class.Andrei Karas5-107/+0
2016-08-18Remove invite and leave buttons from social window.Andrei Karas2-14/+4
2016-08-16Trigger asserts if unknown commands executed in popup menu or in chat.Andrei Karas2-1/+9
2016-08-15Fix make files.Andrei Karas2-2/+2
2016-08-15Cast skills with offsets.Andrei Karas5-27/+114
2016-08-15Copy skill cast offset to shortcuts.Andrei Karas4-15/+45
2016-08-15Show selected skill cast offset in skill popup.Andrei Karas1-0/+7
2016-08-15Change cast offset in skills dialog.Andrei Karas11-0/+176
2016-08-15Move itemtype.h into item directory.Andrei Karas11-13/+13
2016-08-15Move itemsoundevent.h into item directory.Andrei Karas5-7/+7
2016-08-15Move itemdbtype.h into item directory.Andrei Karas6-8/+8
2016-08-15Move skilltype.h and skilltype2.h into skill directory.Andrei Karas8-16/+14
2016-08-15Move skillowner.h into skill directory.Andrei Karas5-7/+7
2016-08-15Not stop background music if not connected to server and settings was changed.Andrei Karas1-6/+16
2016-08-15Add default music. Track named Këphrom by Obani.Andrei Karas2-2/+2
2016-08-14Remove extra include from commands.cppAndrei Karas1-2/+0
2016-08-14Fix too long lines.s20160814Andrei Karas1-2/+4
2016-08-14Add missing translation comments.Andrei Karas1-0/+4
2016-08-14Add missing include into skilllistbox.hAndrei Karas1-0/+1
2016-08-14Fix compilation with old gcc.Andrei Karas1-1/+1
2016-08-14Cast skill depend on selected cast type.Andrei Karas3-14/+275
2016-08-14Remove default parameters from useSkill method in SkillDialog.Andrei Karas2-4/+6
2016-08-14Allow drag cast type from skills window into shortcuts.Andrei Karas4-0/+24
2016-08-14Show cast type in skill popup from custom place.Andrei Karas5-6/+26
2016-08-14Show header in skill level selection menu.Andrei Karas2-7/+3
2016-08-14Allow open submenus in same position with parent menu.Andrei Karas2-2/+20
2016-08-14Show skill level selection menu for skill with max level 1.Andrei Karas1-8/+5
2016-08-14Add skill cast type option in skills window.Andrei Karas18-17/+207
2016-08-14Add ability to load/save additional data for each shortcut in shortcuts window.Andrei Karas5-6/+37
2016-08-13Read whole packet SMSG_MAP_QUIT_RESPONSE.Andrei Karas1-1/+1
2016-08-13Change version to 1.6.8.14v1.6.8.14Andrei Karas1-2/+2
2016-08-13Remove some useless includes.Andrei Karas11-15/+13
2016-08-12Fix code style.Andrei Karas6-5/+10
2016-08-12Remove extra include from sdlimagehelper.cppAndrei Karas1-2/+0
2016-08-11Add assert into colordb about hair.xml file.Andrei Karas1-0/+1
2016-08-11Add asserts in simpleanimation.Andrei Karas1-4/+5
2016-08-11Add asserts into imagehelpers.Andrei Karas3-10/+17
2016-08-11Remove error messages from log if image loaded without image data.Andrei Karas1-9/+0
2016-08-10Use xml loader in spritedef.Andrei Karas1-4/+15
2016-08-10Use xml loader in themes.Andrei Karas1-7/+28
2016-08-10Use xml loader in particle effects.Andrei Karas4-9/+29
2016-08-09Fix compilation after last commit.Andrei Karas6-0/+9
2016-08-09Remove extra include from map.hAndrei Karas1-1/+0
2016-08-09Fix show overhead message with format "text".Andrei Karas1-7/+8
2016-08-09Add missing include into mapobject.hAndrei Karas1-0/+2
2016-08-08Remove default value from block mask in Map::getWalk.s20160809Andrei Karas2-10/+67