summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2020-06-22Add pc_has_pet() macroKenpachi Developer1-0/+3
2020-06-22Remove ancient FIXME comment related to deleting taming items of type IT_DELA...Kenpachi Developer1-2/+0
2020-06-22Remove/move unnecessarily calling clif_send_petstatus()Kenpachi Developer3-8/+4
2020-06-22Centralize pet spawn code in pet_spawn() functionKenpachi Developer3-19/+39
2020-06-22Remove unnecessarily sending of pet's accessory dataKenpachi Developer1-3/+0
2020-06-22Send pet's hunger data only in pet_set_hunger()Kenpachi Developer1-2/+3
2020-06-22Call pet->set_hunger() in ACMD(pethungry) instead of directly assigning the v...Kenpachi Developer1-1/+1
2020-06-22Send pet's intimacy data only in pet_set_intimate()Kenpachi Developer3-6/+3
2020-06-22Add check if pet belongs to character in pet_food()Kenpachi Developer1-0/+1
2020-06-22Add battle flag for immediately removing the pet when its intimacy drops to 0Kenpachi Developer3-2/+6
2020-06-22Remove pet if intimacy drops to 0Kenpachi Developer2-12/+12
2020-06-22Update pet's egg data in ACMD(petrename)Kenpachi Developer1-0/+9
2020-06-22Implement intimacy display in pet egg's item description windowKenpachi Developer4-6/+38
2020-06-22Update inventory in pet_return_egg() only if egg was foundKenpachi Developer1-1/+1
2020-06-22Add clif_load_end_ack_sub_messages() functionKenpachi Developer1-69/+92
2020-06-22Add battle flag for overweight messages displayKenpachi Developer3-4/+13
2020-06-22Apply code style to clif_party_option()Kenpachi Developer1-28/+42
2020-06-22Add battle flag for sending party optionsKenpachi Developer3-14/+58
2020-06-22Show party options when member was removedKenpachi Developer2-3/+5
2020-06-22Remove check for unused flag 0x10 from party_optionchanged()Kenpachi Developer1-2/+1
2020-06-22Show party options when member was addedKenpachi Developer2-0/+9
2020-06-22Show party options on login and if options were changedKenpachi Developer3-9/+47
2020-06-22Extend guild_notice_changemap battle flag with option for loginKenpachi Developer2-4/+4
2020-06-22Show guild notice after rate modifier messagesKenpachi Developer1-15/+15
2020-06-22Add battle flag for configuration messages displayKenpachi Developer3-19/+33
2020-06-22Add missing configuration messages to clif_parse_LoadEndAck()Kenpachi Developer1-0/+7
2020-06-22Add battle flag for rate modifier messages displayKenpachi Developer3-2/+10
2020-06-22Show rate modifier messages after configuration messagesKenpachi Developer2-1/+2
2020-06-22Implement PACKET_ZC_PERSONAL_INFOMATION (0x097b)Kenpachi Developer3-6/+69
2020-06-17Fix char id to name requests.Andrei Karas1-0/+1
2020-06-17Update friends packets for zeroAndrei Karas1-3/+3
2020-06-17Update messagesAndrei Karas2-2/+22
2020-06-17Update shuffle packets and keysAndrei Karas4-8/+16
2020-06-16Call all plugin events even if map server running in minimal modeAndrei Karas2-2/+8
2020-06-16Read battle config in minimal runAndrei Karas1-0/+2
2020-06-13Implement usage of skill_get_item_index()Kenpachi Developer1-3/+20
2020-06-13Add skill_get_item_index() functionKenpachi Developer2-0/+37
2020-06-02Make DamageType defaults to NK_NONEKenpachi Developer1-3/+0
2020-06-02Don't use unit's skill data before it's set in unit_skilluse_id2() and unit_s...Kenpachi Developer1-2/+2
2020-06-01Show instancing window on login for character instances, tooKenpachi Developer1-0/+13
2020-06-01Show instancing window on login for guild instances, tooKenpachi Developer1-0/+13
2020-06-01Show instancing window on login for party instances if instance state is INST...Kenpachi Developer1-6/+0
2020-06-01Remove nonexistent return value -3 from documentation of instance_create() fu...Kenpachi Developer1-1/+1
2020-06-01Use account ID instead of character ID for IOT_CHAR in instance_force_destroy()Kenpachi Developer1-1/+1
2020-06-01Fix a compiler warning in 32 bit buildsHaru2-6/+6
2020-06-01Merge pull request #2745 from Kenpachi2k13/unequip_on_loginHaru2-5/+6
2020-06-01Merge pull request #2758 from Kenpachi2k13/loudhailerHaru3-1/+50
2020-06-01Merge pull request #2754 from Kenpachi2k13/mineffect_flagHaru1-4/+1
2020-06-01Merge pull request #2746 from Jedzkie/jedzkie-pr02Haru1-1/+1
2020-06-01Move equipment check from pc_setpos() to clif_parse_LoadEndAck()Kenpachi Developer2-5/+6