Age | Commit message (Expand) | Author | Files | Lines |
2017-05-01 | Remove ServerFeatures haveVending because it depend only on server type. | Andrei Karas | 1 | -6/+11 |
2017-05-01 | Remove ServerFeatures haveAttackDirections because it depend only on server t... | Andrei Karas | 1 | -3/+4 |
2017-05-01 | Add ifdef for tmwa only in call to serverFeatures->haveServerHp. | Andrei Karas | 1 | -0/+2 |
2017-04-04 | Show player language badge. | Andrei Karas | 1 | -0/+19 |
2017-04-03 | Replace string::append with pathJoin. | Andrei Karas | 1 | -10/+10 |
2017-03-10 | Fix new style issue detected by mplint. | Andrei Karas | 1 | -3/+3 |
2017-03-01 | Fix pointers alias issue in Being::playSfx (detected by gcc 7) | Andrei Karas | 1 | -1/+1 |
2017-02-21 | Move other fs related files into fs directory. | Andrei Karas | 1 | -2/+3 |
2017-02-01 | Store interacted npc type before buy or talk and send it to buy dialog. | Andrei Karas | 1 | -1/+1 |
2017-01-28 | Fix code style. Remove some useless checks. | Andrei Karas | 1 | -7/+4 |
2017-01-06 | Add possible missing initialisation in Being::recalcSpritesOrder. | Andrei Karas | 1 | -0/+6 |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 |
2016-12-29 | Add constexpr into being. | Andrei Karas | 1 | -29/+0 |
2016-12-29 | Add A_UNLIKELY into Being::logic. | Andrei Karas | 1 | -9/+9 |
2016-12-28 | Use templated parameters in Being::getOffset. | Andrei Karas | 1 | -6/+6 |
2016-12-23 | Fix style issues. | Andrei Karas | 1 | -1/+1 |
2016-10-28 | Add missing consts references. | Andrei Karas | 1 | -3/+3 |
2016-10-16 | Add option to show player name only for selected player.s20161017 | Andrei Karas | 1 | -7/+9 |
2016-09-18 | Fix assert in sethair function. If some one set hair with id 0. | Andrei Karas | 1 | -5/+12 |
2016-09-15 | Add type into ShopListBox. | Andrei Karas | 1 | -0/+2 |
2016-08-29 | Use time_t for time values. | Andrei Karas | 1 | -1/+1 |
2016-08-24 | Remove empty line from being.cpp. | Andrei Karas | 1 | -1/+0 |
2016-08-24 | Add homunculus/mercenary basic ai logic. | Andrei Karas | 1 | -185/+267 |
2016-08-24 | Remove some more local pet related code. | Andrei Karas | 1 | -31/+0 |
2016-08-24 | First step of removing local pets (tmwa only). | Andrei Karas | 1 | -230/+0 |
2016-08-23 | Remove extra include. | Andrei Karas | 1 | -1/+0 |
2016-08-23 | Add check for cards for existing item id. | Andrei Karas | 1 | -0/+6 |
2016-08-23 | Add support for equipment particles effects from dyes. | Andrei Karas | 1 | -1/+67 |
2016-08-22 | Add some missing consts. | Andrei Karas | 1 | -1/+1 |
2016-08-15 | Cast skills with offsets. | Andrei Karas | 1 | -0/+27 |
2016-08-09 | Fix compilation after last commit. | Andrei Karas | 1 | -0/+2 |
2016-08-09 | Fix show overhead message with format "text". | Andrei Karas | 1 | -7/+8 |
2016-08-07 | Extend horses.xml with separate offset for each direction for rider, up and d... | Andrei Karas | 1 | -6/+7 |
2016-08-06 | Add support for player rider offset by x and y. | Andrei Karas | 1 | -1/+3 |
2016-08-06 | Add own colors for hp bars for homunculus, mercenary, elemental. | Andrei Karas | 1 | -6/+6 |
2016-08-04 | Fix shadowing method by variable name in some compilers. | Andrei Karas | 1 | -5/+5 |
2016-08-04 | Add some missing tmwa defines. Fix compilation error without tmwa support. | Andrei Karas | 1 | -0/+2 |
2016-08-04 | Draw hp bar for elementals. | Andrei Karas | 1 | -1/+70 |
2016-08-03 | Add support for elemental db and draw elementals sprites. | Andrei Karas | 1 | -17/+39 |
2016-08-03 | Add actor type elemental. | Andrei Karas | 1 | -3/+7 |
2016-07-29 | Add some missing tmwa defines. | Andrei Karas | 1 | -0/+22 |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -70/+3 |
2016-07-27 | Show hp bar for mercenary. | Andrei Karas | 1 | -1/+73 |
2016-07-27 | Show hp bar in own homunculus. | Andrei Karas | 1 | -7/+85 |
2016-07-25 | Add into player attributes prefix PLAYER_. | Andrei Karas | 1 | -2/+2 |
2016-07-24 | Fix wrong assert for portals. | Andrei Karas | 1 | -1/+2 |
2016-07-24 | Add castingeffect object for draw casting effect in specified position and so... | Andrei Karas | 1 | -59/+14 |
2016-07-24 | Use switch in Being::setSubtype. | Andrei Karas | 1 | -118/+120 |
2016-07-23 | Allow skill source and destination particle effects depend on skill level. | Andrei Karas | 1 | -6/+17 |
2016-07-23 | Add skill attacking src and dst effects. | Andrei Karas | 1 | -0/+3 |