summaryrefslogtreecommitdiff
path: root/src/map/pc.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-05Reduce confusion between skill IDs and skill DB indexes (part 2)Haru1-1/+1
2017-10-21Add packets for 64 bit exp.Andrei Karas1-7/+7
2017-09-21Convert some functions from int32 types to int64.Andrei Karas1-2/+2
2017-09-17Differentiate variables that hold a ViewSprite and a Subtype (part 2)Haru1-0/+1
2017-09-17Differentiate variables that hold a ViewSprite and a weapon SubtypeHaru1-3/+10
2017-07-30Implementation of RoDEXKirieZ1-0/+9
2017-06-25Add packet 0xabd for send job and base levels to party members.Andrei Karas1-0/+1
2017-06-25Fix vending list packet for 2016 clients. Based on rathena commit:Andrei Karas1-0/+1
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-2/+11
2017-04-20Made prevent_logout effect on log-in optionalJedzkie1-0/+8
2016-12-03Add function to retrieve the appropriate fame list type for a job mapidHaru1-0/+1
2016-12-03Change the argument to pc->famerank() to a rank type (instead of job mapid)Haru1-1/+1
2016-12-03Ensure that pc->addfame() increments the correct fame pointsHaru1-1/+1
2016-12-03Clarify some Job Class vs MapID confusion (2/2)Haru1-9/+9
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-6/+6
2016-10-22Added max_summoner_parameter:Dastgir Pojee1-0/+1
2016-10-22Implemented SU_BASIC_SKILL Skill of SummonerDastgir Pojee1-0/+1
2016-08-14Update pc_steal_coin parameterEmistry1-1/+1
2016-07-14Changed map_session_data::change_level_2nd and map_session_data::change_level...Haru1-3/+3
2016-07-14Changed various functions to take a const sdHaru1-5/+5
2016-07-14Changed pc->maxbaselv() and pc->maxjoblv() to return signed int and take cons...Haru1-2/+2
2016-07-14Fixed Coverity CID 150315: Integer overflowed argumentHaru1-1/+1
2016-04-23Changed map_session_data::chatID to int (and renamed to chat_id)Haru1-4/+4
2016-04-23Removed some code duplication in chat processing functionsHaru1-0/+1
2016-04-23Split supernovice angel call message detection to its own functionHaru1-1/+3
2016-04-19Corrected type for sd->fontcolor_tidHaru1-1/+1
2016-03-20Dropped typedef from DBMapHaru1-2/+2
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-2/+3
2016-03-16Fixes HerculesWS/Hercules#1198 and fixes HerculesWS/Hercules#1194 introduced ...Kolkka1-1/+1
2016-03-06Check allowed range for "View" field in item_db for weapon items.Andrei Karas1-2/+2
2016-02-28Changed mob mode field to 32 bit, for future expansionHaru1-1/+1
2016-02-24Added const qualifier to several variable/argument pointersHaru1-1/+1
2016-01-16Added OneClickIdentify packetDastgir1-0/+2
2016-01-03Rewritten skill_tree parser in a more robust wayHaru1-7/+9
2015-12-24Item Update:Jedzkie1-0/+2
2015-12-17Change all chat mute checks to use pc->can_talk instead of direct check.hemagx1-0/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-04Merge pull request #910 from dastgir/idleAndrei Karas1-0/+1
2015-12-04Added a function to update idle timeDastgir1-0/+1
2015-11-14Changed struct map_session_data::queues into a VECTOR and renamed to ::script...Haru1-2/+1
2015-10-11Cleanup of the HPluginData implementation (second part)Haru1-5/+2
2015-10-11Cleanup of the HPluginData implementation (First part)Haru1-4/+2
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-1/+1
2015-09-09Autotrade Struct to HPMdastgir1-0/+4
2015-08-15HPM compatibility improvementsHaru1-5/+3
2015-08-11Add n parameter to function pc_equipitem_pos.Andrei Karas1-1/+1
2015-08-05Add optional parameter to warp script command for prevent stoping npc scripts...Andrei Karas1-0/+1
2015-07-18Move check cards related code into separate functions.Andrei Karas1-0/+2
2015-06-19Removed ".." from include directivesHaru1-17/+17
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-6/+31