summaryrefslogtreecommitdiff
path: root/src/textcommand.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-10-10Fix variable copy in textcommand.cppAndrei Karas1-1/+1
2017-10-10Fix some asserts in text command editor.Andrei Karas1-2/+6
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+3
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-3/+3
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas1-2/+2
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-2/+2
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-6/+6
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-17Use magic command properties only if compiled for tmwa.Andrei Karas1-3/+10
2015-11-16Move TextCommandType enum into separate file and convert to strong typed.Andrei Karas1-3/+3
2015-11-16Move MagicSchool enum into separate file and convert to strong typed.Andrei Karas1-6/+10
2015-11-16Rename SpellTarget into CommandTarget enum and convert it to strong typed.Andrei Karas1-3/+3
2015-08-22Use resource manager as global variable.Andrei Karas1-2/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-30move db files into db directory.Andrei Karas1-1/+2
2013-03-24improve textcommand class.Andrei Karas1-1/+1
2013-02-24Improve string usage in some files.Andrei Karas1-1/+1
2013-02-14fix copyright years.Andrei Karas1-1/+1
2012-09-04Add const to more classes.Andrei Karas1-10/+12
2012-08-23Remove useless includes.Andrei Karas1-0/+1
2012-05-24Dehardcode some old paths.Andrei Karas1-1/+4
2012-02-24More copyright fixes.Andrei Karas1-0/+1
2012-02-24Fix GPL license.Andrei Karas1-2/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-5/+5
2011-09-19Add comment field to spells/commands.Andrei Karas1-6/+9
2011-09-14Add more checks and some code cleanups.Andrei Karas1-1/+1
2011-09-10Change empty strings initializations.Andrei Karas1-32/+30
2011-08-09Fix copyright headers. Add missing copyrights and fix program name.Andrei Karas1-2/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-01-02Initial commit.Andrei Karas1-0/+115