summaryrefslogtreecommitdiff
path: root/src/actions/actions.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-16Move itemamountwindowusage enum into separate file.Andrei Karas1-5/+5
2016-04-11Fix compilation warnings with tmwa only.Andrei Karas1-1/+1
2016-04-10Add warning exception for gcc 6.Andrei Karas1-0/+5
2016-03-24Add enum for item types.Andrei Karas1-1/+5
2016-02-20Add missing const in other left files.Andrei Karas1-4/+4
2016-02-13Add missing comment.Andrei Karas1-0/+1
2016-02-13Show warning for lastseen chat command if id and seen colleciton disabled.Andrei Karas1-4/+12
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-3/+3
2016-02-03Add chat command /seen for show seen informatin abount nick.Andrei Karas1-0/+46
2016-01-27Remove popup action "copy bar to chat"Andrei Karas1-0/+10
2016-01-27Remove action "reset yellow bar" from context menu.Andrei Karas1-0/+6
2016-01-27Improve undress popup menu item.Andrei Karas1-2/+17
2016-01-27Add quick shortcuts for add selected item to each craft inventory slot.Andrei Karas1-0/+14
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas1-0/+1
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-0/+7
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-20Move shortcuts files into gui/shortcut directory.Andrei Karas1-3/+4
2015-12-17Add support for full screen in nacl.Andrei Karas1-2/+2
2015-12-14Move skillconsts from resources int consts directory.Andrei Karas1-1/+2
2015-12-13Move spells and graphics related constants into separate files.Andrei Karas1-0/+2
2015-12-13Not build unsupported render backends on nacl.Andrei Karas1-1/+1
2015-11-22Allow drag skill with any selected level to shortcuts window.Andrei Karas1-1/+2
2015-11-20Fix code style.Andrei Karas1-1/+10
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-14/+15
2015-10-08Add chat command /testinfo for output some debug parameters to log.Andrei Karas1-0/+11
2015-09-26Disable differnt heal or magic action on non tmwa servers.Andrei Karas1-0/+17
2015-09-21Add option for auto target skill to closest target.Andrei Karas1-1/+2
2015-08-22Use resource manager as global variable.Andrei Karas1-7/+5
2015-08-21Add function for convert time diff to string.Andrei Karas1-52/+2
2015-08-20Use separate icons palette.Andrei Karas1-4/+0
2015-08-20/atkhuman now checks teamId and map pvp flagJoseph Botosh1-2/+1
2015-08-17Dont use item palettes in createitems command.Andrei Karas1-12/+1
2015-08-16Add strong typed int for item color.Andrei Karas1-7/+10
2015-08-09Add some missing checks to actions found by paranucker.Andrei Karas1-33/+72
2015-07-25healmd checks healing radiusJoseph Botosh1-1/+16
2015-07-25remove duplicate checkAttackPermissions(target) for /atkhumanJoseph Botosh1-5/+2
2015-07-25add targetingType featureJoseph Botosh1-3/+3
2015-07-21Add missing checks and non null attributes.Andrei Karas1-0/+2
2015-06-25Add NONNULL atribute into actions directory.Andrei Karas1-0/+5
2015-06-25Add missing non null attributes into gui directory.Andrei Karas1-1/+1
2015-06-14Rename CREATEWIDGET* macroses.Andrei Karas1-3/+3
2015-06-14Use CREATEWIDGET macro in actions.Andrei Karas1-9/+12
2015-06-06Fix code style.Andrei Karas1-4/+2
2015-06-01Convert DownloadStatus enum into strong typed enum.Andrei Karas1-1/+1
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-1/+3
2015-05-29Add strong typed int type BeingId.Andrei Karas1-5/+14
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+1
2015-05-25Fix buy/sell from personal shop in player stand very close to npc.Andrei Karas1-6/+12
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-2/+4
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas1-24/+49