summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2016-03-16Split ParticleEngine from Particle class.Andrei Karas1-1/+1
2016-03-13Simplify drawing beings in playerbox control.Andrei Karas1-1/+1
2016-03-12Dont highlight server messages in chat channels.Andrei Karas1-2/+4
2016-03-12Fix compilation issue.Andrei Karas1-1/+3
2016-03-11Fix code style.Andrei Karas29-25/+82
2016-03-04Remove isVisible getter from widget.Andrei Karas4-12/+9
2016-02-27Add exception to seach chat command. It not run search for special chars.Andrei Karas1-1/+10
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas4-15/+15
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas4-0/+15
2016-02-22Add more missing consts.Andrei Karas2-2/+2
2016-02-21Fix code style.Andrei Karas1-1/+2
2016-02-21Add missing checks.Andrei Karas4-8/+17
2016-02-21Add missing constructor call.Andrei Karas1-0/+1
2016-02-20Add missing const in gui directory.Andrei Karas84-216/+236
2016-02-20Add support for onscreen buttons in format 3x2.Andrei Karas1-2/+3
2016-02-14Fix crash in setup input page with name gui.Andrei Karas1-5/+5
2016-02-12Fix compilation with different flags.Andrei Karas1-0/+2
2016-02-11Add support for add action commands inside links.Andrei Karas2-64/+119
2016-02-11Use inline attribute in some critial performance functions.Andrei Karas1-2/+2
2016-02-08Fix small performance issues.Andrei Karas1-1/+0
2016-02-08Add some missing checks and remove useless checks.Andrei Karas1-1/+1
2016-02-08Improve some empty string checks.Andrei Karas4-4/+4
2016-02-08Add some missing const.Andrei Karas2-2/+2
2016-02-08Remove useless variable from itemcontainer.Andrei Karas2-3/+1
2016-02-07Fix code style.Andrei Karas4-8/+2
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