Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-26 | Revert "allow to get vars of other players with getd" | gumi | 2 | -213/+98 | |
This reverts commit eb5fc0076764d2f604e6a484fe144988f6e9da9b. | |||||
2017-02-26 | Merge pull request #1586 from mekolat/getd2 | Ridley | 2 | -98/+213 | |
Allow getd to get vars if other players | |||||
2017-02-26 | Added option to show classchange only to one player (#1587) | Guilherme G. M | 7 | -38/+44 | |
* Added option to show classchange only to one player | |||||
2017-02-25 | allow to get vars of other players with getd | gumi | 2 | -98/+213 | |
2017-02-26 | Merge pull request #1588 from mekolat/chr2 | Ridley | 2 | -1/+46 | |
add ascii manipulation buildins | |||||
2017-02-25 | add chr() and ord() buildins | gumi | 2 | -1/+46 | |
2017-02-24 | Merge pull request #1585 from guilherme-gm/disguise-fix | Ridley | 1 | -0/+12 | |
Fixes disguise position de-synchronization | |||||
2017-02-24 | Merge pull request #1567 from guilherme-gm/fix-nameditem | Ridley | 2 | -2/+19 | |
Fixes named items having their names changed when near other players | |||||
2017-02-21 | Fixes disguise position de-synchronization (Fixes #1078) | KirieZ | 1 | -0/+12 | |
Thanks @Lemongrass3110 | |||||
2017-02-20 | Merge pull request #1581 from guilherme-gm/auction-fix | Ridley | 1 | -1/+1 | |
Fixes getbattleflag on npc/other/auction.txt | |||||
2017-02-20 | Fixes getbattleflag on npc/other/auction.txt ( Fixes #1580 ) | KirieZ | 1 | -1/+1 | |
2017-02-19 | Merge pull request #1457 from Ridley8819/unit | Ibrahem Hossam | 1 | -1/+1 | |
Fixes Range Exploit | |||||
2017-02-12 | Merge pull request #1575 from Asheraf/questprogress | Ridley | 3 | -4/+4 | |
remove useless check for questprogress | |||||
2017-02-11 | Merge pull request #1561 from Asheraf/moscovia | Ridley | 1 | -7/+118 | |
Add quest log for moscovia quests | |||||
2017-02-11 | remove useless check for questprogress | Asheraf | 3 | -4/+4 | |
2017-02-11 | Add quest log for moscovia quests | Asheraf | 1 | -7/+118 | |
2017-02-11 | Merge pull request #1559 from Ridley8819/nyd | Haru | 1 | -9/+9 | |
Adjust 2@nyd areamobs | |||||
2017-02-11 | Merge pull request #1565 from guilherme-gm/woe-se-skillfix | Ridley | 1 | -0/+12 | |
Adds GvG2 zone to WoE:SE maps | |||||
2017-02-10 | Adds GvG2 zone on WoE:SE maps, disabling use of Leap/High Jump. Fixes #1391 | KirieZ | 1 | -0/+12 | |
2017-02-06 | Fixes named items having their names changed when near other players/name's ↵ | KirieZ | 2 | -2/+19 | |
owner. Fixes #1206 | |||||
2017-02-05 | Update gitlab-ci configuration to match current debian packages | Haru | 1 | -87/+109 | |
- In stretch, `libmysqlclient-dev` is no longer available. All the stretch builds are now using `libmariadbclient-dev-compat` instead. - `clang-4.0` builds have been added. - Where it makes sense to, version-specific builds are now targeting the distribution name rather than the meta-name (`jessie` instead of `stable`). This makes them less prone to breakage when stretch will be released. - The `mysql-5.7` builds now use the `mysql-client-5.7` package since it's available (they were previously using a generic `mysql-client` package.) - The `mariadb-10` builds have been renamed to `mariadb-10.0`, since they use that specific version of the package. - The `mariadb-latest` builds now use the `mariadb-client-10.1` package, and are based on debian unstable. Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-01-28 | ItemDB SQL Sync | Hercules.ws | 1 | -1/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-01-28 | Merge pull request #1562 from mekolat/chat-area | Andrei Karas | 5 | -3/+9 | |
remove hardcoded chat area size | |||||
2017-01-27 | remove hardcoded chat area size from clif.c, add chat_area_size to battleconf | gumi | 5 | -3/+9 | |
2017-01-24 | Adjust 2@nyd areamobs | Ridley | 1 | -9/+9 | |
fixes 1551 http://herc.ws/board/tracker/issue-8657-nydhoggs-nest/ | |||||
2017-01-23 | Merge pull request #1555 from Asheraf/jupe | Ridley | 1 | -51/+59 | |
Add quest log for Juperos Ruins History Quest | |||||
2017-01-23 | Merge pull request #1557 from Asheraf/moc | Ridley | 1 | -1/+1 | |
Correct Para_Team_Mark_ effect. | |||||
2017-01-23 | Merge pull request #1493 from Emistry/script_eden_quest | Ridley | 1 | -94/+64 | |
Update Eden Quest script | |||||
2017-01-22 | Correct Para_Team_Mark_ effect. | Asheraf | 1 | -1/+1 | |
in kRO Para_Team_Mark_ warp the player to eden group. | |||||
2017-01-22 | Add quest log for Juperos Ruins History Quest | Asheraf | 1 | -51/+59 | |
* also change name of 2 variables to the official names - yuno_hist -> yuno_book - jupe_hist -> jupe_book partial merge of rathena/rathena@c488268d8c2fa74e1d16daf0c04a6bf2d36e2350 | |||||
2017-01-22 | Fix CMDLINE_OPT_PARAM arguments in plugins failing to load | Haru | 1 | -0/+2 | |
When the server is called with a plugin-defined argument expecting additional values, in the form '--foo bar', the parser is unable to skip the additional value until the plugin is fully loaded. The issue was caused by the first scans of the argument list to find CMDLINE_OPT_PREINIT or CMDLINE_OPT_SILENT arguments, which happen before plugins are loaded, and would cause the parser to choke on the additional values, interpreting them as separate arguments. This is related to PR #1552, where we attempted to use this option for the first time. Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-01-15 | Merge pull request #1545 from HerculesWS/md5buf | Haru | 6 | -38/+36 | |
Update md5 calculation to be able to hash a binary buffer instead of … | |||||
2017-01-14 | HPM Hooks Update | hemagx | 4 | -20/+20 | |
Signed-off-by: hemagx <ibrahem.h.basyone@gmail.com> | |||||
2017-01-10 | Update md5 calculation to be able to hash a binary buffer instead of only ↵ | hemagx | 2 | -18/+16 | |
strings Signed-off-by: hemagx <ibrahem.h.basyone@gmail.com> | |||||
2017-01-05 | Fixed announces from Koschei the Immortal (Moscovia Quests) (#1542) | landergate | 1 | -3/+3 | |
2017-01-03 | Merge pull request #1491 from Smokexyz/patch-1 | Ibrahem Hossam | 4 | -1/+26 | |
zenylog missing type 'K' for Bank Transactions | |||||
2017-01-03 | Merge pull request #1526 from fisune/master | Ibrahem Hossam | 1 | -4/+2 | |
Fixing an small markdown mistake | |||||
2017-01-03 | Merge pull request #1486 from MuzTank/master | Ibrahem Hossam | 1 | -0/+2 | |
Fixed airships.txt | |||||
2017-01-02 | Merge pull request #1536 from Asheraf/ontouch | Dastgir | 7 | -34/+3 | |
Fixed incorrect OnTouch label in Crow of Destiny Quest | |||||
2017-01-02 | Update *waitingroom script document (#1537) | Emistry Haoyan | 1 | -1/+1 | |
- when trigger event label, it run as *donpcevent() not *doevent(), no player are attached to the script when it's triggering the event. | |||||
2017-01-02 | MobDB SQL Sync | Hercules.ws | 3 | -3/+3 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-01-02 | ItemDB SQL Sync | Hercules.ws | 3 | -3/+3 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-01-02 | HPM Hooks Update | Hercules.ws | 15 | -15/+15 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-01-02 | Double NPC Name in Royal Guard job change quest (#1538) | Ridley | 1 | -1/+0 | |
2016-12-30 | Fixed incorrect OnTouch label in Crow of Destiny Quest | Asheraf | 7 | -34/+3 | |
Credit: rathena/rathena@a9faab82cbcfbdb3009c5584032505e8617310bd | |||||
2016-12-13 | Merge pull request #1529 from Asheraf/quest13 | Ibrahem Hossam | 1 | -0/+5 | |
Add a custom weight check in ring of the wise king quest | |||||
2016-12-12 | Add a custom weight check in ring of the wise king quest | Asheraf | 1 | -0/+5 | |
2016-12-08 | Fixing an small markdown mistake | Fisune | 1 | -4/+2 | |
2016-12-07 | Re-add -fvisibility=hidden on FreeBSD (necessary for plugins) | Haru | 1 | -1/+1 | |
Related to 2ceb249879148be0fca7d81f31158eccf3142aa2, which removed the option since it didn't appear to be necessary on Linux or macOS. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-12-03 | Merge pull request #1522 from HerculesWS/jobclass-mapid-cleanup | Andrei Karas | 39 | -812/+1110 | |
Job Class vs Job MapID cleanup |