summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Kenpachi Developer1-1/+1
value
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 Developer4-2/+10
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 Developer4-4/+20
2020-06-22Apply code style to clif_party_option()Kenpachi Developer1-28/+42
2020-06-22Add battle flag for sending party optionsKenpachi Developer4-14/+85
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 Developer3-9/+11
2020-06-22Show guild notice after rate modifier messagesKenpachi Developer1-15/+15
2020-06-22Add battle flag for configuration messages displayKenpachi Developer4-19/+51
2020-06-22Add missing configuration messages to clif_parse_LoadEndAck()Kenpachi Developer1-0/+7
2020-06-22Add battle flag for rate modifier messages displayKenpachi Developer4-2/+18
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-16Add github actionsAndrei Karas6-0/+425
master branch may fail on this actions, but this push need because, actions not works in pull requests until not enabled in branch.
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-07Fix wrong comment in db/pre-re/attr_fix.txtJesusaves1-2/+2
The description of rows and columns was swapped.
2020-06-07Fix wrong comment in db/re/attr_fix.txtJesusaves1-2/+2
The description of rows and columns was swapped.
2020-06-07Save party data if options are changed in inter_party_check_lv()Kenpachi Developer1-0/+1
2020-06-04Call inter_party_tosql() before clearing removed member's data in ↵Kenpachi Developer1-1/+1
inter_party_leave()
2020-06-03Release v2020.05.31+1Haru1-0/+10
Signed-off-by: Haru <haru@dotalux.com>
2020-06-03Merge pull request #2761 from Kenpachi2k13/skill_fixHaru4-7/+4
Fix wrong usage of unit skill data and default skill damage type to NK_NONE
2020-06-02Make DamageType defaults to NK_NONEKenpachi Developer3-5/+2
2020-06-02Don't use unit's skill data before it's set in unit_skilluse_id2() and ↵Kenpachi Developer1-2/+2
unit_skilluse_pos2()
2020-06-01Update documentation of instance_create() script commandKenpachi Developer1-6/+10
* Fix some typos. * Add a paragraph about owner types and the corresponding owner ID to use. * Remove nonexistent return value -3 from example.
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 ↵Kenpachi Developer1-6/+0
INSTANCE_IDLE, too
2020-06-01Remove nonexistent return value -3 from documentation of instance_create() ↵Kenpachi Developer1-1/+1
function
2020-06-01Use account ID instead of character ID for IOT_CHAR in instance_force_destroy()Kenpachi Developer1-1/+1
2020-06-01Merge pull request #2747 from Jedzkie/jedzkie-pr04Haru1-1/+1
In official, novice don't have job level stat bonus
2020-06-01Merge pull request #2748 from 4144/db2sqlHaru1-9/+18
Fix db2sql crash with mariadb client library
2020-06-01Release v2020.05.31Haru2-0/+79
Signed-off-by: Haru <haru@dotalux.com>
2020-06-01Merge pull request #2759 from HerculesWS/fix-errorsIbrahem Zidan3-30/+30
Fix errors in the ci builds
2020-06-01Retired the (failing) CentOS 6 builds from gitlab-ci in favor of CentOS 8Haru1-24/+24
CentOS 8 has been released in September 2019, so CentOS 6 is no longer a supported platform for Hercules. Compiling on it may or may not still work (provided that a suitable devtoolset package is available, but will not be officially supported. Signed-off-by: Haru <haru@dotalux.com>
2020-06-01Fix a compiler warning in 32 bit buildsHaru2-6/+6
Signed-off-by: Haru <haru@dotalux.com>
2020-06-01Merge pull request #2745 from Kenpachi2k13/unequip_on_loginHaru2-5/+6
Prevent unequipping items on login before calculating the character's status data
2020-06-01ItemDB SQL SyncHercules.ws2-2/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-06-01Merge pull request #2758 from Kenpachi2k13/loudhailerHaru6-3/+62
Add loudhailer() script command