summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-01-08Allow drag & drop more than one amount at time in craft inventory.Andrei Karas5-18/+107
2016-01-08Add function for return current npc dialog.Andrei Karas3-0/+10
2016-01-08Impliment craft inventory for moving items one by one.Andrei Karas8-68/+276
2016-01-08Add complexitem.Andrei Karas4-0/+168
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas12-7/+174
2016-01-07Add empty complex inventory class.Andrei Karas4-0/+88
2016-01-07Move invetory into inventory directory.Andrei Karas17-21/+32
2016-01-06Add noexcept into widget.Andrei Karas1-24/+24
2016-01-06Add noexcept into being.Andrei Karas4-101/+99
2016-01-06Add noexcept into particle.Andrei Karas1-15/+17
2016-01-06Add noexcept into inputmanager.Andrei Karas1-3/+3
2016-01-06Add noexcept into animatedsprite.Andrei Karas2-10/+11
2016-01-06Add noexcept into map.Andrei Karas1-24/+26
2016-01-06Add noexcept into dyecolor.Andrei Karas1-4/+8
2016-01-06Add noexcept into shaders.Andrei Karas2-2/+2
2016-01-06Add noexcept into other renderers.Andrei Karas8-13/+16
2016-01-06Add noexcept into graphics.Andrei Karas2-17/+17
2016-01-06Add noexcept into font.Andrei Karas2-4/+5
2016-01-06Add noexcept into maplayer.Andrei Karas1-3/+3
2016-01-06Add packet SMSG_DRESS_ROOM_OPEN 0x0a02.Andrei Karas3-0/+13
2016-01-06Impliment packet CMSG_SHORTCUTS_ROW_SHIFT 0x0a01.Andrei Karas6-0/+19
2016-01-05Change packet version to 11. Impliment fixed packets for same version.Andrei Karas3-5/+30
2016-01-05Remove item object from popup menu, but use item index in inventory.Andrei Karas2-12/+15
2016-01-04Fix some typos.Andrei Karas2-2/+2
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas51-115/+334
2016-01-03Auto set default language from chrome ui (nacl).Andrei Karas1-13/+47
2016-01-03Add support for custom NLS (without gettext).Andrei Karas9-4/+48
2016-01-02Update copyright year in .cc files.Andrei Karas12-12/+12
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