Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-13 | Convert packet CZ_SE_CASHSHOP_OPEN to structure and add new packet version | Andrei Karas | 4 | -1/+28 | |
2019-12-12 | Add script function specialeffectnum | Andrei Karas | 5 | -1/+81 | |
2019-12-12 | Add new version for packet ZC_NOTIFY_EFFECT3 and convert to structure | Andrei Karas | 4 | -13/+37 | |
2019-12-12 | Change max packet version in travis to 20191211 | Andrei Karas | 1 | -8/+8 | |
2019-12-12 | Update packets keys and shuffle packets up to 2019-12-11 | Andrei Karas | 5 | -10/+28 | |
2019-12-12 | Update messages up to 2019-12-11 | Andrei Karas | 3 | -106/+921 | |
2019-12-04 | Update packets table up to 2019-12-04 | Andrei Karas | 3 | -0/+57 | |
2019-12-01 | Modified skill_cooldown_save() to ignore guild skills if ↵ | Kenpachi Developer | 1 | -9/+9 | |
guild_skill_relog_delay is set to 1. If guild skills are not ignored when guild_skill_relog_delay is set to 1, the map server will throw error messages if the guild master relogs while cooldown. Also applied Hercules coding style to skill_cooldown_save(). See https://github.com/HerculesWS/Hercules/issues/2591 | |||||
2019-11-27 | Fix Tarot Card breaking equipment on Garment and Shoe locations however on ↵ | Ibrahim Zidan | 1 | -1/+1 | |
Aegis it only target Left Hand (Shield), Armor and Helm Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-11-26 | Fix racial crit bonuses not being affected by katar crit bonus | skyleo | 1 | -2/+6 | |
2019-11-23 | Merge pull request #2583 from Kenpachi2k13/master | Kenpachi2k13 | 3 | -1/+26 | |
Fix for https://github.com/HerculesWS/Hercules/issues/2349. | |||||
2019-11-23 | Merge branch 'master' of https://github.com/Kenpachi2k13/Hercules | Kenpachi Developer | 0 | -0/+0 | |
2019-11-23 | Fix for https://github.com/HerculesWS/Hercules/issues/2349. | Kenpachi Developer | 3 | -1/+26 | |
ipban_log() only inserts the first 3 octets of an IP and an asterisk for last one, so we can set the columns length to 13. | |||||
2019-11-23 | Fix for https://github.com/HerculesWS/Hercules/issues/2349. | Kenpachi Developer | 3 | -1/+25 | |
ipban_log() only inserts the first 3 octets of an IP and an asterisk for last one, so we can set the columns length to 13. | |||||
2019-11-19 | Fix some sql warnings with mysql servers v8 | Asheraf | 2 | -532/+532 | |
2019-11-19 | Replace the windows mysql connector with MariaDB C Connector 3.1.5 / Client ↵ | Asheraf | 53 | -5720/+4445 | |
Lib 10.4.3 | |||||
2019-11-18 | Release v2019.11.17+1 | Haru | 1 | -0/+11 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-11-18 | Merge pull request #2582 from 4144/sqlvalidation | Haru | 14 | -5/+949 | |
Add script for sql files syntax validation | |||||
2019-11-18 | Fix syntax errors in sql scripts | Andrei Karas | 2 | -5/+5 | |
2019-11-18 | Add phpsqllint for check sql queries | Andrei Karas | 12 | -0/+944 | |
2019-11-18 | Release v2019.11.17 | Haru | 1 | -0/+42 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-11-17 | Constants Documentation Sync | Hercules.ws | 1 | -616/+635 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-11-17 | Merge pull request #2577 from Asheraf/dehardcodestatusicons | Haru | 17 | -2771/+2022 | |
Dehardcode Status Icons | |||||
2019-11-17 | Merge pull request #2575 from Asheraf/scconfguildpassive | Haru | 1 | -0/+4 | |
Passive Guild Skill status should not reset with SC_ALL | |||||
2019-11-17 | Merge pull request #2573 from Asheraf/dehardcodecomboskills | Haru | 4 | -21/+50 | |
Dehardcode combo skills check | |||||
2019-11-17 | Merge pull request #2571 from Asheraf/stylistbeforenpc | Haru | 1 | -1/+1 | |
Make the stylist db load before the npcs | |||||
2019-11-17 | Merge pull request #2570 from Asheraf/scconfnoboss | Haru | 3 | -49/+73 | |
Dehardcode status effect boss resistance | |||||
2019-11-17 | Merge pull request #2569 from guilherme-gm/fix-huld-r | Haru | 1 | -0/+12 | |
Makes HULD .po files read \r as a control character | |||||
2019-11-17 | Merge pull request #2564 from skyleo/target_to_fixes | Haru | 1 | -1/+3 | |
Fix ud->target_to not being cleared appropriately | |||||
2019-11-17 | Merge pull request #2560 from dastgirp/logs/item | Haru | 8 | -36/+64 | |
Fixes some confusion in logs and added new log type | |||||
2019-11-17 | Merge pull request #2548 from bWolfie/fix_fakename | Haru | 1 | -2/+2 | |
Fix issues with @fakename. | |||||
2019-11-17 | Constants Documentation Sync | Hercules.ws | 1 | -0/+14 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-11-17 | Merge pull request #2566 from Helianthella/guild | Haru | 45 | -142/+293 | |
add getguildinfo() | |||||
2019-11-17 | Merge pull request #2542 from Emistry/npc_locations | Haru | 8 | -5/+82 | |
Update NPC locations | |||||
2019-11-17 | Added SQL Files | Dastgir | 4 | -1/+26 | |
2019-11-17 | Added Achievement Logs | Dastgir | 4 | -2/+5 | |
2019-11-17 | Seperated LOG_TYPE_LOOT to new ID | Dastgir | 3 | -33/+33 | |
2019-11-17 | Merge pull request #2567 from MishimaHaruna/steal-fixes | Haru | 3 | -3/+12 | |
Fix some issues in the Steal skill | |||||
2019-11-17 | HPM Hooks Update | Hercules.ws | 4 | -0/+33 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-11-17 | Merge pull request #2568 from 4144/updatepackets | Haru | 30 | -15235/+15921 | |
Update packets up to 2019-11-07 | |||||
2019-11-17 | Merge pull request #2574 from skyleo/followup_6608308 | Haru | 1 | -7/+6 | |
Fix unintended nullpo errors | |||||
2019-11-14 | Add struct for packet CZ_LAPINEDDUKDDAK_CLOSE | Andrei Karas | 2 | -1/+8 | |
2019-11-14 | Add packet CZ_REQ_MOUNTOFF | Andrei Karas | 4 | -4/+68 | |
2019-11-14 | Add information about parsing error into libconf.py | Andrei Karas | 2 | -2/+9 | |
2019-11-14 | Change max packet version in travis to 20191113 | Andrei Karas | 1 | -8/+8 | |
2019-11-14 | Update shuffle packets up to 2019-11-13 | Andrei Karas | 3 | -6/+20 | |
2019-11-14 | Update packet keys up to 2019-11-13 | Andrei Karas | 2 | -4/+13 | |
2019-11-14 | Update messages up to 2019-11-13 | Andrei Karas | 3 | -9/+465 | |
2019-11-10 | Add missing Portal of Yuno and Lighthalzen | Emistry Haoyan | 2 | -0/+5 | |
- missing portals | |||||
2019-11-10 | Update Young Man NPC location | Emistry Haoyan | 5 | -1/+73 | |
https://github.com/rathena/rathena/commit/ce42168b0d2d25f66ab8a5fc5e2ef24d988274ae |