summaryrefslogtreecommitdiff
path: root/src/dropshortcut.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-19Fix code style in dropshortcut.Andrei Karas1-3/+6
2015-08-16Add strong typed int for item color.Andrei Karas1-2/+2
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-06-03Rename packettypes.h into packettype.hAndrei Karas1-1/+1
2015-06-03User full enum name in packets type.Andrei Karas1-2/+2
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-4/+4
2015-01-06Move pckettypes enum into separate file.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-15Fix code style.Andrei Karas1-1/+0
2014-08-10In DropShortcut use ShortcutBase.Andrei Karas1-79/+3
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-4/+4
2014-07-21move "change drop counter" option into gamemodifiers.Andrei Karas1-3/+4
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-29Move from client packets limiter related code into separate file.Andrei Karas1-2/+4
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19add missing initialisation in dropshortcut.Andrei Karas1-1/+1
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas1-3/+0
2013-10-04add pickup and drop sound effects.Andrei Karas1-4/+4
2013-09-09remove useless includes from some files.Andrei Karas1-2/+0
2013-08-31move being related files into being dir.Andrei Karas1-2/+3
2013-08-24remove most static methods from Client.Andrei Karas1-2/+2
2013-06-23Add support for protecting items.Andrei Karas1-4/+13
2013-02-23Improve dropshortcuts class speed.Andrei Karas1-5/+5
2013-02-14fix copyright years.Andrei Karas1-1/+1
2012-11-24Fix code style.Andrei Karas1-1/+1
2012-11-22Fix drops shortcuts loading.Andrei Karas1-3/+4
2012-11-17Save drop shortcuts after clean operation.Andrei Karas1-0/+1
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-1/+1
2012-08-26Add const to some classes.Andrei Karas1-14/+15
2012-08-23Remove useless includes.Andrei Karas1-2/+1
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-3/+3
2012-07-17Fix more code style and additional warnings.Andrei Karas1-2/+3
2012-05-06Fix code style.Andrei Karas1-3/+2
2012-04-03Add option clear to context menu in drops window.Andrei Karas1-3/+10
2012-03-29Fix code style.Andrei Karas1-1/+0
2012-02-24More copyright fixes.Andrei Karas1-1/+1
2012-02-24Fix GPL license.Andrei Karas1-2/+1
2012-02-01Fix drop counter if drop item from any slot and buggy servers protection acti...Andrei Karas1-0/+7
2011-09-13Add missing checks to some files and style fixes.Andrei Karas1-3/+9
2011-08-09Fix copyright headers. Add missing copyrights and fix program name.Andrei Karas1-2/+3
2011-06-06Fix code style.Andrei Karas1-1/+2
2011-06-04Add colors support for drops panel.Andrei Karas1-7/+44
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-04Rename some gui class files to real class names.Andrei Karas1-1/+1
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-1/+1
2011-02-25Add tabs to spells window. Now it 5 tabs.Andrei Karas1-1/+4
2011-01-02Initial commit.Andrei Karas1-0/+172