summaryrefslogtreecommitdiff
path: root/src/resources/skill/skillinfo.h
AgeCommit message (Collapse)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-08Add into skill context menu for add shortcut.Andrei Karas1-0/+2
Also add chat command for add skill shortcut by skill id into free slot.
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
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-07-13Add vector.h for use different vectors.Andrei Karas1-1/+2
Also replace <vector> include into "utils/vector.h"
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-15Dont show on start skill tabs without skills.Andrei Karas1-0/+2
2016-12-15Add support for rectangular skills tabs.Andrei Karas1-0/+2
2016-12-12Add noexcept in some files.Andrei Karas1-1/+1
2016-08-15Change cast offset in skills dialog.Andrei Karas1-0/+2
2016-08-15Move skilltype.h and skilltype2.h into skill directory.Andrei Karas1-2/+1
2016-08-15Move skillowner.h into skill directory.Andrei Karas1-1/+1
2016-08-14Add skill cast type option in skills window.Andrei Karas1-1/+4
Can be changed, but for now unused.
2016-07-23Allow skill source and destination particle effects depend on skill level.Andrei Karas1-4/+0
2016-07-23Add skill attacking src and dst effects.Andrei Karas1-0/+2
New skills attributes: srcEffectId, dstEffectId
2016-07-18Move skillinfo into resources/skill directory.Andrei Karas1-0/+99