summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-04-03HPM Hooks UpdateHercules.ws4-0/+66
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-03Merge pull request #1965 from dastgir/2018/3-hateffectHaru9-2/+173
Implemented HatEffect
2018-03-29Merge pull request #1994 from 4144/updatepacketsAndrei Karas8-15/+140
Update shuffle packets and keys up to 2018-03-28. Add new defines with packet versions.
2018-03-29Add non shuffle packets for 2018-03-14 - 2018-03-28 clients.Andrei Karas1-0/+23
2018-03-29Add shuffle packets and keys for 2018-03-14 - 2018-03-28 clients.Andrei Karas4-8/+96
2018-03-29Simplify version checks with new packet version defines.Andrei Karas2-7/+5
2018-03-29Introduce defines PACKETVER_MAIN_NUM, PACKETVER_RE_NUM, PACKETVER_ZERO_NUM.Andrei Karas1-0/+16
PACKETVER_RE_NUM defined to PACKETVER only if defined PACKETVER_RE. PACKETVER_ZERO_NUM defined to PACKETVER only if defined PACKETVER_ZERO. PACKETVER_MAIN_NUM defined to PACKETVER only if not defined PACKETVER_RE and not defined PACKETVER_ZERO.
2018-03-28don't throw a warning in buildin_getmapinfo when the map is not foundgumi1-2/+2
2018-03-20Merge pull request #1992 from guilherme-gm/fixvsprojHaru3-3/+0
Remove duplicated file in login-server VS projects
2018-03-14Remove duplicated file in login VS projects that doesn't let project openGuilherme G. Menaldo3-3/+0
2018-03-12Release v2018.03.11v2018.03.11Haru1-0/+31
Signed-off-by: Haru <haru@dotalux.com>
2018-03-11Constants Documentation SyncHercules.ws1-0/+652
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-03-11Merge pull request #1541 from Normynator/masterHaru3-41/+54
Changed Kafrapoints calculation.
2018-03-11Merge pull request #1936 from dastgir/2017-3_rodexHaru2-1/+6
RoDEX Update
2018-03-11Merge pull request #1987 from guilherme-gm/rodexfixesHaru14-61/+112
Some rodex fixes
2018-03-11Merge pull request #1983 from 4144/updatepacketsHaru7-18/+310
Update packets and keys for clients up to 20180221.
2018-03-11Merge pull request #1985 from rajatkverma/patch-1Haru1-4/+4
Update README.md
2018-03-11Merge pull request #1989 from dastgir/fix/db2sqlHaru1-1/+2
DB2SQL Crash Fix
2018-03-11Fix packet character name request reply for 20180221 clients.Andrei Karas2-5/+25
2018-03-11Fix friend list packet for clients 20180221 and newer.Andrei Karas1-5/+13
2018-03-11Fix friend status update packet for clients 20180221 and newer.Andrei Karas1-1/+8
2018-03-11Update shuffle packets and keys for clients up to 20180309.Andrei Karas5-7/+264
2018-03-11Merge pull request #1981 from 4144/fixmd5Haru443-1/+107
Fix md5 calculation for binary strings.
2018-03-09Fixed a missing update on cached data when rodex attachment was retrieved, ↵Guilherme G. Menaldo1-0/+3
avoiding message to be deleted. Thanks @tlacson7
2018-03-09HPM updateGuilherme G. Menaldo3-16/+16
2018-03-08Fixed a nullpo error when user tried to do an action in an unloaded mail in ↵Guilherme G. Menaldo6-17/+28
rodex
2018-03-08Fixed RoDEX mail return not working correctlyGuilherme G. Menaldo8-28/+65
2018-03-09Re-generate the md5 checksums in the mcache filesHaru441-0/+0
Signed-off-by: Haru <haru@dotalux.com>
2018-03-09Implement a function to regenerate the mcache md5 checksumsHaru1-0/+106
The function is part of the mapcache plugin, called through the `--fixmd5` flag. It will update all the maps that would be loaded by the map server (as listed in map_index.txt). This also fixes a memory leak in the mapcache plugin. Signed-off-by: Haru <haru@dotalux.com>
2018-03-09Fix md5 calculation for binary strings.Andrei Karas1-1/+1
2018-03-09Merge pull request #1979 from 4144/fixloginHaru5-68/+171
fix different crashes
2018-03-08Add missing checks into pincode packets.Andrei Karas1-0/+6
2018-03-08Disconnect player from server after he enter too many wrong pincodes.Andrei Karas1-1/+3
2018-03-04Fixes crash on DB2SQL Plugin.Dastgir Pojee1-1/+2
ClanDB was uninitialized when minimal configuration was required. Fixes #1984
2018-03-01Fix use after free with option "delay_battle_damage: false".Andrei Karas1-5/+11
2018-02-27Ignore invalid pincode.Andrei Karas1-2/+5
2018-02-27Add missing checks info clif_parse_* functions.Andrei Karas1-58/+139
2018-02-27Fix use after free error in @reloadatcommand gm command.Andrei Karas1-1/+4
2018-02-27fix null pointer in login.c in login->accounts.Andrei Karas1-1/+3
This affect only plugins.
2018-02-27Update README.mdRajat Verma1-4/+4
Minor documentation edits. Please consider these for a merge.
2018-02-27Merge pull request #1975 from 4144/hidepasswordHaru1-0/+3
Dont show password and pincode in @accinfo gm command.
2018-02-27Merge pull request #1970 from Asheraf/msvcHaru6-0/+48
update vs projects with new packet files
2018-02-20Dont show password and pincode in @accinfo gm command.Andrei Karas1-0/+3
This need for better security.
2018-02-19Changed Kafrapoints calculation.Normynator3-41/+54
Kafrapoints should now be used correctly. Issue #1540 Changed opening braces according to coding styl. Changed some lines according to coding styl. new-line-before-return ? more styling code changes changes in coding style coding style changes Fixed message output on acted cash. Removed unsupported and not needed var ret. Update pc.c Update atcommand.c Coding style added function description added return validation used wrong method in validation Fixed typo in clif.c Moved temp var to block start
2018-02-18Merge pull request #1976 from mekolat/printfHaru6-0/+36
expose script_sprintf to plugins
2018-02-17Merge pull request #1552 from HerculesWS/mcacheHaru1840-1675/+595
New map cache system
2018-02-17Add appveyor configuration fileHaru1-0/+28
Signed-off-by: Haru <haru@dotalux.com>
2018-02-17HPM Hooks UpdateHaru5-37/+36
Signed-off-by: Haru <haru@dotalux.com>
2018-02-17Add option to recache individual mapsHaru1-3/+17
Signed-off-by: Haru <haru@dotalux.com>
2018-02-17Removal of the old mapcache tool as new plugin took it place.hemagx13-1521/+11
Signed-off-by: hemagx <ibrahem.h.basyone@gmail.com>