summaryrefslogtreecommitdiff
path: root/src/actions/commands.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Move manaplus game related files into progs/manaplus.Andrei Karas1-2156/+0
2017-08-28Fix compilation warning without tmwa support.Andrei Karas1-1/+1
2017-08-23Add support for /mailto chat command in new mail system.Andrei Karas1-1/+13
2017-08-23Add mailqueuetype enum for mail queue types.Andrei Karas1-5/+3
2017-08-23Add ability to send new mail by /sendmail chat command.Andrei Karas1-2/+22
2017-08-21Remove useless else.Andrei Karas1-4/+1
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-12/+5
2017-08-08Use size_t type for index in itemshortcut.Andrei Karas1-2/+2
2017-08-08Fix compilation with old compilers.Andrei Karas1-1/+1
2017-08-08Add into skill context menu for add shortcut.Andrei Karas1-0/+42
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-06-11Rename player_relations into playerRelations.Andrei Karas1-7/+7
2017-06-09Fix code style.Andrei Karas1-4/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-118/+127
2017-06-04Fix code style.Andrei Karas1-1/+1
2017-05-25Add chat command for check player ip.Andrei Karas1-0/+9
2017-05-25Add chat command for recall player.Andrei Karas1-0/+9
2017-05-25Add chat command for warp to player.Andrei Karas1-0/+9
2017-05-25Add chat command for copy text to clipboard.Andrei Karas1-0/+10
2017-05-25Add chat command for clear current outfit.Andrei Karas1-0/+9
2017-05-10Add chat command for move monster in priority attack list into one position d...Andrei Karas1-0/+39
2017-05-10Add chat command for move monster in priority attack list into one position up.Andrei Karas1-0/+34
2017-05-10Add chat command for move monster in attack list into one position down.Andrei Karas1-0/+38
2017-05-10Add chat command for move monster in attack list into one position up.Andrei Karas1-0/+31
2017-05-01Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.Andrei Karas1-2/+1
2017-01-28Fix code style. Remove some useless checks.Andrei Karas1-6/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-1/+1
2016-09-21Allow copy items from outfit into chat.Andrei Karas1-0/+11
2016-08-20Add chat command for show/change auto item party sharing.s20160820Andrei Karas1-0/+66
2016-08-19Add chat command for show/change share experience in party.Andrei Karas1-0/+66
2016-08-19Add chat command for show/change share item drops in party.Andrei Karas1-1/+67
2016-08-19Add chat command for leave guild.Andrei Karas1-0/+12
2016-08-15Cast skills with offsets.Andrei Karas1-2/+7
2016-08-15Change cast offset in skills dialog.Andrei Karas1-0/+52
2016-08-14Remove extra include from commands.cppAndrei Karas1-2/+0
2016-08-14Cast skill depend on selected cast type.Andrei Karas1-2/+4
2016-08-14Add skill cast type option in skills window.Andrei Karas1-0/+29
2016-07-29Fix some issues detected by cppcheck.Andrei Karas1-3/+3
2016-07-29Remove macro impHandlerE.Andrei Karas1-9/+9
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-44/+1
2016-07-06Add menu for selected skill for now with item only "set skill level".s20160706Andrei Karas1-1/+15
2016-05-31Add char command /restorecamera for restore camera to default state.Andrei Karas1-0/+9
2016-04-11Fix compilation warnings with tmwa only.Andrei Karas1-9/+9
2016-04-08In debugspawn check clones positions and not spawn them outside of map.Andrei Karas1-3/+17
2016-03-22Not allow moving from sit state if server not support it.Andrei Karas1-2/+8
2016-03-20Add chat command /adoptchild.Andrei Karas1-0/+16
2016-03-18Improve a bit performance in commands.cppAndrei Karas1-2/+5
2016-03-07Add /mailto chat command.Andrei Karas1-0/+14
2016-03-01Add to context menu action for rename homunculus.Andrei Karas1-1/+18