summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-13Change version to 1.6.8.14v1.6.8.14Andrei Karas9-9/+23
2016-08-13Update translations.Andrei Karas23-17333/+19908
2016-08-13Update manaplus.cbp.Andrei Karas1-2/+7
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-11Add into images ci check for iCCP profiles.Andrei Karas1-2/+2
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-09In ci deheader scripts trigger error if any file compilation failed.Andrei Karas1-1/+1
2016-08-09Remove gcc version in testfile scripts.Andrei Karas3-3/+3
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
2016-08-08Fix on client side walking on monster wall collision.Andrei Karas9-1/+24
2016-08-08Fix collision monster wall.Andrei Karas1-1/+1
2016-08-08Fix particles counter in being popup.evolrelease2016-08-07Andrei Karas3-1/+15
2016-08-08Fix possible infinite loop in particlesAndrei Karas1-0/+1
2016-08-07Add monster wall collision type.Andrei Karas11-26/+54
2016-08-07Add player wall collision type (5).Andrei Karas7-15/+33
2016-08-07Extend horses.xml with separate offset for each direction for rider, up and d...Andrei Karas6-45/+172
2016-08-06From horses.xml remove outdated offsets.Andrei Karas1-6/+4
2016-08-06Add support for player rider offset by x and y.Andrei Karas3-2/+12
2016-08-06Add own colors for hp bars for homunculus, mercenary, elemental.Andrei Karas4-6/+61
2016-08-05Remove extra include.Andrei Karas1-1/+0
2016-08-05Disable for now npc dialog creation test.Andrei Karas2-6/+6
2016-08-05Disable ci test gcc-5_sdl2_tests_i386, because some times it fail and no way ...Andrei Karas1-1/+2
2016-08-05Fix includes issue in stringdefines.Andrei Karas4-5/+4
2016-08-04Add missing include into attributesstrings.cppAndrei Karas1-0/+2
2016-08-04Add support for attr attributes in stats.xmlAndrei Karas2-17/+45
2016-08-04Add support for string enums. Add Attributes string enum.Andrei Karas6-0/+238
2016-08-04Remove extra include.Andrei Karas1-2/+0
2016-08-04Fix shadowing method by variable name in some compilers.Andrei Karas1-5/+5
2016-08-04Fix style issue.Andrei Karas1-2/+2
2016-08-04Add some missing tmwa defines. Fix compilation error without tmwa support.Andrei Karas7-1/+31
2016-08-04Fix style issue.Andrei Karas1-1/+2
2016-08-04Draw hp bar for elementals.Andrei Karas2-1/+79
2016-08-04Remember id of own elemental.Andrei Karas3-1/+17
2016-08-03Impliment packets SMSG_ELEMENTAL_INFO and SMSG_ELEMENTAL_UPDATE_STATUS.Andrei Karas1-8/+32
2016-08-03Add elemental attributes.Andrei Karas1-0/+6
2016-08-03Add support for elemental db and draw elementals sprites.Andrei Karas9-19/+262
2016-08-03Replace some ifs to switches.Andrei Karas3-141/+228
2016-08-03Add actor type elemental.Andrei Karas6-4/+14