summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Add ifdefs for packet limits defines in lclif.p.hs20190123Andrei Karas1-1/+7
2018-12-06Remove useless parts from .gitlab-ci.ymlAndrei Karas2-555/+96
2018-12-05Fix build on windows.Andrei Karas1-1/+1
2018-12-05Add build script.Andrei Karas1-0/+157
2018-12-05add ignore for evol plugin.Andrei Karas1-0/+1
2018-12-05add install target to make file.Andrei Karas1-0/+7
2018-12-05disable import target in make file.Andrei Karas1-5/+5
2018-12-05Add configure into ignore list.Andrei Karas1-0/+1
2018-12-05Remove configure.Andrei Karas1-10940/+0
2018-12-05Move windows and mac run time files into runtime dir.Andrei Karas12-0/+0
2018-12-05Remove conf dir.Andrei Karas3200-1410869/+0
2018-12-05Remove cache dir.Andrei Karas4-32/+0
2018-11-26fix map_forcountinmap using block size rather than cell sizegumi1-1/+1
2018-11-21Release v2018.11.18+1v2018.11.18+1Haru1-0/+6
2018-11-21Fix a regression that prevented characters from being resurrectedHaru1-1/+1
2018-11-19Release v2018.11.18v2018.11.18Haru1-0/+48
2018-11-16Merge pull request #2322 from MishimaHaruna/fix-allychat-leaveguildHaru7-73/+49
2018-11-15Merge pull request #2323 from MishimaHaruna/gitlab-ci-fixHaru1-6/+6
2018-11-15HPM Hooks UpdateHercules.ws10-0/+95
2018-11-15Merge pull request #2321 from 4144/packetlenHaru111-21343/+289790
2018-11-15Update Xcode project with the new common/packets filesHaru1-19/+129
2018-11-15Update keys up to 2018-11-14.Andrei Karas2-23/+26
2018-11-15Update messages to 2018-11-14.Andrei Karas1-1/+46
2018-11-15Update visual studio project files.Andrei Karas21-5/+41
2018-11-15Add packet validation for RFIFOSKIP.Andrei Karas1-0/+29
2018-11-15Add validation for WFIFOHEAD buffer allocations.Andrei Karas2-8/+23
2018-11-15Add packet versions for all server types into socket_datasync.Andrei Karas1-0/+5
2018-11-15Add packets from plugins into packets len table.Andrei Karas1-0/+5
2018-11-15Remove packet len field from packet macro and packet functions.Andrei Karas1-8/+6
2018-11-15Remove packet len fields from packets.hAndrei Karas4-18680/+18715
2018-11-14Merge pull request #1233 from dastgirp/r5-defenseHaru2-31/+36
2018-11-14Clarify the code around the def/flee reduction for multiple attackersHaru1-31/+35
2018-11-14Merge pull request #1215 from HerculesWS/HP_DisplayHaru14-159/+313
2018-11-14Merge pull request #2255 from Emistry/doc_mob_modeHaru3-114/+73
2018-11-14Merge pull request #2256 from Emistry/doc_quest_variableHaru2-108/+262
2018-11-14Extend status->heal() with a flag to allow reviving a dead characterHaru3-3/+5
2018-11-14HPM Hooks UpdateHaru4-15/+83
2018-11-14Use an enum as flag for status->heal() and related functionsHaru7-127/+154
2018-11-14Fixes #889 & #840Jedzkie6-15/+72
2018-11-14Merge pull request #2320 from MishimaHaruna/improve-charlogHaru2-6/+28
2018-11-14Merge pull request #2247 from Helianthella/pkreloadHaru7-2/+58
2018-11-14Remove len field from shuffle packets.Andrei Karas3-17526/+17527
2018-11-14Remove empty #if blocks from packets.hAndrei Karas1-1138/+2
2018-11-14Remove useless packets lines from packets.hAndrei Karas1-1393/+3
2018-11-14Update HPM hooks.Andrei Karas11-21/+115
2018-11-14Add send packet validation for connections between server and clients.Andrei Karas7-16/+71
2018-11-14Add compile time validation for packet ZC_ITEM_PREVIEW.Andrei Karas4-18/+63
2018-11-14Use new packet tables for packets len.Andrei Karas3-12/+14
2018-11-14Update HPM hooks.Andrei Karas15-0/+406
2018-11-14Add interface for packets in common.Andrei Karas14-22/+142