Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2013-10-04 | Add new item sound events constants. | Andrei Karas | 1 | -17/+3 | |
2013-09-30 | move db files into db directory. | Andrei Karas | 1 | -1/+2 | |
2013-09-20 | improve a bit code speed. | Andrei Karas | 1 | -1/+1 | |
2013-09-16 | remove unused includes from resources. | Andrei Karas | 1 | -1/+0 | |
2013-08-31 | move being related files into being dir. | Andrei Karas | 1 | -1/+1 | |
2013-07-23 | add support for attacksky and attackwater actions. | Andrei Karas | 1 | -2/+8 | |
2013-07-21 | Add settings for monster hp bar offset. | Andrei Karas | 1 | -0/+14 | |
New attributes: hpBarOffsetX, hpBarOffsetY Example: <monster id="0" name="Piou" targetCursor="small" walkType="fly" hpBarOffsetX="30"> | |||||
2013-07-18 | add name offsets for npc and monster names. | Andrei Karas | 1 | -0/+14 | |
New attributes: nameOffsetX, nameOffsetY Example for monsters.xml: <monster id="0" name="Piou" targetCursor="small" walkType="fly" nameOffsetX="10"> Example for npcs.xml: <npc id="304" nameOffsetX="-10" nameOffsetY="-5"> | |||||
2013-06-15 | Add support for monster look. | Andrei Karas | 1 | -0/+6 | |
2013-05-28 | fix guard header part3. | Andrei Karas | 1 | -3/+3 | |
2013-05-17 | improve npcdialog class. | Andrei Karas | 1 | -2/+16 | |
allow set avatar size in avatars.xml. | |||||
2013-04-18 | add delay to action sounds. | Andrei Karas | 1 | -4/+6 | |
delay now unused. | |||||
2013-04-14 | another fixes from cpplint. | Andrei Karas | 1 | -1/+1 | |
2013-01-31 | Add default avatars support for npcs. | Andrei Karas | 1 | -0/+7 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-10-30 | Add unused warnings to other files. | Andrei Karas | 1 | -15/+16 | |
2012-10-27 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-10-25 | Add support for different hover/pickup cursors for monsters, npc, items, etc. | Andrei Karas | 1 | -0/+12 | |
In monsters.xml new monster attribute: hoverCursor - default value "attack". In npcs.xml new npc attribute: hoverCursor - default value "talk". In items.xml new item attribute: pickupCursor - default value "pickup". Warps using "up" cursor for now. |