summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2015-08-20Add ability for insert cards into items by dragging.Andrei Karas1-0/+1
2015-08-16In all places try get item color from ItemColorManager.Andrei Karas1-0/+2
2015-08-16Add strong typed int for item color.Andrei Karas1-0/+1
2015-08-09Add unit tests for mathutils.hAndrei Karas1-0/+1
2015-08-09Add some missing checks to other files found by paranucker.Andrei Karas1-2/+2
2015-08-04Add more missing files into make file.Andrei Karas1-1/+11
2015-08-04Add missing file into make file.Andrei Karas1-0/+1
2015-08-04Fix make file.Andrei Karas1-10/+1
2015-08-03Add gui mode for dyecmd. Now only basic code added.Andrei Karas1-757/+616
2015-08-02Enable OpenGL support in dyetool.Andrei Karas1-2/+57
2015-08-02Move main function code into mainGui.Andrei Karas1-0/+2
2015-08-02Move command line options parsing to separate file.Andrei Karas1-0/+2
2015-07-29Add bages db. Add badges support for parties.Andrei Karas1-0/+2
2015-07-17Add test with creating windows.Andrei Karas1-0/+1
2015-07-14Add ability for insert cards into items.Andrei Karas1-0/+2
2015-07-02Move mapitemtype into enums directory.Andrei Karas1-1/+1
2015-06-30Fix make file issue.Andrei Karas1-1/+1
2015-06-29Move itemsoundevent.h into enums directory.Andrei Karas1-1/+1
2015-06-29Move blocktype.h into enums directory.Andrei Karas1-1/+1
2015-06-29Move blockmask.h into enums directory.Andrei Karas1-1/+1
2015-06-27Move environment functions into separate file.Andrei Karas1-0/+2
2015-06-17Update compiler plugin parameters.Andrei Karas1-1/+1
2015-06-14Add macro for create widget and call postInit().Andrei Karas1-0/+1
2015-06-14Add missing file.Andrei Karas1-0/+1
2015-06-07Add configure option for enable gcc check plugin.Andrei Karas1-0/+4
2015-06-03Convert UpdateType enum into strong typed enum.Andrei Karas1-0/+2
2015-06-03Rename packettypes.h into packettype.hAndrei Karas1-1/+1
2015-05-31Convert ThemeColorId enum into strong typed enum.Andrei Karas1-0/+2
2015-05-31Move maptype enum into enums directory.Andrei Karas1-1/+1
2015-05-31Move blitmode enum into separate file.Andrei Karas1-0/+1
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-0/+2
2015-05-30Move inputaction into enums directory.Andrei Karas1-1/+1
2015-05-30Move relation enum into separate file.Andrei Karas1-0/+1
2015-05-30Move reachable enum into separate file.Andrei Karas1-0/+1
2015-05-30Move user defined colors enum into separate file.Andrei Karas1-0/+1
2015-05-30Move gradient type into separate file.Andrei Karas1-0/+1
2015-05-30Move theme progress colors enum into separate file.Andrei Karas1-0/+1
2015-05-30Move theme colors enum into separate file.Andrei Karas1-0/+1
2015-05-29Add support for strong typed enums.Andrei Karas1-0/+1
2015-05-29Add strong typed int type BeingTypeId.Andrei Karas1-0/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-0/+1
2015-05-28Add strong typed defines for strong typed ints.Andrei Karas1-0/+1
2015-05-28Rename file simpledefines.h into booldefines.hAndrei Karas1-1/+1
2015-05-28Add strong typed bool type Visible.Andrei Karas1-0/+1
2015-05-27Add strong typed bool type Move.Andrei Karas1-0/+1
2015-05-27Add strong typed bool type Speech.Andrei Karas1-0/+1
2015-05-26Convert tests for mstack into catch format.Andrei Karas1-2/+2
2015-05-26Convert tests for dye into catch format.Andrei Karas1-2/+2
2015-05-26Convert tests for xmlutils into catch format.Andrei Karas1-2/+2
2015-05-26Convert tests for stringutils into catch format.Andrei Karas1-2/+2