summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-11/+10
2016-01-05Added Support for BodyStyleDastgir1-0/+17
2016-01-03Rewritten skill_tree parser in a more robust wayHaru1-147/+243
2015-12-25Merge pull request #1009 from Jedzkie/ItemDB_UpdatesDastgir1-12/+27
2015-12-25Implemented NoViewIDDastgir1-12/+14
2015-12-24Item Update:Jedzkie1-6/+20
2015-12-23Update:Jedzkie1-6/+7
2015-12-20Costume and Shadow items are not equip-able anymore on older clients that doe...hemagx1-0/+5
2015-12-17Change all chat mute checks to use pc->can_talk instead of direct check.hemagx1-2/+2
2015-12-17Add bAddMaxWeight bonus for increasing player's max weightAnnieRuru1-0/+4
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-14follow up f975f0a55ca930fd0f95a6209bea479ac9bc3a5dhemagx1-1/+1
2015-12-14Players now will auto warped to random spot in the map upon login in-case the...hemagx1-0/+3
2015-12-13ItemDB Updates:Jedzkie1-0/+2