summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2015-07-21Add missing checks and non null attributes.Andrei Karas3-0/+6
2015-07-17Fix code style.Andrei Karas2-1/+3
2015-07-14Add card item type.Andrei Karas3-0/+6
2015-07-14Fix crash if warp to smaller map into tile with height > 0.Andrei Karas1-1/+1
2015-07-13Fix moving with mouse on tiles with height > 0.Andrei Karas1-0/+3
2015-07-11Add missing checks into resources.Andrei Karas6-13/+21
2015-07-02Move mapitemtype into enums directory.Andrei Karas6-52/+9
2015-06-30Fix code style.Andrei Karas2-2/+3
2015-06-29Move notifytypes.h into enums directory.Andrei Karas3-182/+4
2015-06-29Move itemsoundevent.h into enums directory.Andrei Karas2-47/+1
2015-06-29Move blocktype.h into enums directory.Andrei Karas3-45/+3
2015-06-29Move blockmask.h into enums directory.Andrei Karas6-49/+9
2015-06-27In resource manager for fun function type use referecne to function.Andrei Karas2-13/+14
2015-06-26Fix map layers loading after last checks.Andrei Karas1-4/+5
2015-06-26Add missing checks into map directory.Andrei Karas3-8/+9
2015-06-25Add missing checks into db directory.Andrei Karas3-13/+23
2015-06-25Add missing checks into resources directory.Andrei Karas14-31/+78
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas5-25/+48
2015-06-06Fix clang build.Andrei Karas1-0/+3
2015-06-06Fix compilation with clang.Andrei Karas1-2/+0
2015-06-06Fix code style.Andrei Karas4-2/+5
2015-06-03Convert MapType enum into strong typed enum.Andrei Karas4-10/+11
2015-06-03Convert NotifyFlags enum into strong typed enum.Andrei Karas1-2/+2
2015-05-31Move maptype enum into enums directory.Andrei Karas3-42/+3
2015-05-30Move user defined colors enum into separate file.Andrei Karas3-9/+11
2015-05-30Convert TargetCursorSize enum into strong typed enum.Andrei Karas1-4/+3
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas2-4/+4
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas3-5/+11
2015-05-29Add strong typed int type BeingTypeId.Andrei Karas14-46/+46
2015-05-29Add strong typed int type BeingId.Andrei Karas16-45/+70
2015-05-26Convert tests for mstack into catch format.Andrei Karas1-62/+62
2015-05-26Convert tests for dye into catch format.Andrei Karas1-77/+77
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-2/+6
2015-05-22Fix code style.Andrei Karas1-2/+1
2015-05-17Fix possible issues in texture atlas creation with non power of two image sizes.Andrei Karas2-3/+55
2015-05-17Fix code style.Andrei Karas2-11/+12
2015-05-16Fix compilation without OpenGL support.Andrei Karas1-0/+2
2015-05-16Improve a bit map draw speed.Andrei Karas1-19/+15
2015-05-16Remove parameter from fringe layer draw function.Andrei Karas4-15/+27
2015-05-16Improve a bit fringe layer draw speed.Andrei Karas1-19/+101
2015-05-16Improve a bit map layers draw.Andrei Karas3-49/+71
2015-05-15Fix draw map layers before switching map modes.Andrei Karas2-2/+5
2015-05-15Fix tests.Andrei Karas1-2/+2
2015-05-15Improve a bit map draw performance.Andrei Karas3-52/+148
2015-05-15fix build again.Andrei Karas1-1/+1
2015-05-15Fix compilation issue with old gcc.Andrei Karas1-4/+4
2015-05-15Add missing cost to map and maplayer.Andrei Karas4-48/+56
2015-05-13Remove additional checks from mstack.Andrei Karas1-12/+3
2015-05-13Replace succesfully to successfully.Andrei Karas1-1/+1
2015-05-13New stack class in graphics areas stack.Andrei Karas1-1/+6