summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-23Merge pull request #1697 from Jedzkie/9-PreventLogoutHaru1-2/+4
2017-04-21Added AB_HIGHNESSHEAL in skill_add_heal_rate configurationJedzkie1-9/+29
2017-04-20Fix showing NO_MSG messages when using below 20101123 clientsJedzkie1-9/+16
2017-04-21Update GX Poison itemsJedzkie1-6/+0
2017-04-21Update Rune Knight Runes & OresJedzkie1-5/+0
2017-04-21Removed hard coded checks for no use while sitting in Aloevera and Anodyne item.Jedzkie1-5/+1
2017-04-20Made prevent_logout effect on log-in optionalJedzkie1-2/+4
2017-04-16Code-styling fixes to pc_unequipitem() in pc.cSmokexyz1-50/+49
2017-04-16Fixes an issue where the unequipped items with options do not re-calculate st...Smokexyz1-8/+19
2017-04-08Merge pull request #1663 from Smokexyz/bow-unequip-fixHaru1-0/+5
2017-04-04Unequip arrows when a bow is unequipped. (RE only)Smokexyz1-0/+5
2017-03-11Remove a duplicate comment lineHaru1-1/+0
2016-12-03Remove the platform-dependent variables from struct status_dataHaru1-6/+6
2016-12-03Add function to retrieve the appropriate fame list type for a job mapidHaru1-7/+27
2016-12-03Change the argument to pc->famerank() to a rank type (instead of job mapid)Haru1-15/+33
2016-12-03Ensure that pc->addfame() increments the correct fame pointsHaru1-13/+30
2016-12-03Clarify some Job Class vs MapID confusion (2/2)Haru1-123/+156
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-103/+106
2016-11-20Synchronized the AegisNames to the in-source ITEMID_ constantsHaru1-5/+5
2016-10-22Implemented SC_BITESCAR:Dastgir Pojee1-0/+3
2016-10-22Implemented SU_SPRITEMABLE Skill.Dastgir Pojee1-0/+6
2016-10-22Implemented SU_HIDE Skill.Dastgir Pojee1-0/+1
2016-10-22Implemented SU_BASIC_SKILL Skill of SummonerDastgir Pojee1-1/+17
2016-10-22Added Summoner Class.Dastgir Pojee1-2/+9
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas1-1/+1
2016-08-14Update pc_steal_coin parameterEmistry1-6/+7
2016-07-25Added a missing entry into messages.conf and added some comments where missin...epuncker1-4/+4
2016-07-14Merge pull request #1361 from HerculesWS/coverity-fixesAndrei Karas1-60/+59
2016-07-14Fixes warp facing direction.KirieZ1-0/+5
2016-07-14Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to intHaru1-6/+7
2016-07-14Changed map_session_data::change_level_2nd and map_session_data::change_level...Haru1-22/+19
2016-07-14Changed mmo_charstatus::base_level and mmo_charstatus::job_level to intHaru1-24/+24
2016-07-14Changed various functions to take a const sdHaru1-6/+6
2016-07-14Changed pc->maxbaselv() and pc->maxjoblv() to return signed int and take cons...Haru1-11/+12
2016-07-14Fixed Coverity CID 150315: Integer overflowed argumentHaru1-13/+13
2016-07-02Trivialities: indentation fixesHaru1-4/+4
2016-07-01Merge pull request #1328 from HerculesWS/exp_fixesHaru1-25/+61
2016-06-30Use item attribute as flags varible. Now only ATTR_BROKEN flag exists.Andrei Karas1-1/+1
2016-06-29Fix EXP modifiers to match aegis modifiers calclution.hemagx1-25/+61
2016-06-24Add missing checks in pc.cAndrei Karas1-9/+115
2016-05-08Fixed various issues pointed out by cppcheckHaru1-11/+12
2016-04-30Corrected truncation of the last letter in whisper messagesHaru1-1/+1
2016-04-23Corrected the type of the 'length' argument of other message-related functionsHaru1-1/+1
2016-04-23Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message()Haru1-6/+6
2016-04-23Corrected the type of the 'length' argument of various broadcast-related func...Haru1-3/+3
2016-04-23Changed map_session_data::chatID to int (and renamed to chat_id)Haru1-2/+2
2016-04-23Removed some code duplication in chat processing functionsHaru1-0/+31
2016-04-23Split supernovice angel call message detection to its own functionHaru1-0/+53
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-4/+5
2016-03-20Removed unnecessary typedefs from sql.hHaru1-0/+1