Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-05 | Merge pull request #2424 from hemagx/hercules_packet_fixes | Haru | 2 | -33/+30 | |
Storage item list packet size fix and minor clif.c fixes | |||||
2019-05-05 | Merge pull request #2068 from AnnieRuru/37-F_MesItemInfo | Haru | 3 | -4/+33 | |
Add F_MesItemInfo function to show item name with description link | |||||
2019-05-05 | Merge pull request #2426 from Emistry/scriptcommand_getinventorylist_favourite | Haru | 2 | -26/+34 | |
Expand *getinventorylist() script command - favorite field | |||||
2019-05-05 | Merge pull request #2309 from guilherme-gm/201810-randomopt-drop | Haru | 16 | -38/+866 | |
Support for monster drops with Random Options | |||||
2019-05-05 | Merge pull request #2441 from Emistry/db_issue_1982 | Ibrahem Zidan | 1 | -0/+1 | |
Update item combo db, fix issue #1982 | |||||
2019-05-04 | Merge pull request #2452 from Jedzkie/pr03-conf | Ibrahim Zidan | 37 | -69/+68 | |
Config files changes | |||||
2019-05-04 | Correct spacing for comment blocks in conf/* config files | Jedzkie | 4 | -30/+30 | |
2019-05-04 | Update copyright header in conf/* config files to 2014-2019 | Jedzkie | 37 | -37/+37 | |
2019-05-04 | Fix enable setting documentation of pincode block in char-server.conf | Jedzkie | 1 | -2/+1 | |
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-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-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-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-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 | 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 | |