summaryrefslogtreecommitdiff
path: root/src/actions
AgeCommit message (Expand)AuthorFilesLines
2019-06-10Add chat command /trimmemory for force trim freed memoryAndrei Karas1-0/+1
2019-01-01Update copyright year.Andrei Karas11-11/+11
2018-11-27Remove extra ; from different code.Andrei Karas1-2/+2
2018-02-13Add clan window.Andrei Karas1-0/+1
2018-01-04Update copyrights year.Andrei Karas11-11/+11
2017-09-06Move manaplus game related files into progs/manaplus.Andrei Karas9-6185/+0
2017-08-30Move some variables to better scope.Andrei Karas1-2/+5
2017-08-28Fix compilation warning without tmwa support.Andrei Karas1-1/+1
2017-08-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas1-0/+1
2017-08-26Rename InventoryType::Mail into InventoryType::MailEdit.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-18Add missing type casts.Andrei Karas1-1/+1
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas3-16/+9
2017-08-09Add different use actions for items.Andrei Karas1-8/+23
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 Karas2-0/+43
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas2-4/+4
2017-07-06Fix different issues in debug_new.cppAndrei Karas1-1/+1
2017-06-30Remove extra includes again.Andrei Karas1-0/+1
2017-06-22Add chat command for unequip pet equipment.Andrei Karas2-0/+8
2017-06-22Add chat command for return pet to egg.Andrei Karas2-0/+8
2017-06-22Move pets actions from actions.cpp into pets.cppAndrei Karas4-17/+16
2017-06-22Add chat command for drop pet's loot.Andrei Karas2-0/+8
2017-06-22Add chat command for feed pet.Andrei Karas2-1/+10
2017-06-22Add chat command for feed homunculus.Andrei Karas2-0/+8
2017-06-22Add chat command for move homunculus to master.Andrei Karas2-0/+9
2017-06-22Add chat command for move mercenary to master.Andrei Karas2-0/+8
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas2-6/+6
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas2-0/+6
2017-06-15Allow open server info window from game.Andrei Karas2-0/+22
2017-06-11Rename player_relations into playerRelations.Andrei Karas2-9/+9
2017-06-09Fix code style.Andrei Karas2-5/+7
2017-06-09Fix code style.Andrei Karas1-1/+4
2017-06-08Replace ext.compare to direct string comparison.Andrei Karas1-1/+1
2017-06-08Remove useless string initialisations.Andrei Karas1-1/+1
2017-06-08Remove useless extern declarations.Andrei Karas2-4/+0
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas9-384/+412
2017-06-04Fix code style.Andrei Karas2-3/+3
2017-05-25Add chat command for check player ip.Andrei Karas2-0/+10
2017-05-25Add chat command for recall player.Andrei Karas2-0/+10
2017-05-25Add chat command for warp to player.Andrei Karas2-0/+10
2017-05-25Add chat command for copy text to clipboard.Andrei Karas2-0/+11
2017-05-25Add chat command for clear current outfit.Andrei Karas2-0/+10
2017-05-23Add chat command for send any number of pritable chars to input.Andrei Karas2-0/+20
2017-05-23Add chat command for simulate mouse click by any position and button.Andrei Karas2-0/+28
2017-05-12Fix code style.Andrei Karas1-2/+1