summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-01-02Add unit tests for po parser.Andrei Karas3-0/+82
2016-01-02Add basic support for skiping plurals and use default translation.Andrei Karas1-1/+21
2016-01-02Update copyrights year.Andrei Karas1583-1583/+1583
2016-01-02Change version to 1.6.1.2.Andrei Karas1-2/+2
2016-01-01Fix code style.Andrei Karas15-24/+44
2015-12-31Fix compilation with SDL2.Andrei Karas2-2/+8
2015-12-31Move particlechangefunc into enums directory.Andrei Karas5-28/+74
2015-12-31Move particle alivestatus into enums directory.Andrei Karas7-35/+73
2015-12-31Move keyvalue into enums directory.Andrei Karas5-109/+192
2015-12-31Move inputcondition into enums directory.Andrei Karas4-6/+7
2015-12-31Move inputgroup into enums directory.Andrei Karas4-18/+48
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas31-90/+129
2015-12-30Fix default walk mask for beings.Andrei Karas1-1/+1
2015-12-30Fix animation time for new animated sprites.Andrei Karas5-5/+42
2015-12-30Add debug flag for debugging animated sprites.Andrei Karas3-0/+23
2015-12-30Add workaround for fix animated sprites animation time for new sprites.Andrei Karas1-0/+6
2015-12-29Fix unit tests compilation.Andrei Karas1-1/+2
2015-12-29Move flooritem into being directory.Andrei Karas7-11/+11
2015-12-29Move shopitem into item directory.Andrei Karas17-27/+32
2015-12-29Move item into item directory.Andrei Karas34-48/+69
2015-12-29Move animationdelayload into sprite directory.Andrei Karas6-13/+13
2015-12-29Move simpleanimation into animation directory.Andrei Karas8-13/+12
2015-12-29Move animation into animation directory.Andrei Karas11-17/+22
2015-12-29Move multitouchmanager into touch directory.Andrei Karas5-9/+9
2015-12-29Move touchactions into touch directory.Andrei Karas5-9/+10
2015-12-29Move touchmanager into touch directory.Andrei Karas12-17/+24
2015-12-29Disable restrict keyword in nacl because clang crashing.Andrei Karas1-2/+9
2015-12-27Fix compilation with different flags.Andrei Karas3-3/+3
2015-12-27Add restrict keyword in emotheshortcutcontainer.Andrei Karas2-25/+37
2015-12-27Add restrict keyword in basiccontainer.Andrei Karas2-45/+54
2015-12-27Add restrict keyword in graphicsvertexes.Andrei Karas2-36/+36
2015-12-27Add restrict keyword in being.Andrei Karas2-481/+536
2015-12-27Add restrict keyword to particle.Andrei Karas10-114/+141
2015-12-27Add restrict keyword in inputmanager.Andrei Karas2-122/+141
2015-12-27Add restrict keyrowrd in animatedsprite.Andrei Karas2-75/+78
2015-12-27Add restrict keyword in map.Andrei Karas3-169/+195
2015-12-27Add restrict keyword in dyepalette.Andrei Karas2-15/+20
2015-12-26Add restrict keyword into dye.Andrei Karas2-9/+13
2015-12-26Fix code style.Andrei Karas19-58/+107
2015-12-26Fix compilation warning with cilk_plus.Andrei Karas1-0/+5
2015-12-25Add restrict keyword to all renderers.Andrei Karas20-272/+333
2015-12-25Add restrict to all methods in graphics.Andrei Karas7-24/+33
2015-12-25Add restrict keyword in softwaregraphicsdef.hppAndrei Karas4-5/+7
2015-12-25Add restrict keyword in openglgraphicsdefadvanced.hppAndrei Karas6-29/+42
2015-12-25Add restrict keyword in openglgraphicsdef1.hppAndrei Karas5-5/+5
2015-12-25Add restrict keyword in openglgraphicsdef.hppAndrei Karas10-42/+42
2015-12-25Add restrict keyword into graphicsdef.hppAndrei Karas16-598/+732
2015-12-24Add restrict keyword in graphics_drawImageRect.hppAndrei Karas1-10/+10
2015-12-24Add restrict keyword in graphics_calcImageRect.hppAndrei Karas1-10/+10
2015-12-24Fix compilation with clang.Andrei Karas11-163/+166