summaryrefslogtreecommitdiff
path: root/src/actions/actions.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Move manaplus game related files into progs/manaplus.Andrei Karas1-1914/+0
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-18Add missing type casts.Andrei Karas1-1/+1
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-2/+2
2017-08-09Add different use actions for items.Andrei Karas1-8/+23
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-3/+3
2017-07-06Fix different issues in debug_new.cppAndrei Karas1-1/+1
2017-06-30Remove extra includes again.Andrei Karas1-0/+1
2017-06-22Move pets actions from actions.cpp into pets.cppAndrei Karas1-15/+0
2017-06-22Add chat command for drop pet's loot.Andrei Karas1-0/+7
2017-06-22Add chat command for feed pet.Andrei Karas1-1/+9
2017-06-22Add chat command for feed homunculus.Andrei Karas1-0/+7
2017-06-22Add chat command for move homunculus to master.Andrei Karas1-0/+8
2017-06-22Add chat command for move mercenary to master.Andrei Karas1-0/+7
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-06-09Fix code style.Andrei Karas1-1/+4
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-137/+149
2017-06-04Fix code style.Andrei Karas1-2/+2
2017-05-12Fix code style.Andrei Karas1-2/+1
2017-05-11Allow set image name prefix in chat command /screenshot.Andrei Karas1-2/+2
2017-05-11Extend undress chat command for undress item by id.Andrei Karas1-10/+27
2017-05-08Fix wrong checks after removing some server features.Andrei Karas1-2/+7
2017-05-01Remove ServerFeatures haveVending because it depend only on server type.Andrei Karas1-4/+4
2017-04-08Remove most setters and getters from Resource class.Andrei Karas1-2/+2
2017-04-08Move resourcemanager from class to namespace.Andrei Karas1-5/+5
2017-02-21Move other fs related files into fs directory.Andrei Karas1-1/+2
2017-02-01Store interacted npc type before buy or talk and send it to buy dialog.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-17/+27
2016-09-09Fix code style.Andrei Karas1-2/+2
2016-08-25Add chat command for create items. (gm only)Andrei Karas1-0/+15
2016-08-14Add ability to load/save additional data for each shortcut in shortcuts window.Andrei Karas1-1/+3
2016-08-04Fix style issue.Andrei Karas1-2/+2
2016-08-04Add some missing tmwa defines. Fix compilation error without tmwa support.Andrei Karas1-0/+11
2016-07-29Add some missing tmwa defines.Andrei Karas1-0/+4
2016-07-29Remove macro impHandlerE.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-30/+2
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-2/+2
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+1
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-2/+3
2016-05-10Add ability to switch emotes shortcurs bar between player, pets, homunculuses...Andrei Karas1-1/+25
2016-04-30Fix issies found by gcc 6 in paranoid mode.Andrei Karas1-4/+3
2016-04-28Fix compilation warning in actions.Andrei Karas1-1/+1
2016-04-27Show counted memory usage sum in chat.Andrei Karas1-1/+4
2016-04-26Add chat command for print memory usage. For now only report about resources.Andrei Karas1-0/+7
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