Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-18 | Restore the ability for HPM Hooks to hook to private interfaces | Ibrahim Zidan | 2 | -0/+33 | |
- Starting from 5db7c799055c6ae9c4463f6cf4c88a35597d5d31 the ability to hook to private interfaces was removed, this commit restores this ability by introducing two new macros specifically for this. - addHookPrePriv to add a pre-hook for private interface member - addHookPostPriv to add a post-hook for private interface member Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-04-17 | Release v2019.04.07+1v2019.04.07+1 | Haru | 1 | -5/+8 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-04-17 | Merge pull request #2428 from hemagx/hercules_pet_fixes | Haru | 1 | -0/+15 | |
Automatically migrate pets to the new system that keeps hatched eggs in the inventory | |||||
2019-04-17 | Merge pull request #2437 from 4144/rodexfixes | Haru | 18 | -77/+561 | |
Different rodex fixes | |||||
2019-04-16 | Fixed issue with Perl v5.26.1 | Phong Truong | 1 | -3/+3 | |
Issue: - Unescaped left brace in regex is illegal here in regex; | |||||
2019-04-15 | Update HPM | Andrei Karas | 8 | -16/+283 | |
2019-04-15 | Improve get items from rodex | Andrei Karas | 9 | -34/+169 | |
2019-04-15 | Improve get zeny from rodex | Andrei Karas | 8 | -12/+83 | |
2019-04-14 | Disable chatroom creation if cell_chknochat | Emistry Haoyan | 1 | -0/+8 | |
- doesn't allow chatroom creation/switch if the coordinated cell are set with cell_chknochat. - chatroom will be auto deleted. | |||||
2019-04-14 | Update item combo db, fix issue #1982 | Emistry Haoyan | 1 | -0/+1 | |
- update missing item_combo_db | |||||
2019-04-14 | Add account id and char id into inter server rodex update packet | Andrei Karas | 7 | -18/+29 | |
2019-04-11 | Added NULL unit data validation for NPC. | Emistry Haoyan | 1 | -46/+62 | |
- script command `npcspeed`, `npcwalkto`, `npcstop`, `unitwalk`, `unitwarp`, `unitstop` are not applicable for floating npc (without coordinate/location). - Fix map-crash due to unit_data `NULL`. | |||||
2019-04-11 | change "All" into "all" in npc scripts | AnnieRuru | 2 | -2/+2 | |
2019-04-11 | Standardize to "all" in script commands | AnnieRuru | 2 | -3/+9 | |
2019-04-11 | Add 3 pc variables just for the input limit ... | AnnieRuru | 3 | -6/+21 | |
sd->npc_amount_min and sd->npc_amount_max to limit input range and sd->npc_input_capped_range because the documentation ask for it | |||||
2019-04-11 | Modernize coding style | AnnieRuru | 1 | -23/+21 | |
2019-04-10 | uncomment the input_min_value in script.conf for safety reason | AnnieRuru | 1 | -1/+1 | |
2019-04-10 | Fix direct calls to clif_send in clif.c | Ibrahim Zidan | 1 | -5/+3 | |
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-04-10 | Addition of missing nullpo check in clif_send and an assertion check for | Ibrahim Zidan | 1 | -6/+6 | |
zero/negatvie length values Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-04-10 | Rewrite clif_storageItems | Ibrahim Zidan | 2 | -24/+23 | |
- The maximum packetsize is now decided during compile time depending on client version which fixes an issue started with clients supporting int32 as itemid where packet size would underflow - The function now have a single loop that is easier to read and understand Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-04-09 | Automatically migrate pets to the new system that keeps hatched eggs in the ↵ | Ibrahim Zidan | 1 | -0/+15 | |
inventory - The pet evolution update caused all already hatched eggs to get lost cause the previous system would actually remove the egg unlike the new one, this code will ensure the return of it. | |||||
2019-04-10 | Expand *getinventorylist() script command | Emistry Haoyan | 2 | -26/+34 | |
- return an array `@inventorylist_favorite` - indicate whether an item in the inventory are located inside favorite tab or not. | |||||
2019-04-08 | Fix an issue with named/brewed/forged items getting saved with the wrong ↵ | Ibrahim Zidan | 5 | -9/+40 | |
character id The isue was triggered by the refactoring of old undocumented code that relied on the overflow behavior during assignment from int32 to int16 and from uint16 to int16, and by a subsequent clamping to SMALLINT range operated by the SQL server. Credits: Haru <haru@dotalux.com> Fixes #2409 Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-04-08 | Release v2019.04.07v2019.04.07 | Haru | 1 | -0/+42 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-04-08 | Merge pull request #2354 from elgartoinf/patch-1 | Haru | 1 | -13/+14 | |
Update README.md | |||||
2019-04-07 | Merge pull request #2415 from AnnieRuru/76-showscript | Haru | 6 | -19/+22 | |
Add optional parameter for *showscript to send target to SELF only | |||||
2019-04-07 | Constants Documentation Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-04-07 | HPM Hooks Update | Hercules.ws | 4 | -0/+33 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-04-07 | Merge pull request #2402 from AnnieRuru/71-bodystyle_crash | Haru | 1 | -1/+9 | |
Fix @bodystyle crash client | |||||
2019-04-07 | Update README.md | Gabriel Mejia | 1 | -13/+14 | |
added links into readme.md | |||||
2019-04-07 | Merge pull request #2367 from AnnieRuru/54-MAX_ITEM_ID | Haru | 2 | -0/+2 | |
Add new server define constant MAX_ITEM_ID | |||||
2019-04-07 | Merge pull request #2406 from 4144/updatepackets | Haru | 35 | -98/+717 | |
Update packets and messages up to 2019-04-03 | |||||
2019-04-07 | HPM Hooks Update | Haru | 2 | -8/+8 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-04-07 | Add packet CZ_STYLE_CLOSE | Andrei Karas | 4 | -0/+17 | |
2019-04-07 | Update HPM | Andrei Karas | 4 | -15/+188 | |
2019-04-07 | Rename clif_charnameack into clif_blname_ack | Andrei Karas | 10 | -26/+26 | |
2019-04-07 | Open macro ui in client by request | Andrei Karas | 1 | -0/+12 | |
2019-04-07 | Add allow call option | Andrei Karas | 4 | -7/+18 | |
2019-04-07 | Add chat command /resetcooltime | Andrei Karas | 4 | -0/+22 | |
Add packet CZ_COOLDOWN_RESET. | |||||
2019-04-07 | Change max build packet version in travis to 2019-03-27 | Andrei Karas | 1 | -8/+8 | |
2019-04-07 | Add ZC_PING and CZ_PING packets | Andrei Karas | 9 | -2/+93 | |
For supported packet version, from now server send ping packets to client. | |||||
2019-04-07 | Fix possible null pointers | Andrei Karas | 2 | -6/+16 | |
2019-04-07 | Add missing enum value for clif_feel_req | Andrei Karas | 1 | -0/+1 | |
2019-04-07 | Update messages up to 2019-04-03 | Andrei Karas | 3 | -5/+224 | |
2019-04-07 | Update shuffle packets up to 2019-04-03 | Andrei Karas | 3 | -6/+18 | |
2019-04-07 | Update keys up to 2019-04-03 | Andrei Karas | 2 | -4/+12 | |
2019-04-07 | Upda packets table up to 2019-04-03 | Andrei Karas | 3 | -19/+62 | |
2019-04-07 | MobDB SQL Sync | Hercules.ws | 2 | -125/+125 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-04-07 | Merge pull request #2416 from louisplag/patch-2 | Haru | 1 | -1/+3 | |
update db2sql | |||||
2019-04-07 | Merge pull request #2417 from AnnieRuru/77-feature_enable_pet_autofeed | Haru | 1 | -1/+1 | |
fix pet autofeed feature |