summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-08Fix compilation without tmwa support.Andrei Karas1-1/+1
2017-02-07Fix .gitlab-ci.ymlAndrei Karas1-1/+1
2017-02-07Fix compilation with pugixml.Andrei Karas3-1/+9
2017-02-07Extend make clean script.Andrei Karas1-0/+11
2017-02-07Add pugixml builds and tests with gcc 6.Andrei Karas1-0/+74
2017-02-07Remove extra include SDL_stdinc.h.Andrei Karas8-88/+0
2017-02-07Fix compilation with SDL2.Andrei Karas8-18/+20
2017-02-07Fix compilation with gcc version below 4.6.Andrei Karas11-33/+36
2017-02-07Add pugixml into readme files.Andrei Karas3-3/+3
2017-02-07Add builds and tests with old SDL1 and SDL2 versions and other old libs.Andrei Karas1-0/+89
2017-02-07Ignore warning -Wlong-long in physfs.Andrei Karas2-0/+7
2017-02-07Show in configure what type of code will be built.Andrei Karas1-0/+10
2017-02-06Add custom currency also into shop items list.Andrei Karas7-15/+50
2017-02-06In ci builds with custom libaries, use almost all custom libs.Andrei Karas1-18/+18
2017-02-05Add into ci gcc6 tests with glibc debug mode enabled.Andrei Karas1-0/+29
2017-02-05Fix incorrect buffer access in chatutils and in stringutils unit tests.Andrei Karas2-5/+13
2017-02-05Add configure option --enable-glibcdebug for enable libcstdc++ debug mode.Andrei Karas2-1/+21
2017-02-05Add physfs patch and add info about physfs bug into readme.Andrei Karas4-0/+23
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