summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
For now disabled.
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
In eathena version remove access to buy dialog, because anyway it must not exists at this time.
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
New configure flag:--with-manaplusgame / --without-manaplusgame By default it allow build main game code.
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
2017-01-30Add POST_CXXFLAGS into gcc6 ci script.Andrei Karas1-0/+2
2017-01-28Disable gcc snapshot ci tests for i386 because debian repository not have ↵Andrei Karas1-2/+2
latest package.
2017-01-28Fix code style. Remove some useless checks.Andrei Karas4-23/+12
2017-01-27Fix gcc snapshot ci flags.Andrei Karas1-1/+20
Also add new missing flags.
2017-01-27Fix style issues in browserbox.Andrei Karas2-2/+3
2017-01-27Move tabs replace code from browserbox into browserboxtools.Andrei Karas3-17/+24
2017-01-27Move links replace code from browserbox into browserboxtools.Andrei Karas3-81/+86
2017-01-27Move keys replace code from browserbox into browserboxtools.Andrei Karas3-13/+22
2017-01-27Move variables replace code from browserbox into browserboxtools.Andrei Karas5-2/+73
2017-01-27Move color names into separate file.Andrei Karas5-38/+71
2017-01-27Move link highlight mode into separate file.Andrei Karas5-18/+54
2017-01-27Move browserboxmode into separate file.Andrei Karas17-30/+66
Also convert it to strong typed enum.
2017-01-27Move browserlink into separate file.Andrei Karas4-22/+57
2017-01-26Allow mkdir fail in before_script in .gitlab-ci.ymlAndrei Karas1-1/+1
2017-01-26Add compilation with some zlib versions and most libpng versions.Andrei Karas2-0/+210
2017-01-25In .gitlab-ci.yml move deheader variable into shared blocks.Andrei Karas1-1872/+230
2017-01-25In ci deheader tests move most variables into VARIABLES section.Andrei Karas1-624/+624
2017-01-25In .gitlab-ci.yml set default image to debian:unstable.Andrei Karas1-259/+1
2017-01-25Fix .gitlab-ci.ymlAndrei Karas1-208/+208
2017-01-25Add updaterepos ci script.Andrei Karas2-0/+13
2017-01-25Remove deheader_sdl2.sh because it same with deheader.shAndrei Karas2-115/+104
2017-01-25In ci move install packages from shell scripts into .gitlab-ci.ymlAndrei Karas55-469/+1968
2017-01-25Move some always executed ci commands from init.sh into before_script.Andrei Karas2-9/+8
2017-01-25Add empty dependencies to most jobs.Andrei Karas1-304/+307
Also rename ci key job-artifacts to job-shared.
2017-01-25Into .gitlab-ci.yml add retry build variables.Andrei Karas1-0/+4