summaryrefslogtreecommitdiff
path: root/src/map/buyingstore.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-05Add missing checks for prevend flagAndrei Karas1-3/+3
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-14/+18
2018-07-15Update packet CZ_REQ_TRADE_BUYING_STORE.Andrei Karas1-4/+4
2018-07-15Update packet CZ_REQ_OPEN_BUYING_STORE.Andrei Karas1-4/+4
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-14/+13
2018-06-29Fix packet 836 (search in stores).Andrei Karas1-2/+4
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-09-12Add packet id clif_buyingstore_update_item (0x9e6 / ZC_UPDATE_ITEM_FROM_BUYIN...Andrei Karas1-1/+1
2016-07-25Added a missing entry into messages.conf and added some comments where missin...epuncker1-3/+3
2015-12-17Change all chat mute checks to use pc->can_talk instead of direct check.hemagx1-2/+2
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-09-24Add bl parameter to getcell functions.Andrei Karas1-2/+2
2015-09-14Add missing checks into buyingstore.cAndrei Karas1-5/+11
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-13/+13
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-1/+1
2015-02-23Hercules Ultimate Localization Designshennetsind1-7/+7
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-5/+5
2014-11-16Whitespace cleanup (no code changes)Haru1-4/+7
2014-11-10Fix interfaces methods usage.Andrei Karas1-2/+2
2014-08-20Follow-up to b294026e6614a652c23bb0cea8a0d4dc69d8b125Haru1-2/+3
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-7/+10
2014-05-10Revert "Fixed order of includes in all source files"panikon1-10/+7
2014-05-09Fixed order of includes in all source filesHaru1-7/+10
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-1/+1
2013-10-31No error after compilation, but when logging in at map server it will crash.sevenzz231-2/+2
2013-10-02HPM: Map.c Completedshennetsind1-2/+2
2013-09-27HPM: Buyingstore.c Completeshennetsind1-28/+8
2013-09-27Renamed iMap interface to mapHaru1-12/+11
2013-09-26Renamed variables that would conflict with a rename of iMap to mapHaru1-4/+4
2013-09-17HPM: Itemdb.c Interfaceshennetsind1-1/+1
2013-07-01Fixed Bug #7216shennetsind1-1/+1
2013-06-25- Added chrif interfaceSusu1-2/+2
2013-06-23Official Item Group/Package/Chainshennetsind1-1/+1
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-10/+10
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-16/+16
2013-04-22Hercules April 22 MEGA-ULTRA-LONG Patch~!shennetsind1-6/+25
2013-03-30Hercules Renewal: clif.c completeshennetsind1-7/+7
2013-03-29Hercules Renewal: clif.cshennetsind1-33/+33
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-398/+406
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-406/+398
2012-11-12-Add Homon-S skills, 1st implementation (all done except Eleanors)glighta1-5/+2
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-5/+5
2012-01-11Picklog improvements:gepard19841-4/+2
2011-12-24* Merged changes up to eAthena 15040.eathenabot1-7/+3
2011-12-17- Replaced log_config.enable_logs constants with LOG_ enums that existed sinc...brianluau1-1/+1
2011-11-28* Fixed novending cell check using misleading error message (bugreport:2592, ...ai4rei1-4/+16