Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -2/+2 | |
2016-05-12 | Add skipError parameter to loadXml functions. | Andrei Karas | 1 | -5/+8 | |
This allow not show errors for some not main xml files. | |||||
2016-02-20 | Add missing const in resources directory. | Andrei Karas | 1 | -1/+1 | |
2016-01-29 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2016-01-25 | Add file utils function getFilesInDir. | Andrei Karas | 1 | -0/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-11-17 | Use magic command properties only if compiled for tmwa. | Andrei Karas | 1 | -0/+4 | |
2015-11-16 | Move MagicSchool enum into separate file and convert to strong typed. | Andrei Karas | 1 | -5/+16 | |
2015-11-16 | Rename SpellTarget into CommandTarget enum and convert it to strong typed. | Andrei Karas | 1 | -5/+5 | |
2015-05-06 | Add strong typed bool type SkipError. | Andrei Karas | 1 | -1/+1 | |
2015-05-06 | Add strong types bool type UseResman. | Andrei Karas | 1 | -1/+1 | |
2015-02-07 | Dont show some useless errors while loading themes. | Andrei Karas | 1 | -1/+1 | |
2015-02-07 | Remove optional parameter from xml document constructor. | Andrei Karas | 1 | -1/+1 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-11-08 | Fix code style. | Andrei Karas | 1 | -4/+2 | |
2014-10-28 | Dehardcode default spells/commands. | Andrei Karas | 1 | -0/+144 | |
Read commands from defaultcommands.xml. Also improve a bit saving commands in spellmanager. |