Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-01 | Update keys up to 2019-05-30 | Andrei Karas | 2 | -4/+13 | |
2019-06-01 | Update packets table up to 2019-05-30 | Andrei Karas | 3 | -20/+172 | |
2019-06-01 | Merge pull request #2222 from Helianthella/scoop | Haru | 4 | -30/+159 | |
Simplify windows installation | |||||
2019-06-01 | MobDB SQL Sync | Hercules.ws | 1 | -3/+3 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-06-01 | Merge pull request #2380 from AnnieRuru/59-all_All | Haru | 4 | -5/+11 | |
Standardize to "all" in script commands | |||||
2019-06-01 | Merge pull request #2430 from Emistry/scriptcommand_npcspeed | Haru | 1 | -46/+62 | |
Fix map-crash when floating npc use *npcspeed script command | |||||
2019-06-01 | Merge pull request #2456 from Emistry/db_byorgue_summonslave | Haru | 1 | -3/+3 | |
Update Byorgue summon slave delay | |||||
2019-06-01 | Merge pull request #2471 from Emistry/scriptcommand_mesclear | Haru | 2 | -0/+29 | |
Add *mesclear script command. | |||||
2019-06-01 | Merge pull request #2472 from Emistry/scriptcommand_cap_value | Haru | 2 | -0/+24 | |
Add *cap_value script command | |||||
2019-06-01 | Constants Documentation Sync | Hercules.ws | 1 | -0/+2 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-06-01 | Merge pull request #2474 from Emistry/scriptcommand_getmapinfo | Haru | 2 | -8/+15 | |
Update *getmapinfo script command. | |||||
2019-06-01 | Merge pull request #2477 from Emistry/issue_2469 | Haru | 1 | -1/+2 | |
Fix *failedremovecards script command. | |||||
2019-06-01 | Merge pull request #2375 from AnnieRuru/58-negative_input | Haru | 4 | -29/+42 | |
Allow *input script command to support negative input | |||||
2019-06-01 | Merge pull request #2433 from Asheraf/questinfomemfix | Haru | 14 | -242/+174 | |
Move questinfo data from map to npc_data | |||||
2019-05-31 | Constants Documentation Sync | Hercules.ws | 1 | -0/+6 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-05-31 | ItemDB SQL Sync | Hercules.ws | 1 | -0/+6 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-05-31 | Merge pull request #2483 from Emistry/db_reduction_potion | Asheraf | 1 | -0/+48 | |
Update item_db - Stat Reduction Potions | |||||
2019-05-27 | Update item_db - Stat Reduction Potions | Emistry Haoyan | 1 | -0/+48 | |
- Added item to regain status point by stat reduction. - follow up d7bbebdf8526667b288223c8adc2d110204814c5 | |||||
2019-05-22 | Release v2019.05.05+4v2019.05.05+4 | Ibrahim Zidan | 1 | -0/+7 | |
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-22 | Merge pull request #2481 from 4144/fixrefine | Ibrahem Zidan | 1 | -1/+1 | |
Fix reading rates from refine db | |||||
2019-05-22 | Fix reading rates from refine db | Andrei Karas | 1 | -1/+1 | |
2019-05-18 | Fix *failedremovecards script command. | Emistry Haoyan | 1 | -1/+2 | |
- only `type == 1` will remove the card. - fixes #2469 | |||||
2019-05-15 | Update *getmapinfo script command. | Emistry Haoyan | 2 | -8/+15 | |
- Added parameter `MAPINFO_NPC_COUNT` to return the total number of NPC exists in the map. - Added new server define `MAX_NPC_PER_MAP` | |||||
2019-05-14 | Add *cap_value script command | Emistry Haoyan | 2 | -0/+24 | |
- add `cap_value(value, min, max)` script command. - avoid the ugly nested `min()` and `max()` combo if needed. | |||||
2019-05-14 | Added *mesclear script command. | Emistry Haoyan | 2 | -0/+29 | |
- `*mesclear()` script command will clear the NPC dialog text and continue the script without player interaction. example: `next();`. | |||||
2019-05-09 | Release v2019.05.05+3v2019.05.05+3 | Haru | 1 | -0/+8 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-05-09 | Merge pull request #2467 from MishimaHaruna/fix-hpmhooksgen | Haru | 1 | -1/+2 | |
Fix errors in the HPM Hooks Generator | |||||
2019-05-09 | Fix errors in the HPM Hooks generator | Haru | 1 | -1/+2 | |
This adds the interface variables of type pointer to array to the ignored variables when generating the hooks Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-05-09 | Merge pull request #2466 from 4144/fixaspd | Haru | 1 | -2/+2 | |
Fix aspd and probably other stats issues. | |||||
2019-05-08 | Fix aspd and probably other stats issues. | Andrei Karas | 1 | -2/+2 | |
2019-05-08 | Release v2019.05.05+2v2019.05.05+2 | Haru | 1 | -0/+8 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
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-08 | Merge pull request #2464 from 4144/fix2463 | Haru | 1 | -1/+32 | |
Fix sending guild storage to client (Fixes #2463) | |||||
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-07 | Release v2019.05.05+1v2019.05.05+1 | Haru | 1 | -0/+8 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-05-07 | Merge pull request #2461 from guilherme-gm/fix-randomopt | Haru | 1 | -1/+2 | |
Fixes a nullpo on MVP drops | |||||
2019-05-06 | Fixes a nullpo on MVP drops | Guilherme Menaldo | 1 | -1/+2 | |
2019-05-06 | Merge pull request #2460 from 4144/fix2459 | Haru | 1 | -3/+3 | |
Fix player name packet (Fixes #2459) | |||||
2019-05-06 | Fix player name packet (Fixes #2459) | Andrei Karas | 1 | -3/+3 | |
2019-05-06 | HPM Hooks Update | Asheraf | 5 | -46/+47 | |
2019-05-06 | Move questinfo data from map to npc_data | Asheraf | 9 | -110/+91 | |
this will fix the issue where having multiple `questinfo()` blocks wont work properly | |||||
2019-05-06 | remove duplicated code used to clean map data | Asheraf | 1 | -87/+37 | |
2019-05-06 | Release v2019.05.05v2019.05.05 | Haru | 1 | -0/+61 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-05-06 | Merge pull request #2458 from MishimaHaruna/gitlab-ci-buildfixes | Haru | 1 | -135/+0 | |
Fix gitlab-ci failures | |||||
2019-05-06 | Remove the failing/deprecated gcc-5 build from gitlab-ci | Haru | 1 | -45/+0 | |
The package is no longer supported by debian on any current distribution Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-05-06 | Remove the failing/deprecated gcc-4.7 build from gitlab-ci | Haru | 1 | -45/+0 | |
The package is no longer supported by debian on any current distribution Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-05-06 | Remove the failing/deprecated gcc-4.6 build from gitlab-ci | Haru | 1 | -45/+0 | |
The package is no longer supported by debian on any current distribution Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-05-06 | Merge pull request #2444 from jenkijo/tool-patch | Haru | 1 | -3/+3 | |
Fixed issue with Perl v5.2x | |||||
2019-05-06 | Merge pull request #2453 from Emistry/scriptcommand_unitwarp | Haru | 1 | -1/+1 | |
Update unitwarp script command. |