Age | Commit message (Expand) | Author | Files | Lines |
2016-11-04 | Fix some defines/includes, because in some systems it may works wrong. | Andrei Karas | 1 | -4/+2 |
2016-11-03 | Fix legacy status effects with block-id. | Andrei Karas | 1 | -1/+2 |
2016-10-28 | Add missing consts references. | Andrei Karas | 2 | -6/+6 |
2016-10-16 | Add option to show player name only for selected player.s20161017 | Andrei Karas | 3 | -14/+60 |
2016-10-06 | Fix code style. | Andrei Karas | 1 | -2/+2 |
2016-10-04 | Move Cursor enum into enums directory. | Andrei Karas | 2 | -4/+4 |
2016-09-30 | Fix removing particle effects after end effect message. | Andrei Karas | 4 | -10/+26 |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 4 | -21/+18 |
2016-09-21 | Fix code style. | Andrei Karas | 1 | -1/+1 |
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-09-11 | Remove support for legacy configuration in PlayerRelations. | Andrei Karas | 2 | -7/+3 |
2016-09-09 | Fix code style. | Andrei Karas | 5 | -8/+8 |
2016-09-08 | Remove itemslot.h. | Andrei Karas | 1 | -2/+3 |
2016-08-29 | Fix wrong type in extern weightNoticeTime in localplayer.cpp | Andrei Karas | 1 | -1/+1 |
2016-08-29 | Use time_t for time values. | Andrei Karas | 5 | -26/+26 |
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 | 2 | -194/+287 |
2016-08-24 | Remove function PlayerInfo::updateMoveAI. | Andrei Karas | 3 | -12/+0 |
2016-08-24 | Remove some more local pet related code. | Andrei Karas | 2 | -40/+0 |
2016-08-24 | Remove unused pet handler methods and fields. | Andrei Karas | 1 | -1/+1 |
2016-08-24 | First step of removing local pets (tmwa only). | Andrei Karas | 2 | -242/+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 | 2 | -1/+71 |
2016-08-22 | Add some missing consts. | Andrei Karas | 4 | -5/+5 |
2016-08-15 | Cast skills with offsets. | Andrei Karas | 2 | -0/+30 |
2016-08-15 | Move itemtype.h into item directory. | Andrei Karas | 1 | -1/+1 |
2016-08-09 | Fix compilation after last commit. | Andrei Karas | 2 | -0/+3 |
2016-08-09 | Fix show overhead message with format "text". | Andrei Karas | 1 | -7/+8 |
2016-08-08 | Fix particles counter in being popup.evolrelease2016-08-07 | Andrei Karas | 1 | -1/+1 |
2016-08-07 | Add player wall collision type (5). | Andrei Karas | 1 | -1/+4 |
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 | 2 | -1/+79 |
2016-08-04 | Remember id of own elemental. | Andrei Karas | 2 | -0/+15 |
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-31 | Show hp and max hp in being popup. | Andrei Karas | 1 | -0/+3 |
2016-07-29 | Fix code style. | Andrei Karas | 2 | -2/+0 |
2016-07-29 | Fix some issues detected by cppcheck. | Andrei Karas | 2 | -7/+4 |
2016-07-29 | Add some missing tmwa defines. | Andrei Karas | 4 | -4/+36 |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 6 | -112/+4 |
2016-07-27 | Show hp bar for mercenary. | Andrei Karas | 2 | -1/+82 |
2016-07-27 | Impliment packet SMSG_HOMUNCULUS_EXP 0x0b22. | Andrei Karas | 2 | -0/+15 |
2016-07-27 | Show hp bar in own homunculus. | Andrei Karas | 2 | -7/+96 |
2016-07-27 | Calculate damage per second for homunculus and mercenary. | Andrei Karas | 1 | -17/+29 |