summaryrefslogtreecommitdiff
path: root/src/actions
AgeCommit message (Expand)AuthorFilesLines
2015-10-08Add chat command /testinfo for output some debug parameters to log.Andrei Karas2-0/+12
2015-09-26Disable differnt heal or magic action on non tmwa servers.Andrei Karas1-0/+17
2015-09-25Fix code style.Andrei Karas1-2/+0
2015-09-21Add option for auto target skill to closest target.Andrei Karas1-1/+2
2015-09-20Add function for selecting new target.Andrei Karas1-10/+2
2015-09-11Fix code style.Andrei Karas1-1/+1
2015-09-11Fix compilation with disabled eathena server type.Andrei Karas1-1/+1
2015-09-08Add some missing item colors.Andrei Karas1-1/+0
2015-09-05Allow send quick mail message by command /sendmail (hercules)Andrei Karas1-0/+17
2015-09-05Add option for enable manamarket intergration and support /mail command. (for...Andrei Karas1-0/+5
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 Karas2-8/+11
2015-08-09Add some missing checks to actions found by paranucker.Andrei Karas4-110/+235
2015-08-03Add gui mode for dyecmd. Now only basic code added.Andrei Karas1-0/+4
2015-07-31Add some missing translation labels.Andrei Karas1-0/+2
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 Botosh3-3/+9
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-15Fix code style.Andrei Karas1-0/+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 Karas3-7/+4
2015-06-03User full enum name in packets type.Andrei Karas1-4/+4
2015-06-01Convert DownloadStatus enum into strong typed enum.Andrei Karas1-1/+1
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas4-1/+9
2015-05-30Move relation enum into separate file.Andrei Karas1-15/+15
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas3-10/+20
2015-05-28Add strong typed bool type Visible.Andrei Karas2-5/+6
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 Karas2-28/+59
2015-05-22Fix code style.Andrei Karas3-1/+5
2015-05-21Call postInit after each window creation.Andrei Karas1-3/+9
2015-05-17Fix some issues after automatic checks.Andrei Karas1-9/+11
2015-05-17Fix code style.Andrei Karas1-1/+1
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-3/+4
2015-05-07Remove bot checker window.Andrei Karas2-8/+0
2015-05-06Add strong typed bool type AllowSort.Andrei Karas2-12/+12
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-4/+4
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas1-1/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+4
2015-05-04Fix compilation with different options.Andrei Karas1-0/+4