Age | Commit message (Expand) | Author | Files | Lines |
2017-02-07 | Fix .gitlab-ci.yml | Andrei Karas | 1 | -1/+1 |
2017-02-07 | Fix compilation with pugixml. | Andrei Karas | 3 | -1/+9 |
2017-02-07 | Extend make clean script. | Andrei Karas | 1 | -0/+11 |
2017-02-07 | Add pugixml builds and tests with gcc 6. | Andrei Karas | 1 | -0/+74 |
2017-02-07 | Remove extra include SDL_stdinc.h. | Andrei Karas | 8 | -88/+0 |
2017-02-07 | Fix compilation with SDL2. | Andrei Karas | 8 | -18/+20 |
2017-02-07 | Fix compilation with gcc version below 4.6. | Andrei Karas | 11 | -33/+36 |
2017-02-07 | Add pugixml into readme files. | Andrei Karas | 3 | -3/+3 |
2017-02-07 | Add builds and tests with old SDL1 and SDL2 versions and other old libs. | Andrei Karas | 1 | -0/+89 |
2017-02-07 | Ignore warning -Wlong-long in physfs. | Andrei Karas | 2 | -0/+7 |
2017-02-07 | Show in configure what type of code will be built. | Andrei Karas | 1 | -0/+10 |
2017-02-06 | Add custom currency also into shop items list. | Andrei Karas | 7 | -15/+50 |
2017-02-06 | In ci builds with custom libaries, use almost all custom libs. | Andrei Karas | 1 | -18/+18 |
2017-02-05 | Add into ci gcc6 tests with glibc debug mode enabled. | Andrei Karas | 1 | -0/+29 |
2017-02-05 | Fix incorrect buffer access in chatutils and in stringutils unit tests. | Andrei Karas | 2 | -5/+13 |
2017-02-05 | Add configure option --enable-glibcdebug for enable libcstdc++ debug mode. | Andrei Karas | 2 | -1/+21 |
2017-02-05 | Add physfs patch and add info about physfs bug into readme. | Andrei Karas | 4 | -0/+23 |
2017-02-04 | Add pkg-config data after existing variables.v1.7.2.4 | Andrei Karas | 1 | -32/+32 |
2017-02-04 | Change version to 1.7.2.4. | Andrei Karas | 9 | -10/+21 |
2017-02-04 | Update translations. | Andrei Karas | 25 | -3522/+3915 |
2017-02-04 | Update manaplus.cbp. | Andrei Karas | 1 | -2/+9 |
2017-02-04 | In .gitlab-ci.yml fix wrong configure flags for disable dye cmd compilation. | Andrei Karas | 1 | -10/+10 |
2017-02-04 | Fix code style. | Andrei Karas | 5 | -10/+6 |
2017-02-04 | Add ci builds with latest SDL1 and SDL2 version builds and unit tests. | Andrei Karas | 1 | -12/+58 |
2017-02-04 | Fix libcurl version checks. | Andrei Karas | 2 | -35/+27 |
2017-02-04 | Fix compilation with very new SDL2. | Andrei Karas | 8 | -8/+24 |
2017-02-04 | Dont remove existing CPPFLAGS in gcc6.sh and gcc6_tests.sh script. | Andrei Karas | 2 | -2/+2 |
2017-02-02 | Remove extra include from cashshoprecv.cpp | Andrei Karas | 1 | -2/+0 |
2017-02-02 | Fix deheader exception for climits.h | Andrei Karas | 1 | -1/+1 |
2017-02-02 | Add missing include into unitsdb.cpp | Andrei Karas | 1 | -0/+2 |
2017-02-02 | Remove extra include from buysellrecv.cpp | Andrei Karas | 1 | -2/+0 |
2017-02-02 | Add exception into deheader. | Andrei Karas | 1 | -0/+1 |
2017-02-02 | Convert unitsdb from class to namespace. | Andrei Karas | 1 | -30/+27 |
2017-02-02 | Fix nullpointer access in special layer draw function. | Andrei Karas | 3 | -4/+51 |
2017-02-02 | Remove extra includes from unitsdb.cpp | Andrei Karas | 1 | -4/+0 |
2017-02-02 | Fix compilation without tmwa support. | Andrei Karas | 1 | -5/+4 |
2017-02-02 | Fix unit tests compilation. | Andrei Karas | 1 | -1/+5 |
2017-02-01 | Remove extra checks from special layer drawing. | Andrei Karas | 1 | -5/+2 |
2017-02-01 | Remove extra checks from draw map layers. | Andrei Karas | 1 | -63/+17 |
2017-02-01 | Use npc currency in buy dialog. | Andrei Karas | 3 | -2/+17 |
2017-02-01 | Store interacted npc type before buy or talk and send it to buy dialog. | Andrei Karas | 8 | -17/+37 |
2017-02-01 | Set currency to buy dialog based on selected npc type id. | Andrei Karas | 14 | -17/+151 |
2017-01-31 | Load currency names for each npc from npcs.xml. | Andrei Karas | 6 | -1/+35 |
2017-01-31 | Add support for load different currencies from units.xml. | Andrei Karas | 1 | -50/+84 |
2017-01-31 | Remove unit type enum in unitsdb. | Andrei Karas | 1 | -32/+30 |
2017-01-31 | Move units into db directory. | Andrei Karas | 19 | -62/+75 |
2017-01-31 | Fix money amount in cash shops. | Andrei Karas | 1 | -2/+3 |
2017-01-31 | Allow buy multiply items at once from cash shops. | Andrei Karas | 9 | -12/+127 |
2017-01-31 | Use pkg_config for all SDL libs in configure. | Andrei Karas | 1 | -0/+21 |
2017-01-31 | Add ci build tests with latest SDL 1.2 and latest SDL N (default branch). | Andrei Karas | 1 | -0/+36 |