summaryrefslogtreecommitdiff
path: root/src/map/storage.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-20Hercules Renewal Phase One: storage.cshennetsind1-20/+56
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-2/+2
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-12/+12
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-19/+19
2013-05-17- Made DB and malloc lib HPM-friendlySusu1-2/+2
2013-05-15Hercules Renewal Phase One: guild.c startedshennetsind1-1/+1
2013-03-30Hercules Renewal: clif.c completeshennetsind1-4/+4
2013-03-29Hercules Renewal: clif.cshennetsind1-23/+23
2012-12-19Implemented @clearstorage, @cleargstorage, @clearcart, @clearinventory (alias...momacabu1-0/+13
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-457/+465
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-465/+457
2012-10-29-Add some src basic documentation.glighta1-8/+88
2012-06-12* Merged /branches/renewal/ r14635 Item Stacking System to /trunk (follow up ...brianluau1-2/+12
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-9/+14
2012-02-14Removed deprecated memory manager macros (follow-up to r14916).gepard19841-1/+1
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-4/+4
2012-01-30- Removed more trailing tabs.brianluau1-1/+1
2012-01-17* Merged changes up to eAthena 15057.eathenabot1-6/+6
2012-01-11Picklog improvements:gepard19841-17/+8
2011-12-24* Merged changes up to eAthena 15040.eathenabot1-12/+6
2011-12-17- Replaced log_config.enable_logs constants with LOG_ enums that existed sinc...brianluau1-6/+6
2010-12-30* Fixed improper use of itemdb_search. It does not return NULL but a dummy it...ai4rei1-1/+2
2010-12-18* Renamed item array in 'struct guild_storage' from 'storage_' to 'items' to ...ai4rei1-21/+21
2010-12-18* Fixed character storage no longer being sorted (bugreport:1982, since r12950).ai4rei1-11/+10
2010-12-09* Removed some of the duplicate, storage-related packet code.ai4rei1-4/+4
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-17/+17
2010-08-19- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ...Skotlex1-2/+2