Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-26 | Corrected KVM Logistic Officer item ID | Emistry Haoyan | 4 | -11/+11 | |
* The npc traded the wrong item to point | |||||
2019-08-26 | Release v2019.08.25 | Haru | 1 | -0/+28 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-26 | Merge pull request #2522 from MishimaHaruna/remove-inter-roundtrips | Haru | 26 | -1813/+169 | |
Remove some round-trips to the inter-server | |||||
2019-08-26 | Constants Documentation Sync | Hercules.ws | 1 | -0/+60 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-08-26 | Merge pull request #2521 from Emistry/db_const_npcidentity | Haru | 2 | -1/+61 | |
Update NPC Identity | |||||
2019-08-26 | Merge pull request #2520 from Asheraf/vs16 | Haru | 12 | -37/+42 | |
replace msvc12 build files with msvc16 | |||||
2019-08-26 | Constants Documentation Sync | Hercules.ws | 1 | -0/+23 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-08-26 | Merge pull request #2518 from Emistry/scriptcommand_setgetiteminfo | Haru | 4 | -21/+261 | |
Extend *set/getiteminfo script commands | |||||
2019-08-26 | Merge pull request #2516 from Emistry/status_elemental_resist_potion | Haru | 2 | -5/+7 | |
Added Elemental Resist Status Icon | |||||
2019-08-26 | HPM Hooks Update | Hercules.ws | 2 | -5/+5 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-08-26 | Merge pull request #2514 from Emistry/pc_addautobonus | Haru | 2 | -2/+2 | |
Fix equipment auto bonus trigger | |||||
2019-08-26 | Merge pull request #2513 from Emistry/itemdb_read_combos | Haru | 6 | -9/+9 | |
Fix missing file path in console. | |||||
2019-08-26 | Merge pull request #2512 from Emistry/scriptcommand_getequiprefinerycnt | Haru | 3 | -89/+93 | |
Update *getequiprefinerycnt script command | |||||
2019-08-26 | Merge pull request #2501 from 4144/fixes | Haru | 3 | -88/+570 | |
Add some missing checks into clif.c | |||||
2019-08-26 | HPM Hooks Update | Hercules.ws | 2 | -6/+7 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-08-26 | Merge pull request #2517 from 4144/updatepackets | Haru | 22 | -178/+724 | |
Update packets up to 2019-08-07 | |||||
2019-08-26 | HPM Hooks Update | Haru | 7 | -338/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-26 | Remove round-trip to the inter-server for the guild chat messages | Haru | 8 | -80/+7 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-26 | Remove round-trip to the inter-server for the party messages | Haru | 8 | -76/+11 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-26 | HPM Hooks Update | Haru | 7 | -170/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-26 | Remove round-trip to the inter-server for the broadcast messages | Haru | 8 | -121/+17 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-26 | Remove unused function intif_main_message() | Haru | 2 | -24/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-26 | HPM Hooks Update | Haru | 7 | -141/+74 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-26 | Remove round-trip to the inter-server for the whisper-to-gm messages | Haru | 10 | -95/+60 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-25 | HPM Hooks Update | Haru | 7 | -444/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-25 | Remove whisper dispatch code from the inter server | Haru | 8 | -328/+4 | |
The code was currently not in use (assuming the only officially supported case of a single-zone server) Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-21 | Update packet ZC_ACK_RANKING for main clients | Andrei Karas | 2 | -4/+4 | |
2019-08-21 | Fix packet ZC_MAKINGITEM_LIST | Andrei Karas | 2 | -5/+2 | |
2019-08-21 | Fix packet ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN | Andrei Karas | 1 | -3/+8 | |
Thanks @Lemongrass3110 | |||||
2019-08-21 | Update skill related packets for zero | Andrei Karas | 3 | -7/+7 | |
2019-08-21 | fix ZC_NPC_MARKET_PURCHASE_RESULT for zero | Andrei Karas | 1 | -1/+1 | |
2019-08-21 | Update HPM | Andrei Karas | 5 | -6/+43 | |
2019-08-21 | Add new version for packet ZC_NPC_MARKET_PURCHASE_RESULT | Andrei Karas | 5 | -50/+82 | |
Also add enum for result field in packet ZC_NPC_MARKET_PURCHASE_RESULT | |||||
2019-08-21 | Convert ZC_SKILLINFO_UPDATE2 into struct. Add new packet versions | Andrei Karas | 2 | -22/+45 | |
2019-08-21 | Convert ZC_SKILLINFO_LIST into struct. Add new packet version | Andrei Karas | 3 | -59/+85 | |
2019-08-21 | Convert ZC_ADD_SKILL into struct and add new packet version | Andrei Karas | 2 | -18/+49 | |
2019-08-21 | Build on travis with packet version 20190821 | Andrei Karas | 1 | -8/+8 | |
2019-08-21 | Update shuffle packets up to 2019-08-21 | Andrei Karas | 3 | -6/+15 | |
2019-08-21 | Update keys to 2019-08-21 | Andrei Karas | 2 | -4/+9 | |
2019-08-21 | Update messages to 2019-08-21 | Andrei Karas | 3 | -3/+257 | |
2019-08-21 | Update packets table to 2019-08-21 | Andrei Karas | 3 | -15/+142 | |
2019-08-14 | Update NPC Identity | Emistry Haoyan | 2 | -1/+61 | |
- npc id constant | |||||
2019-08-12 | update appveyor to use the new visual studio builds | Asheraf | 1 | -1/+2 | |
2019-08-12 | replace msvc12 build files with msvc16 | Asheraf | 11 | -36/+40 | |
2019-08-05 | Fix equipment auto bonus | Emistry Haoyan | 2 | -2/+2 | |
- fix auto bonus doesn't trigger for costume/shadow gears, due to `pos` always `0`. - fixes #1355 | |||||
2019-08-05 | Extend *set/getiteminfo script commands | Emistry Haoyan | 4 | -21/+261 | |
- additional options. | |||||
2019-08-02 | Add some missing checks into clif.c | Andrei Karas | 3 | -88/+570 | |
2019-07-31 | Added Elemental Resist Status Icon | Emistry Haoyan | 2 | -5/+7 | |
- show status icon for elemental resist status change. | |||||
2019-07-30 | Fix missing file path in console. | Emistry Haoyan | 6 | -9/+9 | |
- show file path | |||||
2019-07-29 | Update *getequiprefinerycnt script command | Emistry Haoyan | 3 | -89/+93 | |
- allow to specify more than one equipment slots. - return the total of refine of specified equipment slots. |