summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-10Add new logging types.Andrei Karas1-8/+8
2016-03-06Show call stacks if try to apply unknown bonus.Andrei Karas1-0/+5
2016-03-03Add missing initialisation in sd.Andrei Karas1-0/+1
2016-02-28Changed mob mode field to 32 bit, for future expansionHaru1-5/+12
2016-02-24Added const qualifier to several variable/argument pointersHaru1-1/+2
2016-02-23Corrected some warnings in Visual StudioHaru1-2/+2
2016-02-21Changing Job field to 'int64'Dastgir1-2/+2
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-6/+6
2016-02-17Removed unnecessary typedefs from libconfigHaru1-5/+5
2016-02-17Renamed config->read_file to config->load_fileHaru1-3/+1
2016-01-29Replaced several floating-point operations with integer operationsHaru1-46/+55
2016-01-16Added OneClickIdentify packetDastgir1-0/+16
2016-01-06Replaced the remaining explicit casts with BL_CAST/BL_UCASTHaru1-7/+4
2016-01-06Replaced some explicit casts with BL_UCASTHaru1-10/+9
2016-01-06Replaced some map->id2sd calls with the proper map->id2XX functionHaru1-9/+10
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-14/+26
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-3/+3
2016-01-06Change all TBL_PET to struct pet_data as per style guidelineshemagx1-1/+1
2016-01-06Change all TBL_MER to struct mercenary_data as per style guidelineshemagx1-1/+1
2016-01-06Change all TBL_HOM to struct homun_data as per style guidelineshemagx1-1/+1
2016-01-06Change all TBL_MOB to struct mob_data as per strly guidelineshemagx1-2/+2