summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-04Add pkg-config data after existing variables.v1.7.2.4Andrei Karas1-32/+32
2017-02-04Change version to 1.7.2.4.Andrei Karas9-10/+21
2017-02-04Update translations.Andrei Karas25-3522/+3915
2017-02-04Update manaplus.cbp.Andrei Karas1-2/+9
2017-02-04In .gitlab-ci.yml fix wrong configure flags for disable dye cmd compilation.Andrei Karas1-10/+10
2017-02-04Fix code style.Andrei Karas5-10/+6
2017-02-04Add ci builds with latest SDL1 and SDL2 version builds and unit tests.Andrei Karas1-12/+58
2017-02-04Fix libcurl version checks.Andrei Karas2-35/+27
2017-02-04Fix compilation with very new SDL2.Andrei Karas8-8/+24
2017-02-04Dont remove existing CPPFLAGS in gcc6.sh and gcc6_tests.sh script.Andrei Karas2-2/+2
2017-02-02Remove extra include from cashshoprecv.cppAndrei Karas1-2/+0
2017-02-02Fix deheader exception for climits.hAndrei Karas1-1/+1
2017-02-02Add missing include into unitsdb.cppAndrei Karas1-0/+2
2017-02-02Remove extra include from buysellrecv.cppAndrei Karas1-2/+0
2017-02-02Add exception into deheader.Andrei Karas1-0/+1
2017-02-02Convert unitsdb from class to namespace.Andrei Karas1-30/+27
2017-02-02Fix nullpointer access in special layer draw function.Andrei Karas3-4/+51
2017-02-02Remove extra includes from unitsdb.cppAndrei Karas1-4/+0
2017-02-02Fix compilation without tmwa support.Andrei Karas1-5/+4
2017-02-02Fix unit tests compilation.Andrei Karas1-1/+5
2017-02-01Remove extra checks from special layer drawing.Andrei Karas1-5/+2
2017-02-01Remove extra checks from draw map layers.Andrei Karas1-63/+17
2017-02-01Use npc currency in buy dialog.Andrei Karas3-2/+17
2017-02-01Store interacted npc type before buy or talk and send it to buy dialog.Andrei Karas8-17/+37
2017-02-01Set currency to buy dialog based on selected npc type id.Andrei Karas14-17/+151
2017-01-31Load currency names for each npc from npcs.xml.Andrei Karas6-1/+35
2017-01-31Add support for load different currencies from units.xml.Andrei Karas1-50/+84
2017-01-31Remove unit type enum in unitsdb.Andrei Karas1-32/+30
2017-01-31Move units into db directory.Andrei Karas19-62/+75
2017-01-31Fix money amount in cash shops.Andrei Karas1-2/+3
2017-01-31Allow buy multiply items at once from cash shops.Andrei Karas9-12/+127
2017-01-31Use pkg_config for all SDL libs in configure.Andrei Karas1-0/+21
2017-01-31Add ci build tests with latest SDL 1.2 and latest SDL N (default branch).Andrei Karas1-0/+36
2017-01-31Remove extra include from buysellrecv.cppAndrei Karas1-1/+0
2017-01-31Fix null pointer in unit tests.Andrei Karas1-1/+2
2017-01-31Fix separate builds for manaplusgame, dyetool, manaplustests.Andrei Karas1-14/+16
2017-01-30Save also commit and project url into http://stats.manaplus.orgAndrei Karas1-0/+4
2017-01-30Move slowest jobs in prebuild ci stange at first.Andrei Karas1-13/+13
2017-01-30Fix compilation with SDL 2.Andrei Karas1-1/+1
2017-01-30Add build ci tests for build only manaplus game and only dye tool.Andrei Karas1-0/+22
2017-01-30For most tests ci jobs dont build dye tool and manaplus game binaries.Andrei Karas1-17/+17
2017-01-30Move BuySellRecv::processNpcBuyResponse from ea namespace into eathena and tmwa.Andrei Karas8-38/+67
2017-01-30Clean buy dialog dungling pointer if buy dialog was destroyed.Andrei Karas4-0/+15
2017-01-30Add checks for compiler and linked libs in dumplibs.Andrei Karas1-2/+67
2017-01-30Allow set additonal configure flags in ci script gcc5_tests.shAndrei Karas1-1/+1
2017-01-30Add configure flag for prevent bulding main game code.Andrei Karas2-1/+20
2017-01-30Add more different libs version for ci build tests.Andrei Karas1-4/+108
2017-01-30Add check custom linked libs script for ci.Andrei Karas1-0/+16
2017-01-30Add first in configure add paths for libs from pkg-config/curl-config.Andrei Karas1-12/+12
2017-01-30Fix compilation with old libcurl versions.Andrei Karas2-7/+19