summaryrefslogtreecommitdiff
path: root/src/map/pet.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-15Apply code style to pet_ai_sub_foreachclient()Kenpachi Developer1-2/+12
2021-02-15Adjust conditions for calling pet_ai_sub_hard()Kenpachi Developer1-1/+1
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves1-1/+1
2019-04-09Automatically migrate pets to the new system that keeps hatched eggs in the i...Ibrahim Zidan1-0/+15
2019-04-07Rename clif_charnameack into clif_blname_ackAndrei Karas1-1/+1
2019-03-31fix pet autofeed featureAnnieRuru1-1/+1
2019-02-11Change type for class variables from short to intAndrei Karas1-3/+3
2018-12-14Add inventory size field into db and using it in server.Andrei Karas1-7/+7
2018-09-19Update inventory packet for 2018-09-12 RE.Andrei Karas1-1/+1
2018-07-28Merge pull request #2067 from dastgirp/1-achievementHaru1-2/+5
2018-07-24Implementation of the official Achievement System.smokexyz1-2/+5
2018-07-24add support for PACKETVER >= 20180704 pet evolutionAsheraf1-1/+7
2018-07-24Correct wrong attribute used for pet evolution egg hidingAsheraf1-3/+3
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-7/+8
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-45/+63
2018-06-25Implemented Pet Evolution System.Dastgir1-21/+132
2018-06-25Implemented Pet AutofeedingDastgir1-0/+10
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