Age | Commit message (Expand) | Author | Files | Lines |
2017-02-10 | Rename physfstools into virtfs. | Andrei Karas | 47 | -171/+198 |
2017-02-09 | Remov extra includes. | Andrei Karas | 3 | -4/+0 |
2017-02-09 | Open quest in quests window if quest link was clicked. | Andrei Karas | 3 | -2/+32 |
2017-02-08 | Add support for quest links in browserbox. | Andrei Karas | 3 | -1/+27 |
2017-02-08 | Move quests loading code into quests db. | Andrei Karas | 7 | -201/+328 |
2017-02-08 | Use as primary domain manaplus.org in mirrors. | Andrei Karas | 2 | -4/+4 |
2017-02-08 | Fix compilation without tmwa support. | Andrei Karas | 1 | -1/+1 |
2017-02-07 | Fix compilation with pugixml. | Andrei Karas | 3 | -1/+9 |
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 | Ignore warning -Wlong-long in physfs. | Andrei Karas | 2 | -0/+7 |
2017-02-06 | Add custom currency also into shop items list. | Andrei Karas | 7 | -15/+50 |
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 | 1 | -1/+8 |
2017-02-04 | Change version to 1.7.2.4. | Andrei Karas | 1 | -2/+2 |
2017-02-04 | Fix code style. | Andrei Karas | 5 | -10/+6 |
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-02 | Remove extra include from cashshoprecv.cpp | Andrei Karas | 1 | -2/+0 |
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 | 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 | Remove extra include from buysellrecv.cpp | Andrei Karas | 1 | -1/+0 |
2017-01-31 | Fix null pointer in unit tests. | Andrei Karas | 1 | -1/+2 |
2017-01-31 | Fix separate builds for manaplusgame, dyetool, manaplustests. | Andrei Karas | 1 | -14/+16 |
2017-01-30 | Fix compilation with SDL 2. | Andrei Karas | 1 | -1/+1 |
2017-01-30 | Move BuySellRecv::processNpcBuyResponse from ea namespace into eathena and tmwa. | Andrei Karas | 8 | -38/+67 |
2017-01-30 | Clean buy dialog dungling pointer if buy dialog was destroyed. | Andrei Karas | 4 | -0/+15 |
2017-01-30 | Add checks for compiler and linked libs in dumplibs. | Andrei Karas | 1 | -2/+67 |
2017-01-30 | Add configure flag for prevent bulding main game code. | Andrei Karas | 1 | -1/+11 |
2017-01-30 | Fix compilation with old libcurl versions. | Andrei Karas | 2 | -7/+19 |
2017-01-28 | Fix code style. Remove some useless checks. | Andrei Karas | 4 | -23/+12 |
2017-01-27 | Fix style issues in browserbox. | Andrei Karas | 2 | -2/+3 |
2017-01-27 | Move tabs replace code from browserbox into browserboxtools. | Andrei Karas | 3 | -17/+24 |