summaryrefslogtreecommitdiff
path: root/src/map/chrif.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-08[TMW2] Hercules Ultimate Storage SystemJesusaves1-4/+9
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-2/+3
2018-12-14Add inventory size field into db and using it in server.Andrei Karas1-2/+2
2018-11-14Add send packet validation for connections between server and clients.Andrei Karas1-0/+1
2018-07-28Add missing field into packet ZC_NPCACK_SERVERMOVE.Andrei Karas1-1/+1
2018-07-24Implementation of the official Achievement System.smokexyz1-0/+2
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-1/+1
2018-07-01Fix some warnings caused by static functions defined and unusedHaru1-0/+2
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-75/+136
2018-04-22Remove the stat-reporting mechanismHaru1-19/+2
2017-11-05Reduce confusion between skill IDs and skill DB indexes (part 2)Haru1-3/+3
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-0/+3
2016-12-03Add function to retrieve the appropriate fame list type for a job mapidHaru1-14/+6
2016-12-03Clarify some Job Class vs MapID confusion (2/2)Haru1-6/+12
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-07-25Added a missing entry into messages.conf and added some comments where missin...epuncker1-2/+2
2016-07-03Add into travis configure option --enable-buildbot.Andrei Karas1-0/+2
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-3/+6
2016-03-10Add new logging types.Andrei Karas1-2/+2
2016-02-27Corrected wrong variable type of struct status_change_data::tickHaru1-2/+3
2016-02-24Removed several unnecessary explicit casts of the WFIFOP resultHaru1-2/+2
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-4/+4
2016-02-24Added const qualifier to several variable/argument pointersHaru1-2/+2
2016-02-19Add noreturn attributes.Andrei Karas1-1/+3
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-4/+4
2016-01-25Fix packet id being sent encrypted to Hercules Plugin Manager.hemagx1-3/+3
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-3/+3
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-5/+7
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-10-11Changed HPM->packets[] into an array of VECTORHaru1-11/+11
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-7/+1
2015-09-14Add missing checks into chrif.cAndrei Karas1-4/+27
2015-08-15Added core HPM interfaceHaru1-3/+3
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-15Moved session array into the socket interfaceHaru1-16/+16
2015-08-15Cleaned up socket interfaceHaru1-18/+18
2015-07-25Reduce memory usage in HPM in skill.cAndrei Karas1-2/+2
2015-06-19Cleaned up some #includesHaru1-8/+7
2015-06-19Removed ".." from include directivesHaru1-26/+26
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-7/+8
2015-06-01Replaced some of the hardcoded values with constants (char)Haru1-26/+21
2015-04-25Fixed @changesex issues on PACKETVERs that don't support per-character sex.Haru1-8/+29
2015-02-23Hercules Ultimate Localization Designshennetsind1-12/+12
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-3/+2
2015-01-18Fixing 38 issuesshennetsind1-2/+2
2014-11-16Whitespace cleanup (no code changes)Haru1-157/+136
2014-10-26HPM Hooks UpdateHercules.ws1-4/+4
2014-10-26- Can't cast icewall more than once on the same center cell. Special thanks ...Michieru1-2/+5
2014-09-20Replaced hardcoded values with constants for status_change_start's flagHaru1-1/+2