summaryrefslogtreecommitdiff
path: root/src/textcommand.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from textcommand.Andrei Karas1-3/+3
2017-10-06remove extra includes if build without tmwa support.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-14/+14
2016-09-23Add missing comments into defines.Andrei Karas1-3/+4
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-10/+10
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-13Move constant MAGIC_START_ID into textcommandeditor.cppAndrei Karas1-2/+0
2015-11-17Use magic command properties only if compiled for tmwa.Andrei Karas1-18/+27
2015-11-17Fix compilation without C++11 again.Andrei Karas1-3/+3
2015-11-16Move TextCommandType enum into separate file and convert to strong typed.Andrei Karas1-6/+1
2015-11-16Move MagicSchool enum into separate file and convert to strong typed.Andrei Karas1-18/+13
2015-11-16Rename SpellTarget into CommandTarget enum and convert it to strong typed.Andrei Karas1-12/+7
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-01Add missing const.Andrei Karas1-4/+4
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-05-28fix guard header part3.Andrei Karas1-1/+1
2013-04-07fix cide style.Andrei Karas1-1/+1
2013-03-24improve textcommand class.Andrei Karas1-1/+1
2013-02-14fix copyright years.Andrei Karas1-1/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-13/+13
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+3
2012-09-04Add const to more classes.Andrei Karas1-14/+17
2012-08-24replace defines to consts.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-1/+1
2012-07-17Fix more code style and additional warnings.Andrei Karas1-4/+4
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/+1
2012-02-03Add some missing getters.Andrei Karas1-1/+1
2011-09-19Add comment field to spells/commands.Andrei Karas1-7/+12
2011-08-09Fix copyright headers. Add missing copyrights and fix program name.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+173