summaryrefslogtreecommitdiff
path: root/src/spellmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-28Fix compilation warning.Andrei Karas1-1/+2
2014-10-28Dehardcode default spells/commands.Andrei Karas1-66/+35
2014-10-26Allow invoke chat command from invoking skill.Andrei Karas1-0/+8
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for playerHandler.Andrei Karas1-1/+1
2014-09-10Change format in ActorType enum.Andrei Karas1-1/+1
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-4/+4
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+2
2014-05-13Move actor type into separate file.Andrei Karas1-1/+1
2014-05-11Move player attributes into separate file.Andrei Karas1-1/+2
2014-05-08Fix code style in other files.Andrei Karas1-3/+3
2014-05-02Add missing const.Andrei Karas1-1/+1
2014-04-17Add missing check in spellmanager.Andrei Karas1-0/+3
2014-02-07add missing const and static keywords.Andrei Karas1-2/+2
2014-02-02Add missing const and static into other classes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-11Second part of checks from Parasoft C++ Test.Andrei Karas1-6/+6
2013-09-30move windows classes to windows directory.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-2/+2
2013-09-18add const to other files.Andrei Karas1-2/+2
2013-08-31move being related files into being dir.Andrei Karas1-2/+3
2013-07-06fix code style and some minor issues.Andrei Karas1-3/+3
2013-07-02add support for drag and drop in spells window.Andrei Karas1-0/+34
2013-04-20fix style in other files.Andrei Karas1-1/+3
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+1
2013-03-24improve spellmanager class.Andrei Karas1-12/+15
2013-03-01Fix magic skill level checks.Andrei Karas1-2/+2
2013-02-25Improve string usage in other files.Andrei Karas1-2/+2
2013-02-24Add support for show quest variables in skills window (evol only)Andrei Karas1-4/+3
2013-02-14fix copyright years.Andrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas1-1/+1
2012-09-16Add const to variables with type size_t.Andrei Karas1-2/+2
2012-09-04add const to more classes,Andrei Karas1-3/+3
2012-09-04Add const to more classes.Andrei Karas1-19/+21
2012-08-24replace defines to consts.Andrei Karas1-3/+3
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-07-17Fix more code style and additional warnings.Andrei Karas1-6/+10
2012-07-15Fix code style.Andrei Karas1-1/+1
2012-04-25Improve iterators part 2.Andrei Karas1-1/+2
2012-04-01Last part of fixes.Andrei Karas1-1/+1
2012-02-24More copyright fixes.Andrei Karas1-1/+1
2012-02-24Fix GPL license.Andrei Karas1-2/+1
2012-02-08Fix code style with new tool.Andrei Karas1-1/+2
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-3/+3
2011-09-26Fix code style.Andrei Karas1-2/+2
2011-09-19Add comment field to spells/commands.Andrei Karas1-16/+27
2011-09-14Add more checks and some code cleanups.Andrei Karas1-2/+0
2011-09-10Change empty strings initializations.Andrei Karas1-2/+2
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-2/+2