Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-16 | Disable npc/events/halloween_2008.txt in other way for avoid auto uncommenting | Andrei Karas | 1 | -1/+2 | |
2020-06-16 | Fix conflicting npc names in re/merchants/hd_refiner.txt | Andrei Karas | 1 | -18/+18 | |
2020-06-16 | Add missing mobs and items for custom or disabled scripts in pre-re | Andrei Karas | 2 | -0/+51 | |
2020-06-16 | Remove duplicated function time2str from bg_common.txt | Andrei Karas | 1 | -36/+0 | |
2020-06-16 | Fix conflicting battle ground npc names in custom scripts | Andrei Karas | 4 | -130/+130 | |
2020-06-16 | Call all plugin events even if map server running in minimal mode | Andrei Karas | 2 | -2/+8 | |
2020-06-16 | Run servers in travis.sh with all existing plugins | Andrei Karas | 1 | -2/+23 | |
2020-06-16 | Add missing plugins into make file | Andrei Karas | 1 | -1/+1 | |
2020-06-16 | Fix double fclose in map cache plugin | Andrei Karas | 1 | -1/+0 | |
2020-06-16 | Disable not existing maps in map index and npc scripts | Andrei Karas | 5 | -11/+11 | |
2020-06-16 | Read battle config in minimal run | Andrei Karas | 1 | -0/+2 | |
This allow fix warnings in different service plugins. | |||||
2020-06-16 | Reduce travis jobs count | Andrei Karas | 1 | -137/+0 | |
2020-06-16 | Disable odr violation detection in ci | Andrei Karas | 1 | -2/+2 | |
2020-06-16 | Fix HPM data check violations between server and plugins | Andrei Karas | 1 | -4/+8 | |
2020-06-16 | Add arm64 and ppc64le builds | Andrei Karas | 1 | -5/+139 | |
Also add gcc-10 builds into travis. | |||||
2020-06-16 | Update travis.sh with fixes for travis and new os | Andrei Karas | 1 | -3/+13 | |
2020-06-16 | Add workaround for create sql user and grant rights to it | Andrei Karas | 1 | -1/+6 | |
In some mysql version default grant code not works. | |||||
2020-06-16 | Convert validateinterfaces.py to python3 | Andrei Karas | 1 | -19/+18 | |
2020-06-16 | Use python2 in validateinterfaces.py | Andrei Karas | 1 | -1/+1 | |
2020-06-16 | Show runlog.txt on libconfig tests crash | Andrei Karas | 1 | -1/+9 | |
2020-06-16 | Reduce travis clone depth to 1 | Andrei Karas | 1 | -0/+3 | |
2020-06-16 | Disable error in atomic.h | Andrei Karas | 1 | -1/+1 | |
2020-06-16 | Force to use signed chars | Andrei Karas | 2 | -2/+31 | |
2020-06-16 | Add github actions | Andrei Karas | 6 | -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-03 | Release v2020.05.31+1 | Haru | 1 | -0/+10 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-03 | Merge pull request #2761 from Kenpachi2k13/skill_fix | Haru | 4 | -7/+4 | |
Fix wrong usage of unit skill data and default skill damage type to NK_NONE | |||||
2020-06-02 | Make DamageType defaults to NK_NONE | Kenpachi Developer | 3 | -5/+2 | |
2020-06-02 | Don't use unit's skill data before it's set in unit_skilluse_id2() and ↵ | Kenpachi Developer | 1 | -2/+2 | |
unit_skilluse_pos2() | |||||
2020-06-01 | Merge pull request #2747 from Jedzkie/jedzkie-pr04 | Haru | 1 | -1/+1 | |
In official, novice don't have job level stat bonus | |||||
2020-06-01 | Merge pull request #2748 from 4144/db2sql | Haru | 1 | -9/+18 | |
Fix db2sql crash with mariadb client library | |||||
2020-06-01 | Release v2020.05.31 | Haru | 2 | -0/+79 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-01 | Merge pull request #2759 from HerculesWS/fix-errors | Ibrahem Zidan | 3 | -30/+30 | |
Fix errors in the ci builds | |||||
2020-06-01 | Retired the (failing) CentOS 6 builds from gitlab-ci in favor of CentOS 8 | Haru | 1 | -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-01 | Fix a compiler warning in 32 bit builds | Haru | 2 | -6/+6 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-01 | Merge pull request #2745 from Kenpachi2k13/unequip_on_login | Haru | 2 | -5/+6 | |
Prevent unequipping items on login before calculating the character's status data | |||||
2020-06-01 | ItemDB SQL Sync | Hercules.ws | 2 | -2/+2 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-01 | Merge pull request #2758 from Kenpachi2k13/loudhailer | Haru | 6 | -3/+62 | |
Add loudhailer() script command | |||||
2020-06-01 | Merge pull request #2754 from Kenpachi2k13/mineffect_flag | Haru | 1 | -4/+1 | |
Make mineffect flag not being affected by sd->state.lesseffect in clif_maptypeproperty2() | |||||
2020-06-01 | Merge pull request #2752 from Jedzkie/jedzkie-pr05 | Haru | 1 | -1/+1 | |
Player always faces north when warped. | |||||
2020-06-01 | Merge pull request #2746 from Jedzkie/jedzkie-pr02 | Haru | 1 | -1/+1 | |
Fix an issue regarding using items when the storage is open. | |||||
2020-06-01 | Move equipment check from pc_setpos() to clif_parse_LoadEndAck() | Kenpachi Developer | 2 | -5/+6 | |
2020-06-01 | Merge pull request #2744 from Kenpachi2k13/save_pet_rename_flag | Haru | 1 | -0/+1 | |
Save a pet's rename flag when returning it to its egg | |||||
2020-06-01 | Merge pull request #2734 from Kenpachi2k13/fix_left_shift_negative_value | Haru | 1 | -1/+1 | |
Fix left shift of negative value for GN_CRAZYWEED_ATK | |||||
2020-06-01 | Merge pull request #2723 from Kenpachi2k13/nullpo_unit_steptimer | Haru | 1 | -3/+2 | |
Replace NULL pointer report with returning error code in unit_steptimer() | |||||
2020-06-01 | Constants Documentation Sync | Hercules.ws | 1 | -0/+12 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-01 | Merge pull request #2718 from Kenpachi2k13/prere_use_items_skills_in_npc | Haru | 10 | -38/+145 | |
Add/extend battle flags to enable item/skill usage while interacting with NPC | |||||
2020-06-01 | Merge pull request #2220 from carloshenrq/configure_newopt | Haru | 1 | -0/+16 | |
New configure options | |||||
2020-06-01 | Merge pull request #2671 from Helianthella/binliteral | Haru | 19 | -722/+1856 | |
add support for binary and octal number literals | |||||
2020-06-01 | Merge pull request #2713 from 4144/updatepackets | Haru | 21 | -17848/+18209 | |
Update packets up to 2020-05-20 | |||||
2020-06-01 | HPM Hooks Update | Hercules.ws | 5 | -100/+1897 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> |