summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-28Add packet ZC_GROUP_ISALIVE.Andrei Karas1-1/+9
2018-07-28Add over weight packet.Andrei Karas1-0/+1
2018-07-28Merge pull request #2147 from MishimaHaruna/fixcooldownHaru1-10/+4
2018-07-28Merge pull request #2067 from dastgirp/1-achievementHaru1-2/+46
2018-07-26Fix an issue that causes skill cooldowns to get stuck indefinitelyHaru1-10/+4
2018-07-25Merge pull request #2138 from Asheraf/stylistupdateHaru1-0/+10
2018-07-24Implementation of the official Achievement System.smokexyz1-2/+46
2018-07-24Questinfo System overhaulAsheraf1-0/+5
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-3/+3
2018-07-19Add support for bodystyle in stylist shop uiAsheraf1-0/+10
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-264/+346
2018-07-01Merge pull request #2115 from marky291/patch-2Haru1-5/+5
2018-07-01Documentation in pc.cMark Hester1-5/+5
2018-06-29Fix packet 836 (search in stores).Andrei Karas1-1/+1
2018-06-18Merge pull request #2064 from 4144/updatepacketsHaru1-5/+7
2018-06-14Fix compilation for packet version smaller than 20090805.Andrei Karas1-5/+7
2018-06-06Fix typo on pc.c documentationMark Hester1-1/+1
2018-06-03Conversion of exp.txt to libconfigSmokexyz1-176/+207
2018-06-02Merge pull request #842 from AnnieRuru/request_6Haru1-2/+7
2018-06-02Merge pull request #2038 from 4144/msiHaru1-16/+39
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-05-29Add autogenerated messages list headers with original strings and translation.Andrei Karas1-1/+24
2018-05-29Fix wrong values in clif_messages enum.Andrei Karas1-15/+15
2018-05-04Add setpcblock & checkpcblock script commandsAnnieRuru1-2/+7
2018-04-23Move job related checks from pc_read_skill_tree into separate function.Andrei Karas1-2/+8
2018-04-23Move death penalty job check from pc_dead into separate function.Andrei Karas1-2/+9
2018-04-23Move job related code from pc_resetskill into separate function.Andrei Karas1-14/+26
2018-04-23Move from pc_checkbaselevelup sc start related code into separate function.Andrei Karas1-12/+20
2018-04-23Split pc_calc_skilltree into 3 functions.Andrei Karas1-18/+40
2018-04-23Split pc_delspiritball into two functions.Andrei Karas1-5/+14
2018-04-23Split pc_addspiritball into two functions.Andrei Karas1-1/+9
2018-04-08Merge pull request #2006 from Jedzkie/MessageFixesHaru1-5/+40
2018-04-08Added new items for item checksJedzkie1-0/+3
2018-04-08Update Skill/Item messagesJedzkie1-5/+37
2018-04-07Add an option to prevent item usage when storage is openJedzkie1-5/+5
2018-04-03Merge pull request #1965 from dastgir/2018/3-hateffectHaru1-0/+1
2018-02-19Changed Kafrapoints calculation.Normynator1-19/+27
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-1/+1
2018-02-09Implemented hatEffect.Dastgir1-0/+1
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+7
2017-12-23Add support for new drop packet 0xadd for zero clientsAsheraf1-2/+2
2017-11-05Reduce confusion between skill IDs and skill DB indexes (part 2)Haru1-12/+11
2017-11-05Use the skill DB accessors where possible/appropriateHaru1-10/+17
2017-10-21Fix various warnings on Visual Studio 2017Haru1-9/+9
2017-10-21Add packets for 64 bit exp.Andrei Karas1-27/+59
2017-09-21Convert some functions from int32 types to int64.Andrei Karas1-27/+27
2017-09-17Fix a typo in the constant ITEMUPPER_THIRDUPPERHaru1-1/+1
2017-09-17Move other view-related variables to `sd->status.look`Haru1-45/+45
2017-09-17Differentiate variables that hold a ViewSprite and a Subtype (part 2)Haru1-11/+24
2017-09-17Differentiate variables that hold a ViewSprite and a weapon SubtypeHaru1-26/+32