summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
For usage, need copy it back.
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
closes #2330
2018-11-21Release v2018.11.18+1v2018.11.18+1Haru1-0/+6
Signed-off-by: Haru <haru@dotalux.com>
2018-11-21Fix a regression that prevented characters from being resurrectedHaru1-1/+1
Caused by a wrong check in 8269fdcd5d036ddc3c24bc0ebb4ad958b5c19a3a Signed-off-by: Haru <haru@dotalux.com>
2018-11-19Release v2018.11.18v2018.11.18Haru1-0/+48
Signed-off-by: Haru <haru@dotalux.com>
2018-11-16Merge pull request #2322 from MishimaHaruna/fix-allychat-leaveguildHaru7-73/+49
Fix allychat leaveguild
2018-11-15Merge pull request #2323 from MishimaHaruna/gitlab-ci-fixHaru1-6/+6
Fix clang-4.0 builds in gitlab-ci
2018-11-15HPM Hooks UpdateHercules.ws10-0/+95
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-11-15Merge pull request #2321 from 4144/packetlenHaru111-21343/+289790
Add complete packet len table
2018-11-15Update Xcode project with the new common/packets filesHaru1-19/+129
Signed-off-by: Haru <haru@dotalux.com>
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
Fixed defense overflow exploit
2018-11-14Clarify the code around the def/flee reduction for multiple attackersHaru1-31/+35
This is just a clarification/sanitization, no functional changes intended. Signed-off-by: Haru <haru@dotalux.com>
2018-11-14Merge pull request #1215 from HerculesWS/HP_DisplayHaru14-159/+313
Fixes #889 & #840
2018-11-14Merge pull request #2255 from Emistry/doc_mob_modeHaru3-114/+73
Update Monster Modes Documentation
2018-11-14Merge pull request #2256 from Emistry/doc_quest_variableHaru2-108/+262
Update Quest Variables Documentation
2018-11-14Extend status->heal() with a flag to allow reviving a dead characterHaru3-3/+5
This adds `STATUS_HEAL_ALLOWREVIVE` to `enum status_heal_flag`. Fixes an issue caused by a hack in the resurrection code, that would make characters respawn with 2 HP instead of 1. Signed-off-by: Haru <haru@dotalux.com>
2018-11-14HPM Hooks UpdateHaru4-15/+83
Signed-off-by: Haru <haru@dotalux.com>
2018-11-14Use an enum as flag for status->heal() and related functionsHaru7-127/+154
This introduces the `enum status_heal_flag`. No functional changes are made. Signed-off-by: Haru <haru@dotalux.com>
2018-11-14Fixes #889 & #840Jedzkie6-15/+72
- Novice classes will never go below 50% hp when died. - Other classes will show 1 HP rather than 0 when died. - Added battle configuration. Signed-off-by: Haru <haru@dotalux.com>
2018-11-14Merge pull request #2320 from MishimaHaruna/improve-charlogHaru2-6/+28
Add relevant data to the charlog
2018-11-14Merge pull request #2247 from Helianthella/pkreloadHaru7-2/+58
fix map_zone_remove not actually removing flags
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
For now supported only packet length fields.