summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas49-306/+306
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas21-146/+206
2016-02-05Impliment packet SMSG_NPC_CUTIN. Add support for cutins.Andrei Karas2-2/+2
2016-02-03Update descript for option for collecting ids and seen log.Andrei Karas1-1/+1
2016-02-03Add option for saving mapping between account id and nicks.Andrei Karas1-0/+4
2016-02-03Add option in settings to allow enable/disable sell spam filter.Andrei Karas1-0/+4
2016-01-29Fix code style.Andrei Karas1-4/+0
2016-01-27Add quick shortcuts for add selected item to each craft inventory slot.Andrei Karas1-0/+6
2016-01-26Add support for move 1 amount of item to craft if hold stop attack key (left ...Andrei Karas1-1/+6
2016-01-25Move help window to top on first time open it from chat with commands like "?...Andrei Karas1-0/+3
2016-01-25Remove debug line.Andrei Karas1-1/+0
2016-01-24Not allow add equipped items to craft inventory.Andrei Karas1-0/+2
2016-01-17Move cards constants into separate file.Andrei Karas2-2/+6
2016-01-16Add function for replace item links in chat.Andrei Karas1-36/+1
2016-01-15Fix code style.Andrei Karas2-4/+4
2016-01-15Add support for show cards in links.Andrei Karas2-8/+33
2016-01-08Allow drag & drop more than one amount at time in craft inventory.Andrei Karas1-5/+24
2016-01-08Impliment craft inventory for moving items one by one.Andrei Karas2-21/+15
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas1-0/+69
2016-01-06Add noexcept into widget.Andrei Karas1-24/+24
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas12-17/+56
2016-01-02Update copyright year in .cc files.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas212-212/+212
2016-01-01Fix code style.Andrei Karas1-2/+0
2015-12-31Fix compilation with SDL2.Andrei Karas2-2/+8
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas3-23/+25
2015-12-29Move shopitem into item directory.Andrei Karas2-2/+4
2015-12-29Move simpleanimation into animation directory.Andrei Karas1-2/+1
2015-12-29Move animation into animation directory.Andrei Karas1-1/+2
2015-12-27Add restrict keyword in emotheshortcutcontainer.Andrei Karas2-25/+37
2015-12-27Add restrict keyword in basiccontainer.Andrei Karas2-45/+54
2015-12-23Add const attribute to gui classes.Andrei Karas18-41/+48
2015-12-22Add missing const in widget.Andrei Karas2-9/+9
2015-12-20Move shortcuts files into gui/shortcut directory.Andrei Karas6-7/+14
2015-12-20Move animatedsprite into sprite directory.Andrei Karas1-1/+2
2015-12-20Move OpenGL functions related files into opengl directory.Andrei Karas1-1/+1
2015-12-18Fix code style.Andrei Karas2-4/+0
2015-12-17Add support for full screen in nacl.Andrei Karas1-2/+4
2015-12-15Fix manual set resolution in nacl.Andrei Karas1-2/+2
2015-12-14Move soundconsts.h into const directory.Andrei Karas5-5/+10
2015-12-14Move mapconsts.h into const directory.Andrei Karas1-4/+4
2015-12-14Move chatconsts into const directory.Andrei Karas2-3/+4
2015-12-14Move skillconsts from resources int consts directory.Andrei Karas2-2/+2
2015-12-13Move theme related constants into separate file.Andrei Karas1-1/+2
2015-12-13Move spells and graphics related constants into separate files.Andrei Karas2-0/+6
2015-12-12Hide "detect best mode" in nacl.Andrei Karas2-3/+3
2015-12-10Add support for mobileopengl2 backend (still copy from modern opengl).Andrei Karas2-3/+7
2015-12-02Add strong typed bool type Advanced.Andrei Karas2-7/+8
2015-12-02Add strong typed bool type IsSell.Andrei Karas2-4/+5
2015-11-22Show selected and max skill levels in skill popup.Andrei Karas2-5/+10