summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Remove most unused files.Andrei Karas279-38864/+0
2017-10-10Fix some asserts in text command editor.Andrei Karas2-0/+11
2017-10-07Revert "Disable warning -Wundef in zlib.h."Andrei Karas1-3/+0
2017-10-07Disable warning -Wundef in zlib.h.Andrei Karas1-0/+3
2017-10-06remove extra includes if build without tmwa support.Andrei Karas2-0/+4
2017-09-27Fix some issues with int64 to int32 implicit conversions.Andrei Karas2-1/+21
2017-09-18Move imagewriter into utils directory and rename to pnglib.Andrei Karas2-165/+0
2017-09-18Remove extra includes.Andrei Karas3-15/+0
2017-09-18Replace SDL macro defines to SDL_GetError.Andrei Karas6-7/+7
2017-09-15Fix code style.Andrei Karas2-5/+4
2017-09-05Add function for draw rescaled animated sprite.Andrei Karas2-0/+27
2017-09-05Fix adding stackable items to mail.Andrei Karas2-0/+17
2017-09-03Fixed a typo about mails notification.Alige1-1/+1
2017-09-01Add some checks after automatic check code by tools.Andrei Karas1-2/+10
2017-09-01Fix code style.Andrei Karas1-1/+1
2017-08-30Move some variables to better scope.Andrei Karas1-2/+5
2017-08-26Add support for getting attached money from mail message.Andrei Karas1-0/+12
2017-08-26Add support for getting attached items from mail message.Andrei Karas1-0/+4
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-26Close mail edit window on success send.Andrei Karas1-0/+16
2017-08-25Fix error messages about adding item to mail.Andrei Karas1-10/+10
2017-08-24Add support for removing item from mail.Andrei Karas1-0/+4
2017-08-24Add into inventory method for set tag to item at given index.Andrei Karas2-0/+17
2017-08-24Add attach items to new mail.Andrei Karas1-0/+20
2017-08-23Add mailqueuetype enum for mail queue types.Andrei Karas1-2/+4
2017-08-23Add ability to send new mail by /sendmail chat command.Andrei Karas2-0/+51
2017-08-22Remove some parentheses.Andrei Karas4-5/+6
2017-08-21Remove useless variables.Andrei Karas3-6/+3
2017-08-21Remove useless else.Andrei Karas29-183/+98
2017-08-21Add support for if constexpr.Andrei Karas1-2/+2
2017-08-20Add function for read float and double number from xml.Andrei Karas2-12/+12
2017-08-18Fix compilation with some compilers.Andrei Karas1-3/+1
2017-08-18Add missing std::move.Andrei Karas1-1/+1
2017-08-18Remove extra includes.Andrei Karas3-2/+8
2017-08-17Add some other surface flags into dumping surface format function.Andrei Karas1-1/+10
2017-08-17Add missing image format fields into SDLImageHelper::load.Andrei Karas1-0/+14
2017-08-14Fix some pointer to bool conversions.Andrei Karas1-1/+1
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas2-5/+5
2017-08-09Fix compilation with old compilers.Andrei Karas1-1/+1
2017-08-09Allow for each item replace equip/use menu item to custom menu.Andrei Karas4-0/+173
2017-08-09Fix translate custom npc menu.Andrei Karas1-2/+2
2017-08-08Add into skill context menu for add shortcut.Andrei Karas2-0/+10
2017-08-07Remove useless casts from missile-particle attributes.Andrei Karas2-4/+4
2017-08-07Improve inherit fields code in itemdb.cppAndrei Karas1-47/+48
2017-08-07Adjust default missile particle lifetime.Andrei Karas4-5/+5
2017-08-07Spawn missile particles with configurable additional parameters.Andrei Karas1-4/+0
2017-08-07Add additional attributes to missile particles in skills.Andrei Karas2-4/+5
2017-08-07Rename skill attributes related to missile particles.Andrei Karas2-4/+4
2017-08-07Add additional attributes to missile particle in attacks.Andrei Karas4-12/+51