Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-29 | Merge pull request #2439 from Emistry/atcommand_dropall | Ibrahem Zidan | 4 | -9/+53 | |
Update dropall atcommand drop item based on type. | |||||
2019-04-29 | Update dropall atcommand drop item based on type. | Emistry Haoyan | 4 | -9/+53 | |
- Enable to drop items based on item type. | |||||
2019-04-29 | Constants Documentation Sync | Hercules.ws | 1 | -0/+9 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-04-29 | Merge pull request #2440 from Emistry/scriptcommand_consolemes | Ibrahem Zidan | 7 | -14/+102 | |
Added *consolemes script command | |||||
2019-04-29 | Merge pull request #2443 from Emistry/issue_1569 | Ibrahem Zidan | 1 | -0/+8 | |
Disable chatroom creation if cell_chknochat | |||||
2019-04-28 | Merge pull request #2442 from Emistry/script_issue_1955 | Ibrahem Zidan | 1 | -3/+6 | |
Fix issue #1955 | |||||
2019-04-29 | Added *consolemes script command | Emistry Haoyan | 7 | -14/+102 | |
- deprecated `*debugmes` script command. - added `*consolemes` script command which display the console message based on `type`. - allow map-server console to auto logging into text file depend on type of message. | |||||
2019-04-29 | Fix issue #1955 | Emistry Haoyan | 1 | -3/+6 | |
- fix error due to event terminated by GM using `@killmonster` command. | |||||
2019-04-28 | Merge pull request #2449 from jedzkie/pr01-README | Ibrahim Zidan | 1 | -1/+1 | |
Update README.md | |||||
2019-04-28 | Merge pull request #2450 from Asheraf/msvcversionname | Ibrahem Zidan | 1 | -2/+6 | |
Update MSVC version naming in console info | |||||
2019-04-22 | Remove useless parts from .gitlab-ci.ymls20190513 | Andrei Karas | 2 | -557/+98 | |
2019-04-22 | Fix build on windows. | Andrei Karas | 1 | -1/+1 | |
2019-04-22 | Add build script. | Andrei Karas | 1 | -0/+157 | |
2019-04-22 | add ignore for evol plugin. | Andrei Karas | 1 | -0/+1 | |
2019-04-22 | add install target to make file. | Andrei Karas | 1 | -0/+7 | |
2019-04-22 | disable import target in make file. | Andrei Karas | 1 | -5/+5 | |
2019-04-22 | Add configure into ignore list. | Andrei Karas | 1 | -0/+1 | |
2019-04-22 | Remove configure. | Andrei Karas | 1 | -10980/+0 | |
2019-04-22 | Move windows and mac run time files into runtime dir. | Andrei Karas | 12 | -0/+0 | |
For usage, need copy it back. | |||||
2019-04-22 | Remove conf dir. | Andrei Karas | 3204 | -1411331/+0 | |
2019-04-22 | Remove cache dir. | Andrei Karas | 4 | -32/+0 | |
2019-04-21 | Update MSVC version naming in console info | Asheraf | 1 | -2/+6 | |
2019-04-21 | Update README.md | Jedzkie | 1 | -1/+1 | |
2019-04-20 | Regenerate HPM Hook | Guilherme G. Menaldo | 5 | -8/+248 | |
2019-04-20 | Moved mob drop data to its own structure | Guilherme G. Menaldo | 2 | -7/+12 | |
2019-04-20 | Added support for mobs to drop items with Random Options | Guilherme G. Menaldo | 11 | -26/+609 | |
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 | Merge branch 'master' of https://gitlab.com/evol/hercules | Jesusaves | 41 | -171/+967 | |
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> |