Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-10 | Remove most unused files. | Andrei Karas | 1 | -404/+0 | |
2017-08-07 | Add additional attributes to missile particle in attacks. | Andrei Karas | 1 | -1/+5 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -2/+2 | |
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features. | |||||
2017-06-20 | Move itemcolordata into separate file. | Andrei Karas | 1 | -5/+2 | |
2017-06-07 | Fix namespace comments. | Andrei Karas | 1 | -1/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -1/+1 | |
2017-01-31 | Load currency names for each npc from npcs.xml. | Andrei Karas | 1 | -0/+7 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-12 | Add noexcept in some files. | Andrei Karas | 1 | -39/+39 | |
2016-10-04 | Move Cursor enum into enums directory. | Andrei Karas | 1 | -5/+5 | |
2016-04-18 | Add into being dbs, shared attribute "quickActionEffect". | Andrei Karas | 1 | -0/+7 | |
For now unused. | |||||
2016-03-10 | Add support for change text in pet menu item "Return to egg". | Andrei Karas | 1 | -0/+7 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-23 | Add const attribute to resources. | Andrei Karas | 1 | -1/+1 | |
2015-12-20 | Move spritedisplay.h into sprite directory. | Andrei Karas | 1 | -1/+2 | |
2015-11-14 | Fix attack sprite actions. Add ride attack action. | Andrei Karas | 1 | -0/+1 | |
2015-10-15 | Convert BlockType into strong typed enum. | Andrei Karas | 1 | -3/+3 | |
2015-10-13 | Add npc attribute what allow or prevent removing npc after out of sight. | Andrei Karas | 1 | -0/+7 | |
New npc attribute: allowDelete | |||||
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -3/+4 | |
2015-06-29 | Move blocktype.h into enums directory. | Andrei Karas | 1 | -2/+2 | |
2015-05-30 | Convert TargetCursorSize enum into strong typed enum. | Andrei Karas | 1 | -4/+3 | |
2015-05-29 | Add strong typed int type BeingTypeId. | Andrei Karas | 1 | -5/+5 | |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -4/+6 | |
2015-03-17 | Remove useless includes from .h files. | Andrei Karas | 1 | -2/+0 | |
2015-01-06 | Move targetcursorsize.h into enums directory. | Andrei Karas | 1 | -3/+2 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-12-10 | Add default npc menu items if missing in configuration. | Andrei Karas | 1 | -0/+2 | |
2014-12-09 | load npc menu. | Andrei Karas | 1 | -0/+4 | |
2014-08-05 | Rename walkMask into blockWalkMask. | Andrei Karas | 1 | -5/+5 | |
2014-05-19 | fix code style. | Andrei Karas | 1 | -3/+5 | |
2014-05-19 | Move spritedisplay into separate file. | Andrei Karas | 1 | -0/+1 | |
2014-05-19 | Move itemsoundevent into separate file. | Andrei Karas | 1 | -2/+3 | |
2014-05-18 | Move attack into separate file. | Andrei Karas | 1 | -28/+1 | |
2014-05-13 | fix code style. | Andrei Karas | 1 | -2/+6 | |
2014-05-13 | Move targetcursorsize into separate file. | Andrei Karas | 1 | -3/+3 | |
2014-05-11 | Move blocktype into separate file. | Andrei Karas | 1 | -3/+3 | |
2014-05-01 | Add missing const. | Andrei Karas | 1 | -3/+7 | |
2014-01-20 | add attack action for pets. | Andrei Karas | 1 | -0/+21 | |
New pets db attributes: attackOffsetX attackOffsetY attaclDirectionType | |||||
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-12-31 | add pet direction type if owner dead. | Andrei Karas | 1 | -0/+7 | |
New pet db attribute: deadDirectionType | |||||
2013-12-31 | add pet offset if owner is dead. | Andrei Karas | 1 | -0/+14 | |
New pet db attributes: deadOffsetX, deadOffsetY | |||||
2013-12-31 | add pet offset if owner is moving. | Andrei Karas | 1 | -0/+14 | |
New pet db attributes: moveOffsetX, moveOffsetY | |||||
2013-12-25 | add support for pet sit direction logic. | Andrei Karas | 1 | -0/+7 | |
New pet db attribute: sitDirectionType It can be set same values like in directionType. | |||||
2013-12-25 | add direction logic to pets. | Andrei Karas | 1 | -0/+7 | |
New pet db attribute: directionType Possible values: 0 - not change direction. 1 - use same direction as owner. 2 - always look to owner. 3 - always look outside from owner. | |||||
2013-12-25 | add pet think time. | Andrei Karas | 1 | -0/+7 | |
New pet db attribute: thinkTime time in milliseconds. also remove extra pet logic calls. | |||||
2013-12-25 | add support for pet offsets if owner is sitting. | Andrei Karas | 1 | -0/+14 | |
2013-12-24 | add missing const int beinginfo. | Andrei Karas | 1 | -7/+7 | |
2013-12-24 | add support for warp pets if distance very long. | Andrei Karas | 1 | -0/+7 | |
New pet db option: warpDistance | |||||
2013-12-24 | add speed parameter for pets. | Andrei Karas | 1 | -0/+7 | |
New pet db option: walkSpeed | |||||
2013-12-24 | dehardcode pet logic parameters. | Andrei Karas | 1 | -0/+14 | |
New pet db parameters: startFollowDistance - distance from pet start follow owner. followDistance - distance on what pet preffer follow owner. |