Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-22 | Implement PACKET_ZC_PERSONAL_INFOMATION (0x097b) | Kenpachi Developer | 3 | -6/+69 | |
2020-06-17 | Fix char id to name requests. | Andrei Karas | 1 | -0/+1 | |
2020-06-17 | Update friends packets for zero | Andrei Karas | 1 | -3/+3 | |
2020-06-17 | Update messages | Andrei Karas | 2 | -2/+22 | |
2020-06-17 | Update shuffle packets and keys | Andrei Karas | 4 | -8/+16 | |
2020-06-16 | Disable asan in gcc-7 build in .travis.yml | Andrei Karas | 1 | -1/+1 | |
Disabled because it works too slow for travis. | |||||
2020-06-16 | Add into travis.sh check with all custom scripts uncommented | Andrei Karas | 7 | -0/+50 | |
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-13 | Minor general revision | Sirius | 6 | -20/+12 | |
2020-06-13 | Implement usage of skill_get_item_index() | Kenpachi Developer | 1 | -3/+20 | |
2020-06-13 | Add skill_get_item_index() function | Kenpachi Developer | 2 | -0/+37 | |
2020-06-10 | Fixed typo & space replacement in battlegrounds.conf | Sirius | 1 | -3/+3 | |
2020-06-08 | Changed atcommand_mobinfo_type in gm.conf for a better understanding | Sirius | 1 | -3/+4 | |
2020-06-07 | Typo errors (in all conf/) | Sirius | 6 | -13/+13 | |
2020-06-07 | Typo errors (login-server.conf) | Sirius | 1 | -3/+3 | |
2020-06-07 | Fix wrong comment in db/pre-re/attr_fix.txt | Jesusaves | 1 | -2/+2 | |
The description of rows and columns was swapped. | |||||
2020-06-07 | Fix wrong comment in db/re/attr_fix.txt | Jesusaves | 1 | -2/+2 | |
The description of rows and columns was swapped. | |||||
2020-06-07 | Save party data if options are changed in inter_party_check_lv() | Kenpachi Developer | 1 | -0/+1 | |
2020-06-04 | Call inter_party_tosql() before clearing removed member's data in ↵ | Kenpachi Developer | 1 | -1/+1 | |
inter_party_leave() | |||||
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 | Update documentation of instance_create() script command | Kenpachi Developer | 1 | -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-01 | Show instancing window on login for character instances, too | Kenpachi Developer | 1 | -0/+13 | |
2020-06-01 | Show instancing window on login for guild instances, too | Kenpachi Developer | 1 | -0/+13 | |
2020-06-01 | Show instancing window on login for party instances if instance state is ↵ | Kenpachi Developer | 1 | -6/+0 | |
INSTANCE_IDLE, too |