summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-06-16Disable not existing maps in map index and npc scriptsAndrei Karas5-11/+11
2020-06-16Read battle config in minimal runAndrei Karas1-0/+2
This allow fix warnings in different service plugins.
2020-06-16Reduce travis jobs countAndrei Karas1-137/+0
2020-06-16Disable odr violation detection in ciAndrei Karas1-2/+2
2020-06-16Fix HPM data check violations between server and pluginsAndrei Karas1-4/+8
2020-06-16Add arm64 and ppc64le buildsAndrei Karas1-5/+139
Also add gcc-10 builds into travis.
2020-06-16Update travis.sh with fixes for travis and new osAndrei Karas1-3/+13
2020-06-16Add workaround for create sql user and grant rights to itAndrei Karas1-1/+6
In some mysql version default grant code not works.
2020-06-16Convert validateinterfaces.py to python3Andrei Karas1-19/+18
2020-06-16Use python2 in validateinterfaces.pyAndrei Karas1-1/+1
2020-06-16Show runlog.txt on libconfig tests crashAndrei Karas1-1/+9
2020-06-16Reduce travis clone depth to 1Andrei Karas1-0/+3
2020-06-16Disable error in atomic.hAndrei Karas1-1/+1
2020-06-16Force to use signed charsAndrei Karas2-2/+31
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-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-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
2020-06-01Merge pull request #2754 from Kenpachi2k13/mineffect_flagHaru1-4/+1
Make mineffect flag not being affected by sd->state.lesseffect in clif_maptypeproperty2()
2020-06-01Merge pull request #2752 from Jedzkie/jedzkie-pr05Haru1-1/+1
Player always faces north when warped.
2020-06-01Merge pull request #2746 from Jedzkie/jedzkie-pr02Haru1-1/+1
Fix an issue regarding using items when the storage is open.
2020-06-01Move equipment check from pc_setpos() to clif_parse_LoadEndAck()Kenpachi Developer2-5/+6
2020-06-01Merge pull request #2744 from Kenpachi2k13/save_pet_rename_flagHaru1-0/+1
Save a pet's rename flag when returning it to its egg
2020-06-01Merge pull request #2734 from Kenpachi2k13/fix_left_shift_negative_valueHaru1-1/+1
Fix left shift of negative value for GN_CRAZYWEED_ATK
2020-06-01Merge pull request #2723 from Kenpachi2k13/nullpo_unit_steptimerHaru1-3/+2
Replace NULL pointer report with returning error code in unit_steptimer()
2020-06-01Constants Documentation SyncHercules.ws1-0/+12
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-06-01Merge pull request #2718 from Kenpachi2k13/prere_use_items_skills_in_npcHaru10-38/+145
Add/extend battle flags to enable item/skill usage while interacting with NPC
2020-06-01Merge pull request #2220 from carloshenrq/configure_newoptHaru1-0/+16
New configure options
2020-06-01Merge pull request #2671 from Helianthella/binliteralHaru19-722/+1856
add support for binary and octal number literals
2020-06-01Merge pull request #2713 from 4144/updatepacketsHaru21-17848/+18209
Update packets up to 2020-05-20
2020-06-01HPM Hooks UpdateHercules.ws5-100/+1897
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-06-01Merge pull request #2731 from Kenpachi2k13/skill_db_updateHaru16-1523/+4083
Extend and clean up skill DB code
2020-06-01Update entry structure in skill DBsKenpachi Developer2-21/+48
2020-06-01Implement Requirements->MaxSPTrigger codeKenpachi Developer2-0/+88
2020-06-01Fix Requirements->MaxHPTrigger code in skill_check_condition_mercenary()Kenpachi Developer1-3/+9
2020-06-01Remove hard-coded required equipment and update skill DBs accordinglyKenpachi Developer4-26/+18
2020-06-01Implement Requirements->Equip codeKenpachi Developer2-0/+352
2020-06-01Implement Requirements->Items->Any codeKenpachi Developer2-63/+221
2020-06-01Remove hard-coded required item amounts and update skill DBs accordinglyKenpachi Developer3-171/+253
2020-06-01Make Requirements->Items->Amount can be grouped by levelsKenpachi Developer4-63/+236