summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-01Add support for logging in nacl to console.Andrei Karas2-0/+6
2015-12-01Rename LOG_ANDROID into SPECIALLOG.Andrei Karas1-9/+9
2015-12-01Added NaCl data.zip PhysFS supportVasily2-6/+6
2015-11-30Fix compilation for nacl.Andrei Karas1-0/+3
2015-11-29Fix code style.Andrei Karas3-12/+6
2015-11-24Add support for spirit balls effect.Andrei Karas3-2/+60
2015-11-24Allow kill infinite particles if parent particle will be removed.Andrei Karas3-1/+22
2015-11-24Impliment packet SMSG_SPIRIT_BALLS.Andrei Karas5-14/+14
2015-11-23Impliment packet SMSG_SKILL_SNAP (hercules).Andrei Karas3-10/+1
2015-11-23Add skill error about missing spirits.Andrei Karas2-0/+5
2015-11-23Impliment packet SMSG_SKILL_WARP_POINT (hercules)Andrei Karas1-6/+16
2015-11-23Add skillwarplistener.Andrei Karas4-0/+107
2015-11-23Add text select dialog.Andrei Karas4-0/+287
2015-11-23Fix code style in map layer.Andrei Karas2-46/+70
2015-11-23Add chat command skill.Andrei Karas7-16/+100
2015-11-22Show selected and max skill levels in skill popup.Andrei Karas4-11/+69
2015-11-22Allow drag skill with any selected level to shortcuts window.Andrei Karas6-8/+19
2015-11-22Use selected skill level in button "use" in skill dialog.Andrei Karas2-12/+20
2015-11-22Add popup menu for left click on skill level.Andrei Karas3-0/+46
2015-11-22Add chat command /selectskilllevel for select skill level in skills dialog.Andrei Karas7-1/+39
2015-11-22Add to skill selected skill level field.Andrei Karas2-2/+17
2015-11-21Change version to 1.5.11.21v1.5.11.21Andrei Karas1-2/+2
2015-11-20Fix code style.Andrei Karas12-12/+28
2015-11-20Fix unit tests.Andrei Karas4-8/+8
2015-11-19Add strong typed bool enum Append.Andrei Karas12-39/+86
2015-11-19Allow use support/friendly skills on self if target not selected.Andrei Karas1-1/+3
2015-11-19Fix code style in emoteshortcut.Andrei Karas1-1/+2
2015-11-19Fix code style in effectmanager.Andrei Karas2-4/+9
2015-11-19Fix code style in dropshortcut.Andrei Karas1-3/+6
2015-11-18Fix code style in dirs.Andrei Karas1-4/+7
2015-11-18Fix code style in configuration.Andrei Karas2-24/+45
2015-11-18Fix code style in configmanager.Andrei Karas1-3/+7
2015-11-18Fix party invite response (hercules)Andrei Karas1-14/+2
2015-11-18Fix code style in commandline.Andrei Karas1-39/+61
2015-11-18Fix code style in client.Andrei Karas1-29/+53
2015-11-18Fix code style in chatlogger.Andrei Karas2-19/+35
2015-11-18Fix code style in beingequipbackend and add some consts to it.Andrei Karas9-19/+25
2015-11-18Fix code style in avatar.Andrei Karas1-1/+2
2015-11-18Fix code style in animationdelayload.Andrei Karas1-1/+2
2015-11-18Fix style in animatedsprite.Andrei Karas2-21/+31
2015-11-17Use magic command properties only if compiled for tmwa.Andrei Karas8-59/+159
2015-11-17fix mplint issue.Andrei Karas1-2/+1
2015-11-17Fix unit tests compilation.Andrei Karas1-2/+2
2015-11-17Fix make files.Andrei Karas2-2/+2
2015-11-17Fix compilation without C++11 again.Andrei Karas13-30/+31
2015-11-17Fix compilation without C++11 flags.Andrei Karas1-1/+1
2015-11-17Convert enum InputType into strong typed.Andrei Karas8-32/+46
2015-11-16Convert State enum into strong typed.Andrei Karas35-293/+290
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas23-189/+203
2015-11-16Convert DragDropSource enum into strong typed enum.Andrei Karas10-84/+89