Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2019-11-10 | Update Brasilis Sign Post location | Emistry Haoyan | 1 | -1/+1 | |
https://github.com/rathena/rathena/commit/0d1eb9948371a95ff0f4b9326f5c3a8fc3ad1d01 | |||||
2019-11-10 | Update Yuno Portals | Emistry Haoyan | 1 | -3/+3 | |
https://github.com/rathena/rathena/commit/752d3143f5f9cabcc5a6326db2cf75102954e887 | |||||
2019-11-07 | Update packets table up to 2019-11-06 | Andrei Karas | 15 | -15202/+15331 | |
2019-11-06 | HPM Hooks Update | Asheraf | 4 | -41/+75 | |
2019-11-06 | Dehardcode Status Icons | Asheraf | 13 | -2729/+1944 | |
2019-11-06 | Add support for defining status icons in the sc config | Asheraf | 2 | -3/+9 | |
2019-11-03 | Fix unintended nullpo errors | skyleo | 1 | -7/+6 | |
Follow up to 6608308 | |||||
2019-11-02 | Passive Guild Skill status should not reset with SC_ALL | Asheraf | 1 | -0/+4 | |
2019-10-30 | HPM Hooks Update | Asheraf | 4 | -22/+54 | |
2019-10-30 | Drop the usage of mob_avail | Asheraf | 4 | -82/+102 | |
2019-10-30 | Add support for overriding default view data in mob database | Asheraf | 5 | -0/+121 | |
2019-10-29 | Dehardcode combo skills check | Asheraf | 4 | -21/+50 | |
2019-10-29 | Make the stylist db load before the npcs | Asheraf | 1 | -1/+1 | |
2019-10-29 | Dehardcode status effect boss resistance | Asheraf | 3 | -49/+73 | |
2019-10-27 | Makes HULD .po files read \r as a control character | Guilherme Menaldo | 1 | -0/+12 | |
This fixes loading .po files of NPCs that has multi-line mes split with \r. | |||||
2019-10-22 | Fix Steal accidentally being able to steal cards from certain mobs | Haru | 2 | -3/+4 | |
Cards are now blocked by item type rather than item drop slot position, since cards no longer have a fixed position in the drop list (regression in ed72a947a6c97804c1eef5b80bfa49d99f7d7586) Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-10-22 | Fix Steal not showing HP bar right away but only when the target ↵ | Haru | 1 | -0/+8 | |
leaves/enters sight range Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-10-21 | Release v2019.10.20 | Haru | 1 | -0/+43 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-10-20 | convert scripts to use getguildinfo() | gumi | 39 | -121/+121 | |
2019-10-20 | deprecate buildin_getguildmasterid | gumi | 2 | -1/+9 | |
2019-10-20 | deprecate buildin_getguildmaster | gumi | 2 | -1/+9 | |
2019-10-20 | deprecate buildin_getguildname | gumi | 2 | -1/+9 | |
2019-10-20 | add documentation for buildin_getguildinfo | gumi | 1 | -0/+26 | |
2019-10-20 | fix whitespaces in the script doc | gumi | 1 | -7/+7 | |
2019-10-20 | add buildin_getguildinfo | gumi | 5 | -11/+112 | |
2019-10-20 | Merge pull request #2550 from skyleo/cliff_aggro_ranged_no_attack_fix | Haru | 1 | -7/+9 | |
Fix aggressive ranged mobs not attacking from above a cliff | |||||
2019-10-20 | Fix ud->target_to not being cleared appropriately | skyleo | 1 | -1/+3 | |
2019-10-20 | Merge pull request #2547 from guilherme-gm/201910-dehardcode-db | Haru | 31 | -49/+504 | |
Dehardcode DB files path | |||||
2019-10-19 | Update HPM Hooks | Guilherme Menaldo | 10 | -0/+322 | |
2019-10-19 | Dehardcodes db/map_index.txt file path | Guilherme Menaldo | 3 | -0/+95 | |
A new config file "conf/common/map-index.conf" is added to set the file path | |||||
2019-10-19 | Merge pull request #2563 from MishimaHaruna/cpcmds-fixes | Haru | 2 | -1/+20 | |
Console command fixes | |||||
2019-10-19 | Merge pull request #2562 from MishimaHaruna/cached-info-fixes | Haru | 3 | -4/+12 | |
Clean up cached party/guild data when leaving/disbanding | |||||
2019-10-19 | HPM Hooks Update | Hercules.ws | 4 | -0/+34 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-10-19 | Merge pull request #2561 from skyleo/slave_anklesnare_fix | Haru | 5 | -37/+73 | |
Make slave mobs react to master's chase target | |||||
2019-10-19 | Merge pull request #2556 from skyleo/homunculus_fixes | Haru | 2 | -12/+19 | |
Homunculus skill fixes |