summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-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-16Disable asan in gcc-7 build in .travis.ymlAndrei Karas1-1/+1
Disabled because it works too slow for travis.
2020-06-16Add into travis.sh check with all custom scripts uncommentedAndrei Karas7-0/+50
2020-06-16Disable npc/events/halloween_2008.txt in other way for avoid auto uncommentingAndrei Karas1-1/+2
2020-06-16Fix conflicting npc names in re/merchants/hd_refiner.txtAndrei Karas1-18/+18
2020-06-16Add missing mobs and items for custom or disabled scripts in pre-reAndrei Karas2-0/+51
2020-06-16Remove duplicated function time2str from bg_common.txtAndrei Karas1-36/+0
2020-06-16Fix conflicting battle ground npc names in custom scriptsAndrei Karas4-130/+130
2020-06-16Call all plugin events even if map server running in minimal modeAndrei Karas2-2/+8
2020-06-16Run servers in travis.sh with all existing pluginsAndrei Karas1-2/+23
2020-06-16Add missing plugins into make fileAndrei Karas1-1/+1
2020-06-16Fix double fclose in map cache pluginAndrei Karas1-1/+0
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-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