Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-02 | Moved hardcoded messages from source to messages.conf | Dastgir | 1 | -4/+4 | |
Fixes #1282 | |||||
2019-09-23 | Merge pull request #2336 from Asheraf/lapineddukddak | Haru | 1 | -0/+107 | |
Implementation of LapineDdukDdak System | |||||
2019-09-23 | Merge pull request #2535 from HerculesWS/itemdb_violation | Haru | 1 | -1/+1 | |
Fixed several issues in itemdb_search_name function | |||||
2019-09-23 | Implementation of LapineDdukDdak System | Asheraf | 1 | -0/+107 | |
2019-09-22 | Fix several issues caused by the nick partial match feature, when enabled. | Haru | 1 | -7/+7 | |
Partial match is now disabled in all the internal (source) and script lookups, while it's enabled for the lookups requested by atcommands and client. Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-09-22 | Implementation of new guild ui client features | Asheraf | 1 | -0/+126 | |
2019-09-22 | Merge pull request #2515 from Emistry/pc_have_siegfried_token | Haru | 1 | -6/+7 | |
Update Siegfried Tokens support. | |||||
2019-09-19 | Rewrite of itemdb_searchname_array and itemdb_searchname_array_sub | Ibrahim Zidan | 1 | -1/+1 | |
Rewrote item name checks in both functions to be more readable Changed flag to be enum item_name_search_flag and made itemdb_searchname_array_sub respect flag given to parent function Corrected item count returned by parent function when dbmap search is performed Fixed a memory violation caused by the old code when dbmap search is performed Fixed dbmap searching having static array size which did not adhire to the size passed to the function Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-09-19 | Send clan name in name packet in position name field | Andrei Karas | 1 | -3/+9 | |
2019-09-18 | Use enum battle_dmg_type in related functions | Andrei Karas | 1 | -6/+6 | |
2019-09-18 | Fix packet ZC_ACK_RANKING for old clients | Andrei Karas | 1 | -7/+7 | |
2019-09-18 | Rollback support for new skill packets in zero. It not added yet | Andrei Karas | 1 | -2/+2 | |
2019-09-18 | Update function clif_parse_UseSkillToPosSub for support new packets | Andrei Karas | 1 | -1/+1 | |
2019-09-18 | Convert packet ZC_TALKBOX_CHATCONTENTS into struct and add new packet version | Andrei Karas | 1 | -5/+5 | |
2019-08-26 | Update Siegfried Tokens support. | Emistry Haoyan | 1 | -6/+7 | |
- allow player to revive if inventory consists of any type of siegfried tokens listed in the `ITMCHAIN_SIEGFRIED`. | |||||
2019-08-26 | Merge pull request #2522 from MishimaHaruna/remove-inter-roundtrips | Haru | 1 | -8/+4 | |
Remove some round-trips to the inter-server | |||||
2019-08-26 | Merge pull request #2501 from 4144/fixes | Haru | 1 | -88/+566 | |
Add some missing checks into clif.c | |||||
2019-08-26 | Remove round-trip to the inter-server for the whisper-to-gm messages | Haru | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-25 | Remove whisper dispatch code from the inter server | Haru | 1 | -6/+2 | |
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 | 1 | -3/+3 | |
2019-08-21 | Fix packet ZC_MAKINGITEM_LIST | Andrei Karas | 1 | -1/+1 | |
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 | 1 | -2/+2 | |
2019-08-21 | Add new version for packet ZC_NPC_MARKET_PURCHASE_RESULT | Andrei Karas | 1 | -21/+20 | |
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 | 1 | -17/+19 | |
2019-08-21 | Convert ZC_SKILLINFO_LIST into struct. Add new packet version | Andrei Karas | 1 | -54/+56 | |
2019-08-21 | Convert ZC_ADD_SKILL into struct and add new packet version | Andrei Karas | 1 | -18/+23 | |
2019-08-02 | Add some missing checks into clif.c | Andrei Karas | 1 | -88/+566 | |
2019-07-24 | Update ZC_ACK_RANKING for zero | Andrei Karas | 1 | -3/+3 | |
2019-07-24 | Convert packet ZC_HAT_EFFECT into struct and fix allowed packet versions | Andrei Karas | 1 | -30/+24 | |
2019-07-24 | Convert packet ZC_STATUS_CHANGE_ACK into struct | Andrei Karas | 1 | -9/+8 | |
2019-07-24 | Update ZC_ACK_RANKING for new clients | Andrei Karas | 1 | -0/+38 | |
2019-07-24 | Use struct for packet ZC_ACK_RANKING | Andrei Karas | 1 | -31/+36 | |
2019-06-26 | Fix custom mob names in packet ZC_ACK_REQNAME_TITLE (Fixes #2495) | Andrei Karas | 1 | -1/+2 | |
2019-06-26 | Update packet ZC_MAKINGARROW_LIST in all functions | Andrei Karas | 1 | -53/+58 | |
2019-06-26 | Update packet ZC_PROPERTY_HOMUN | Andrei Karas | 1 | -0/+2 | |
2019-06-26 | Add support for new shortcuts packets in zero | Andrei Karas | 1 | -4/+4 | |
2019-06-02 | Disable new shortcuts on zero clients | Andrei Karas | 1 | -4/+4 | |
Because on zero they still not implimented. | |||||
2019-06-02 | Fix version check for packet ZC_PING | Andrei Karas | 1 | -1/+1 | |
2019-06-02 | Use new shortcuts packets in zero 2019-05-15 and main 2019-05-22 | Andrei Karas | 1 | -4/+4 | |
2019-06-02 | Use separate field hotkey_rowshift for each hotkeys group | Andrei Karas | 1 | -3/+8 | |
2019-06-02 | Update packet CZ_SHORTCUTKEYBAR_ROTATE | Andrei Karas | 1 | -5/+18 | |
2019-06-02 | Update packet CZ_SHORTCUT_KEY_CHANGE | Andrei Karas | 1 | -12/+29 | |
2019-06-02 | Update packet ZC_SHORTCUT_KEY_LIST | Andrei Karas | 1 | -12/+32 | |
2019-06-01 | Merge pull request #2375 from AnnieRuru/58-negative_input | Haru | 1 | -3/+12 | |
Allow *input script command to support negative input | |||||
2019-06-01 | Merge pull request #2433 from Asheraf/questinfomemfix | Haru | 1 | -9/+1 | |
Move questinfo data from map to npc_data | |||||
2019-05-08 | Merge pull request #2465 from 4144/updatepackets | Haru | 1 | -0/+2 | |
Fix packet ZC_SE_PC_BUY_CASHITEM_RESULT for old packet versions | |||||
2019-05-07 | Fix sending guild storage to client (Fixes #2463) | Andrei Karas | 1 | -1/+32 | |
2019-05-07 | Fix packet ZC_SE_PC_BUY_CASHITEM_RESULT for old packet versions | Andrei Karas | 1 | -0/+2 | |
2019-05-06 | Merge pull request #2460 from 4144/fix2459 | Haru | 1 | -3/+3 | |
Fix player name packet (Fixes #2459) |