Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-02 | HPMHooks Update | Jedzkie | 4 | -17/+183 | |
2018-04-02 | Whitespace fixes | Jedzkie | 1 | -21/+25 | |
2018-04-02 | Pincode Update | Jedzkie | 4 | -46/+266 | |
- Added blacklist feature - Added official message when successfully create a pincode / successfully change a pincode | |||||
2018-03-28 | don't throw a warning in buildin_getmapinfo when the map is not found | gumi | 1 | -2/+2 | |
2018-03-20 | Merge pull request #1992 from guilherme-gm/fixvsproj | Haru | 3 | -3/+0 | |
Remove duplicated file in login-server VS projects | |||||
2018-03-14 | Remove duplicated file in login VS projects that doesn't let project open | Guilherme G. Menaldo | 3 | -3/+0 | |
2018-03-12 | Release v2018.03.11v2018.03.11 | Haru | 1 | -0/+31 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-03-11 | Constants Documentation Sync | Hercules.ws | 1 | -0/+652 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-03-11 | Merge pull request #1541 from Normynator/master | Haru | 3 | -41/+54 | |
Changed Kafrapoints calculation. | |||||
2018-03-11 | Merge pull request #1936 from dastgir/2017-3_rodex | Haru | 2 | -1/+6 | |
RoDEX Update | |||||
2018-03-11 | Merge pull request #1987 from guilherme-gm/rodexfixes | Haru | 14 | -61/+112 | |
Some rodex fixes | |||||
2018-03-11 | Merge pull request #1983 from 4144/updatepackets | Haru | 7 | -18/+310 | |
Update packets and keys for clients up to 20180221. | |||||
2018-03-11 | Merge pull request #1985 from rajatkverma/patch-1 | Haru | 1 | -4/+4 | |
Update README.md | |||||
2018-03-11 | Merge pull request #1989 from dastgir/fix/db2sql | Haru | 1 | -1/+2 | |
DB2SQL Crash Fix | |||||
2018-03-11 | Fix packet character name request reply for 20180221 clients. | Andrei Karas | 2 | -5/+25 | |
2018-03-11 | Fix friend list packet for clients 20180221 and newer. | Andrei Karas | 1 | -5/+13 | |
2018-03-11 | Fix friend status update packet for clients 20180221 and newer. | Andrei Karas | 1 | -1/+8 | |
2018-03-11 | Update shuffle packets and keys for clients up to 20180309. | Andrei Karas | 5 | -7/+264 | |
2018-03-11 | Merge pull request #1981 from 4144/fixmd5 | Haru | 443 | -1/+107 | |
Fix md5 calculation for binary strings. | |||||
2018-03-09 | Fixed a missing update on cached data when rodex attachment was retrieved, ↵ | Guilherme G. Menaldo | 1 | -0/+3 | |
avoiding message to be deleted. Thanks @tlacson7 | |||||
2018-03-09 | HPM update | Guilherme G. Menaldo | 3 | -16/+16 | |
2018-03-08 | Fixed a nullpo error when user tried to do an action in an unloaded mail in ↵ | Guilherme G. Menaldo | 6 | -17/+28 | |
rodex | |||||
2018-03-08 | Fixed RoDEX mail return not working correctly | Guilherme G. Menaldo | 8 | -28/+65 | |
2018-03-09 | Re-generate the md5 checksums in the mcache files | Haru | 441 | -0/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-03-09 | Implement a function to regenerate the mcache md5 checksums | Haru | 1 | -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-09 | Fix md5 calculation for binary strings. | Andrei Karas | 1 | -1/+1 | |
2018-03-09 | Merge pull request #1979 from 4144/fixlogin | Haru | 5 | -68/+171 | |
fix different crashes | |||||
2018-03-08 | Add missing checks into pincode packets. | Andrei Karas | 1 | -0/+6 | |
2018-03-08 | Disconnect player from server after he enter too many wrong pincodes. | Andrei Karas | 1 | -1/+3 | |
2018-03-04 | Fixes crash on DB2SQL Plugin. | Dastgir Pojee | 1 | -1/+2 | |
ClanDB was uninitialized when minimal configuration was required. Fixes #1984 | |||||
2018-03-01 | Fix use after free with option "delay_battle_damage: false". | Andrei Karas | 1 | -5/+11 | |
2018-02-27 | Ignore invalid pincode. | Andrei Karas | 1 | -2/+5 | |
2018-02-27 | Add missing checks info clif_parse_* functions. | Andrei Karas | 1 | -58/+139 | |
2018-02-27 | Fix use after free error in @reloadatcommand gm command. | Andrei Karas | 1 | -1/+4 | |
2018-02-27 | fix null pointer in login.c in login->accounts. | Andrei Karas | 1 | -1/+3 | |
This affect only plugins. | |||||
2018-02-27 | Update README.md | Rajat Verma | 1 | -4/+4 | |
Minor documentation edits. Please consider these for a merge. | |||||
2018-02-27 | Merge pull request #1975 from 4144/hidepassword | Haru | 1 | -0/+3 | |
Dont show password and pincode in @accinfo gm command. | |||||
2018-02-27 | Merge pull request #1970 from Asheraf/msvc | Haru | 6 | -0/+48 | |
update vs projects with new packet files | |||||
2018-02-20 | Dont show password and pincode in @accinfo gm command. | Andrei Karas | 1 | -0/+3 | |
This need for better security. | |||||
2018-02-19 | Changed Kafrapoints calculation. | Normynator | 3 | -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-18 | Merge pull request #1976 from mekolat/printf | Haru | 6 | -0/+36 | |
expose script_sprintf to plugins | |||||
2018-02-17 | Merge pull request #1552 from HerculesWS/mcache | Haru | 1840 | -1675/+595 | |
New map cache system | |||||
2018-02-17 | Add appveyor configuration file | Haru | 1 | -0/+28 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-17 | HPM Hooks Update | Haru | 5 | -37/+36 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-17 | Add option to recache individual maps | Haru | 1 | -3/+17 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-17 | Removal of the old mapcache tool as new plugin took it place. | hemagx | 13 | -1521/+11 | |
Signed-off-by: hemagx <ibrahem.h.basyone@gmail.com> | |||||
2018-02-17 | New mapcache system | hemagx | 1821 | -117/+506 | |
* Now each map is in separated file so now it will be easier to know which map got updated or delete on updates * Now there's md5 checksum check for each map * Now the map cache is platform safe, the old format was not packed which may result in undefined behavior * The map cache tool got converted into hercules plugin Signed-off-by: hemagx <ibrahem.h.basyone@gmail.com> | |||||
2018-02-15 | expose script_sprintf to plugins | gumi | 6 | -0/+36 | |
2018-02-13 | Release v2018.02.11+1v2018.02.11+1 | Haru | 1 | -0/+7 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-13 | Merge pull request #1973 from MishimaHaruna/bg_message-fix | Haru | 1 | -12/+9 | |
Fix unterminated strings in ZC_BATTLEFIELD_CHAT |