summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-11If asserts enabled, add linker flag -rdynamic.Andrei Karas1-0/+3
2016-05-10Add valgrind into ci test scripts.Andrei Karas5-4/+18
2016-05-10Improve error checks in tests ci scripts.Andrei Karas5-4/+16
2016-05-10Fix some MStack functions.Andrei Karas1-4/+2
2016-05-10Fix compilation warning.Andrei Karas1-1/+1
2016-05-10Add missing file.Andrei Karas1-0/+37
2016-05-10Add ability to switch emotes shortcurs bar between player, pets, ↵Andrei Karas13-3/+135
homunculuses and mercenaries.
2016-05-09Do mouse actions on emoteshortcutcontainer only if left mouse button was used.Andrei Karas1-15/+18
2016-05-09Add new flags into gcc snapshot ci script.Andrei Karas1-0/+2
2016-05-09Try disable warnings in testlauncher.cppAndrei Karas1-6/+6
2016-05-09Fix too long line.Andrei Karas1-1/+2
2016-05-09Fix issue with DSO.Andrei Karas7-37/+70
EXT and ARB extensions have bit different signatures. Disable DSO black list for now.
2016-05-09Black list Mesa 11.2 for DSO.Andrei Karas1-0/+1
Because DSO here look like broken too.
2016-05-09Add settings for set distance for start syncyng player.Andrei Karas4-2/+13
Default distance is 2 and it good for ping < 500. But for bigger ping probably need other values.
2016-05-09Fix distance to fix if auto fix position disabled to 7.Andrei Karas1-1/+1
2016-05-08Add packets for packet version 20151001.Andrei Karas2-1/+30
2016-05-07Move max packet version constant into separate file.Andrei Karas4-1/+37
2016-05-07Impliment packets for packet version 20150916.Andrei Karas1-1/+30
2016-05-07Add packet SMSG_ADD_MAP_MARKER 0x09c1.Andrei Karas3-0/+10
2016-05-07Change version to 1.6.5.7v1.6.5.7Andrei Karas9-9/+21
2016-05-07Update Android.mk.Andrei Karas1-0/+2
2016-05-07Update manaplus.cbp.Andrei Karas1-5/+29
2016-05-07Update translations.Andrei Karas24-1819/+2033
2016-05-07Disable another warning in cpplint ci script.Andrei Karas1-1/+2
2016-05-07Disable new warning in cpplint in ci.Andrei Karas1-1/+2
2016-05-07Fix some includes.Andrei Karas2-2/+0
2016-05-06Add missing include int beingslistmodel.hAndrei Karas1-0/+2
2016-05-06Fix too long line.Andrei Karas1-1/+2
2016-05-06Fix indent in sdltcpnet.cppAndrei Karas1-3/+3
2016-05-06Add missing base classes into constructors initialization lists.Andrei Karas4-2/+9
2016-05-06Add missing const.Andrei Karas2-2/+2
2016-05-06Fix code style.Andrei Karas28-59/+43
2016-05-06Fix compilation under Android.Andrei Karas1-0/+6
2016-05-06Convert png images into 32 bits format.Andrei Karas11-0/+0
2016-05-05Add into ci scripts pngcheck.Andrei Karas2-0/+30
2016-05-05In npc inventory allow add by button add item to next free slot.Andrei Karas1-2/+2
2016-05-05Rename no asserts ci job.Andrei Karas1-1/+1
2016-05-05Add ci job with gcc6 and disabled asserts.Andrei Karas2-1/+9
2016-05-05Fix erased players hide emotes and spech over head.Andrei Karas1-0/+5
2016-05-05Fix .gitlab-ci.yml format.Andrei Karas1-0/+4
2016-05-05Add tag docker to all ci build jobs.Andrei Karas1-4/+134
2016-05-05Change follow from long distance move to naviate to point.Andrei Karas1-4/+4
2016-05-05Add missing check into function recalcSpritesOrder.Andrei Karas1-2/+5
2016-05-04Blacklist DSA for Mesa 11.1.3 look like it also broken :(Andrei Karas1-0/+1
2016-05-04Enable asserts in cmake.Andrei Karas1-1/+1
2016-05-04Add word assert into report functions.Andrei Karas1-1/+1
2016-05-04Use new check functions in ActorManager.Andrei Karas1-32/+40
2016-05-04Add macroses returnNullptr and returnNullptrVAndrei Karas2-0/+51
2016-05-04Fix returnTrue/returnFalse macroses if asserts disabled.Andrei Karas1-4/+16
2016-05-04Move most checkutils functions into macroses.Andrei Karas2-78/+10