summaryrefslogtreecommitdiff
path: root/src/map/pet.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-04-07Convert Pet db to LibconfigAsheraf1-119/+193
2017-12-23Add support for new drop packet 0xadd for zero clientsAsheraf1-4/+4
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-09-10Add missing checks into pet.cAndrei Karas1-3/+23
2016-03-10Add new logging types.Andrei Karas1-4/+4
2016-02-29Fix buffer overflow in pet rename.Andrei Karas1-1/+1
2016-02-24Added const qualifier to several variable/argument pointersHaru1-5/+9
2016-01-09Corrected various zero-argument function definitionsHaru1-1/+1
2016-01-06Replaced the remaining explicit casts with BL_CAST/BL_UCASTHaru1-4/+7
2016-01-06Replaced some explicit casts with BL_UCASTHaru1-1/+1
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-8/+9
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-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-39/+37
2015-09-24Add bl parameter to map_searchrandfreecell and map_addflooritem.Andrei Karas1-6/+6
2015-09-24Add bl parameter to getcell functions.Andrei Karas1-1/+1
2015-09-08Added pre-re/re support to the pet db. Fixes #702Haru1-38/+33
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-10Add script interface function run_pet. It do same thing as run.Andrei Karas1-1/+1
2015-06-19Removed ".." from include directivesHaru1-26/+26
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-6/+6
2015-05-17Fixed some issues detected by coverity scanHaru1-9/+7
2015-02-23Hercules Ultimate Localization Designshennetsind1-2/+2
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-16/+16
2015-01-18Fixing 38 issuesshennetsind1-1/+1
2014-12-02Removed petheal commandHaru1-46/+3
2014-11-16Whitespace cleanup (no code changes)Haru1-11/+12
2014-10-13* Monster skill use behavior, ranges, position lag fixesMichieru1-1/+1
2014-08-20Follow-up to b294026e6614a652c23bb0cea8a0d4dc69d8b125Haru1-23/+20
2014-05-31 Added ItemTradeRestriction enumHaru1-1/+1
2014-05-17Renamed incuvate of Pet System.Shido1-7/+7
2014-05-13Removed trailing whitespace (sources)Haru1-14/+14
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-23/+25
2014-05-10Revert "Fixed order of includes in all source files"panikon1-25/+23
2014-05-09Fixed order of includes in all source filesHaru1-23/+25
2014-05-09Return EXIT_FAILURE if a script parse error occurred.Haru1-2/+2
2014-04-19Fixed issue: 8150panikon1-12/+25
2013-12-15Replaced pc->pc_has_permission/can_give_items/can_give_bound_items with equiv...shennetsind1-1/+1
2013-12-09Fixed some logic errorsshennetsind1-6/+11
2013-11-06Merge pull request #217 from HerculesWS/script-checkershennetsind1-2/+4
2013-11-06Modified status_calc_shennetsind1-8/+8
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-2/+4
2013-10-27Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-15/+12
2013-10-27Shadows System Baseshennetsind1-1/+1
2013-10-26Changed 'tick' variables to 64 bitHaru1-15/+12
2013-10-02HPM: Map.c Completedshennetsind1-1/+1
2013-09-27Renamed iMap interface to mapHaru1-47/+37
2013-09-27Renamed iStatus interface to statusHaru1-33/+28
2013-09-25Renamed local variables that would conflict with a rename of iStatus to statusHaru1-12/+10