summaryrefslogtreecommitdiff
path: root/src/map/storage.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-08[TMW2] Hercules Ultimate Storage SystemJesusaves1-86/+315
2018-12-14Add inventory size field into db and using it in server.Andrei Karas1-2/+2
2018-09-19Update storage packet for 2018-08-29 RE.Andrei Karas1-2/+2
2018-08-23Add packet PACKET_ZC_INVENTORY_MOVE_FAILED.Andrei Karas1-2/+4
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-73/+73
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2017-09-19remove trailing whitespaces from sourcegumi1-2/+2
2017-05-30Fix saving of storage for non-stackable items.smokexyz1-0/+2
2017-05-30Fix storage saving checks and amount update.smokexyz1-0/+2
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-71/+136
2017-04-04Implementation of Item Options System.Smokexyz1-3/+6
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-09-19Add missing checks into storage.cAndrei Karas1-14/+39
2016-07-25Added a missing entry into messages.conf and added some comments where missin...epuncker1-6/+6
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-2/+2
2016-03-20Added const qualifier to some typecastsHaru1-2/+2
2016-02-19Fix some cast discards 'const' qualifier from pointer target type warnings.Andrei Karas1-2/+2
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+3
2015-07-08Update Unique ID system to match official now it cover all cash items include...Ibrahim Hossam1-1/+3
2015-06-19Removed ".." from include directivesHaru1-15/+15
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-16/+18
2015-02-23Hercules Ultimate Localization Designshennetsind1-6/+6
2014-11-16Whitespace cleanup (no code changes)Haru1-72/+72
2014-10-05Follow up a46b190764df4cce0b378bc691218ac0814a5673shennetsind1-15/+9
2014-10-05Follow up b9b32ac7609eshennetsind1-8/+8
2014-07-11Fixed reserved __identifier violationsHaru1-3/+3
2014-06-27Removed Unused Include.Potte1-1/+0
2014-05-30Fixed typos inside src/Shido1-5/+5
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-15/+17
2014-05-10Revert "Fixed order of includes in all source files"panikon1-17/+15
2014-05-09Fixed order of includes in all source filesHaru1-15/+17
2013-12-15Replaced pc->pc_has_permission/can_give_items/can_give_bound_items with equiv...shennetsind1-4/+4
2013-12-14Replaced pc->get_group_level with a macro (pc_get_group_level)shennetsind1-2/+2
2013-11-07Further item bind adjustmentsshennetsind1-2/+2
2013-11-07Item Bound Fixes/Adjustments/Improvementsshennetsind1-3/+5
2013-11-06Merge remote-tracking branch 'origin/master'shennetsind1-3/+14
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-1/+3
2013-10-31No error after compilation, but when logging in at map server it will crash.sevenzz231-3/+14
2013-10-04Fixed Storage AddItem Bugshennetsind1-2/+3
2013-09-28HPM: Storage.c Completedshennetsind1-24/+23
2013-09-27Renamed iMap interface to mapHaru1-17/+12
2013-09-17HPM: Itemdb.c Interfaceshennetsind1-2/+2
2013-07-29Added intif interfaceSusu1-2/+2
2013-07-17Added missing initialization of some functions in the homunculus interfaceHaru1-1/+1
2013-07-11Fix to Bug #7434shennetsind1-3/+7
2013-07-01Fixed Bug #7216shennetsind1-0/+3
2013-06-25- Added chrif interfaceSusu1-6/+6
2013-06-23Official Item Group/Package/Chainshennetsind1-23/+17