Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-15 | Update packet ZC_FEED_MER. | Andrei Karas | 1 | -7/+13 | |
2018-07-15 | Update packet ZC_FEED_PET. | Andrei Karas | 1 | -6/+8 | |
2018-07-15 | Update packet ZC_ACK_REQMAKINGITEM. | Andrei Karas | 1 | -8/+14 | |
2018-07-15 | Update packet CZ_REQMAKINGITEM. | Andrei Karas | 1 | -3/+6 | |
2018-07-15 | Update packet ZC_ADD_ITEM_TO_CART. | Andrei Karas | 1 | -21/+19 | |
2018-07-15 | Update packet PACKET_ZC_ACK_TOUSESKILL. | Andrei Karas | 1 | -9/+12 | |
2018-07-12 | Split btype and item_id parameters in function clif_skill_fail. | Andrei Karas | 1 | -40/+41 | |
2018-07-12 | Update packet ZC_MVP_GETTING_ITEM. | Andrei Karas | 1 | -8/+11 | |
2018-07-12 | Add packet struct ZC_ADD_ITEM_TO_STORE and update packet for latest RE client. | Andrei Karas | 1 | -16/+17 | |
2018-07-12 | Fix packet struct packet_idle_unit. | Andrei Karas | 1 | -1/+1 | |
2018-07-12 | Improve clif_addcards. Remove clif_addcards2. | Andrei Karas | 1 | -95/+43 | |
2018-07-12 | Update packet ZC_ITEM_ENTRY. | Andrei Karas | 1 | -15/+18 | |
2018-07-12 | Update packet version check in clif_parse_RouletteInfo. | Andrei Karas | 1 | -1/+1 | |
2018-07-01 | Fix some warnings caused by static functions defined and unused | Haru | 1 | -0/+9 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-07-01 | Change functions to static where possible (Part 4 - map) | Haru | 1 | -1063/+1299 | |
This fixes issues with plugins defining symbols with the same names Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-07-01 | Fix some incorrect format strings that I forgot to update in e32fe0d37 | Haru | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-07-01 | Fix a sign comparison issue | Haru | 1 | -2/+2 | |
Follow-up to 8ea98a7ff9 Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-06-30 | add support for send target in unittalk | Asheraf | 1 | -5/+9 | |
2018-06-30 | split clif_disp_overhead into 2 functions and convert to struct format | Asheraf | 1 | -15/+37 | |
2018-06-29 | Fix for clif_parse_RouletteInfo for new 2018 clients. | Andrei Karas | 1 | -0/+3 | |
2018-06-29 | Add support for new auth error packet in zero. | Andrei Karas | 1 | -4/+19 | |
Add support for known auth error packets in map server (before was used only old packet). | |||||
2018-06-29 | Add new packet for change map server with air ship. | Andrei Karas | 1 | -0/+23 | |
By default missing client image. | |||||
2018-06-29 | Add new packet for change map with airship (warp). | Andrei Karas | 1 | -0/+20 | |
By default missing client image. | |||||
2018-06-29 | Fix packet 836 (search in stores). | Andrei Karas | 1 | -2/+10 | |
Added item options fields into this packet. Updated other things for support for report item options in vending. Buying store not supported for now. | |||||
2018-06-29 | Merge pull request #2098 from Asheraf/pairshipupdate | Haru | 1 | -6/+6 | |
update private airship map list to match main kRO servers | |||||
2018-06-25 | Implemented Pet Evolution System. | Dastgir | 1 | -0/+114 | |
2018-06-25 | Implemented Pet Autofeeding | Dastgir | 1 | -8/+22 | |
2018-06-22 | enable use of private airship on packetver_main | Asheraf | 1 | -6/+6 | |
2018-06-18 | Merge pull request #2064 from 4144/updatepackets | Haru | 1 | -12/+19 | |
update packets and message table for clients 20180530 to 20180612 | |||||
2018-06-18 | Merge pull request #2069 from marky291/patch-1 | Haru | 1 | -1/+1 | |
Fix typos | |||||
2018-06-18 | Merge pull request #2072 from 4144/fixvend | Haru | 1 | -4/+4 | |
Fix clif_parse_OpenVending with empty items list. | |||||
2018-06-18 | followup ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4 correct wrong respond ↵ | Asheraf | 1 | -2/+2 | |
message being used in stylist shop | |||||
2018-06-14 | Split enum zc_ui_types by supported packet versions. | Andrei Karas | 1 | -7/+14 | |
Also fixed clif_open_ui for old clients. | |||||
2018-06-13 | Add cz enum for types in packet 0x0a68. | Andrei Karas | 1 | -6/+6 | |
2018-06-07 | Fix clif_parse_OpenVending with empty items list. | Andrei Karas | 1 | -4/+4 | |
Also add cast to int for packet sizes. | |||||
2018-06-06 | typo fix clif.c | Mark Hester | 1 | -1/+1 | |
2018-06-02 | Implementation of stylist ui | Asheraf | 1 | -0/+204 | |
2018-06-02 | Merge pull request #842 from AnnieRuru/request_6 | Haru | 1 | -0/+6 | |
Add new *pcblock script command | |||||
2018-06-02 | Merge pull request #2038 from 4144/msi | Haru | 1 | -21/+29 | |
Improve msgstring table usage | |||||
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 | |
2018-05-29 | Add autogenerated messages list headers with original strings and translation. | Andrei Karas | 1 | -8/+16 | |
Also add packet version checks for used messages. | |||||
2018-05-29 | Fix wrong values in clif_messages enum. | Andrei Karas | 1 | -8/+8 | |
Also use official constant names with custom prefix in clif_messages enum. | |||||
2018-05-29 | Use enum clif_messages in functions clif_msgtable*. | Andrei Karas | 1 | -5/+5 | |
2018-05-07 | Merge pull request #1998 from Asheraf/private_airship | Haru | 1 | -0/+45 | |
Implementation of Private AirShip | |||||
2018-05-06 | Merge pull request #2030 from 4144/updatepackets | Haru | 1 | -0/+6 | |
Update packets. | |||||
2018-05-04 | Implementation of Private AirShip | Asheraf | 1 | -0/+45 | |
2018-05-04 | Add setpcblock & checkpcblock script commands | AnnieRuru | 1 | -0/+6 | |
thanks to @MishimaHaruna for the updated syntax | |||||
2018-05-04 | Add empty function for packet 0x0447 PACKET_CZ_BLOCKING_PLAY_CANCEL. | Andrei Karas | 1 | -0/+6 | |
2018-05-02 | Fix possible wrong buffer size usage in clif.c. | Andrei Karas | 1 | -6/+6 | |
2018-04-18 | Enable attendance system for PACKETVER_ZERO_NUM >= 20180411 | Asheraf | 1 | -4/+4 | |