Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-24 | Add Achievement DB Add Achievement Rank DB | smokexyz | 3 | -7/+7316 | |
Co-authored-by: "Dastgir" <dastgirp@gmail.com> | |||||
2018-07-12 | Fix date part2 | Unknown | 1 | -1/+1 | |
2018-06-25 | Update Pet Database | Dastgir | 2 | -0/+579 | |
2018-06-25 | Implemented Pet Autofeeding | Dastgir | 1 | -0/+1 | |
2018-06-07 | Fix a crash caused by removing entries in job_db | Asheraf | 1 | -0/+2 | |
2018-06-03 | Merge pull request #2004 from Asheraf/stylist | Haru | 1 | -1/+38 | |
Implementation of stylist ui | |||||
2018-06-03 | Conversion of exp.txt to libconfig | Smokexyz | 3 | -59/+489 | |
2018-06-02 | Implementation of stylist ui | Asheraf | 1 | -1/+38 | |
2018-04-19 | Convert mob_skill_db into libconf format | Asheraf | 2 | -10141/+100667 | |
2018-04-07 | Convert Pet db to Libconfig | Asheraf | 2 | -133/+1649 | |
2018-04-03 | Merge pull request #1965 from dastgir/2018/3-hateffect | Haru | 1 | -2/+2 | |
Implemented HatEffect | |||||
2018-02-17 | New mapcache system | hemagx | 1 | -0/+0 | |
* 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-09 | Added Constants of Hat effects. | Dastgir | 1 | -2/+2 | |
Changed Blossom Fluttering to hateffect. | |||||
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -0/+19 | |
All official features work including the autokick for inactive members And the system is completely customizable. | |||||
2018-01-14 | Merge pull request #1939 from Asheraf/zero_drop_packet | Haru | 1 | -0/+2 | |
Add support for new drop packet 0xadd for zero clients | |||||
2017-12-23 | Replace the use of skill_reproduce_db with AllowReproduce flag | Asheraf | 1 | -0/+354 | |
2017-12-23 | Add support for new drop packet 0xadd for zero clients | Asheraf | 1 | -0/+2 | |
2017-11-16 | update skill db entries to support ShowSkillScale | Asheraf | 1 | -0/+17 | |
2017-11-16 | Implement skill scale packet for client versions >= 20151223. | Asheraf | 1 | -0/+1 | |
2017-09-17 | Add a FIXME comment next to an unknown 'Loc: 16384' value in the item_db | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 1023' value in the item_db with a bitmask array | Haru | 1 | -325/+325 | |
Equivalent: `["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 7168' value in the item_db with a bitmask array | Haru | 1 | -23/+23 | |
Equivalent: `["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 6144' value in the item_db with a bitmask array | Haru | 1 | -29/+29 | |
Equivalent: `["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 5120' value in the item_db with a bitmask array | Haru | 1 | -1/+1 | |
Equivalent: `["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_LOW"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 3072' value in the item_db with a bitmask array | Haru | 1 | -21/+21 | |
Equivalent: `["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 769' value in the item_db with a bitmask array | Haru | 1 | -125/+125 | |
Equivalent: `["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 768' value in the item_db with a bitmask array | Haru | 1 | -76/+76 | |
Equivalent: `["EQP_HEAD_TOP", "EQP_HEAD_MID"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 513' value in the item_db with a bitmask array | Haru | 1 | -34/+34 | |
Equivalent: `["EQP_HEAD_LOW", "EQP_HEAD_MID"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 257' value in the item_db with a bitmask array | Haru | 1 | -4/+4 | |
Equivalent: `["EQP_HEAD_LOW", "EQP_HEAD_TOP"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace recurring value 136 with "EQP_ACC" in the item_db Loc field | Haru | 1 | -483/+483 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace recurring value 43 with "EQP_ARMS" in the item_db Loc field | Haru | 1 | -433/+433 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 2097152 with EQP_SHADOW_ACC_L in the item_db Loc field | Haru | 1 | -33/+33 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 1048576 with EQP_SHADOW_ACC_R in the item_db Loc field | Haru | 1 | -34/+34 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 524288 with EQP_SHADOW_SHOES in the item_db Loc field | Haru | 1 | -38/+38 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 262144 with EQP_SHADOW_SHIELD in the item_db Loc field | Haru | 1 | -44/+44 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 131072 with "EQP_SHADOW_WEAPON" in the item_db Loc field | Haru | 1 | -51/+51 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 65536 with "EQP_SHADOW_ARMOR" in the item_db Loc field | Haru | 1 | -46/+46 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 32768 with "EQP_AMMO" in the item_db Loc field | Haru | 1 | -108/+108 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 8192 with "EQP_COSTUME_GARMENT" in the item_db Loc field | Haru | 1 | -9/+9 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 4096 with "EQP_COSTUME_HEAD_LOW" in the item_db Loc field | Haru | 1 | -60/+60 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 2048 with "EQP_COSTUME_HEAD_MID" in the item_db Loc field | Haru | 1 | -82/+82 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 1024 with "EQP_COSTUME_HEAD_TOP" in the item_db Loc field | Haru | 1 | -562/+562 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 512 with "EQP_HEAD_MID" in the item_db Loc field | Haru | 1 | -149/+149 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 256 with "EQP_HEAD_TOP" in the item_db Loc field | Haru | 1 | -972/+972 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 64 with "EQP_SHOES" in the item_db Loc field | Haru | 1 | -198/+198 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 32 with "EQP_SHIELD" in the item_db Loc field | Haru | 1 | -147/+147 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 16 with "EQP_ARMOR" in the item_db Loc field | Haru | 1 | -307/+307 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 4 with "EQP_GARMENT" in the item_db Loc field | Haru | 1 | -207/+207 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 2 with "EQP_WEAPON" in the item_db Loc field | Haru | 1 | -820/+820 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 1 with "EQP_HEAD_LOW" in the item_db Loc field | Haru | 1 | -122/+122 | |
Signed-off-by: Haru <haru@dotalux.com> |