Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-11 | Move local variables in atcommand.c into interface | Andrei Karas | 1 | -0/+3 | |
Also move defines from map.h inot mapdefines.h for fix cycle include issue. | |||||
2019-02-11 | Change type for class variables from short to int | Andrei Karas | 1 | -1/+1 | |
2018-12-14 | Add inventory size field into db and using it in server. | Andrei Karas | 1 | -16/+8 | |
2018-11-16 | Merge pull request #2322 from MishimaHaruna/fix-allychat-leaveguild | Haru | 1 | -29/+19 | |
Fix allychat leaveguild | |||||
2018-11-15 | Merge pull request #2321 from 4144/packetlen | Haru | 1 | -3/+7 | |
Add complete packet len table | |||||
2018-11-14 | Use an enum as flag for status->heal() and related functions | Haru | 1 | -3/+3 | |
This introduces the `enum status_heal_flag`. No functional changes are made. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-14 | Use new packet tables for packets len. | Andrei Karas | 1 | -3/+6 | |
2018-11-14 | Add interface for packets in common. | Andrei Karas | 1 | -0/+1 | |
For now supported only packet length fields. | |||||
2018-11-13 | Remove a duplicate output line from the help message for the channel atcommand | Haru | 1 | -3/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-13 | Fix an issue that caused some guild channels not to be left when leaving ↵ | Haru | 1 | -7/+5 | |
allychat - The issue was caused by an array compaction while iterating through the array members. - A visible effect was that under certain conditions (depending on the alliance size), a character that left a guild could still see allychat messages from some of the allied guilds. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-13 | Replace sd->channels with a VECTOR | Haru | 1 | -23/+17 | |
This removes some shady array compaction code and prepares the ground for some further fixes. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-13 | Merge pull request #2287 from EyesOfAHawk/hcs_opt_msg_delay | Haru | 1 | -2/+2 | |
Add config for '@channel setopt MessageDelay <delay>' | |||||
2018-10-22 | Merge pull request #2264 from Asheraf/pr5 | Haru | 1 | -12/+1 | |
update at_bodystyle allowed jobs check | |||||
2018-10-16 | Add config for '@channel setopt MessageDelay <delay>'. | EyesOfAHawk | 1 | -2/+2 | |
2018-10-06 | update at_bodystyle allowed jobs check | Asheraf | 1 | -12/+1 | |
2018-10-05 | Add at command @camerainfo. | Andrei Karas | 1 | -0/+19 | |
2018-09-19 | Update inventory packet for 2018-09-12 RE. | Andrei Karas | 1 | -1/+1 | |
2018-08-26 | Merge pull request #2164 from mekolat/addvariable | Haru | 1 | -10/+10 | |
always set the type to C_NAME when adding variables through script->add_str | |||||
2018-07-30 | always set the type when doing script->add_str | gumi | 1 | -10/+10 | |
2018-07-29 | add atcommand_setzone | gumi | 1 | -0/+58 | |
2018-07-29 | add MF_TOWN to atcommand_mapflag | Carlos Henrique | 1 | -1/+2 | |
2018-07-28 | Add support for chat commands /changedress and /nocosplay for remove costumes | Andrei Karas | 1 | -0/+9 | |
Also add at command for remove costumes @changedress and @nocosplay. Thanks @Lemongrass3110 and @Everade. | |||||
2018-07-28 | Merge pull request #2067 from dastgirp/1-achievement | Haru | 1 | -0/+6 | |
Implemented Achievement System and Title System | |||||
2018-07-24 | Implementation of the official Achievement System. | smokexyz | 1 | -0/+6 | |
Source: http://ro.gnjoy.com/news/update/View.asp?seq=163&curpage=1 Script Commands - ``` achievement_progress(<ach_id>,<obj_idx>,<progress>,<incremental?>{,<char_id>}); ``` Includes an achievement_db.conf generator that reads from the item_db, mob_db (server side) and achievement_list.lub files to determine valid achievement entries based on item/monster availability. Achievements containing unsupported entries are commented out. This feature, although renewal-only in official servers, is capable of being used in pre-renewal mode on Hercules. Does not include the title system yet. A big thanks to - @MishimaHaruna for constantly reviewing. @4144 for all the support. @Asheraf for a lot of official information. Co-authored-by: "Dastgir" <dastgirp@gmail.com> | |||||
2018-07-24 | Correct wrong attribute used for pet evolution egg hiding | Asheraf | 1 | -0/+2 | |
2018-07-19 | Replace item id shorts to int in map server. | Andrei Karas | 1 | -1/+1 | |
2018-07-01 | Change functions to static where possible (Part 4 - map) | Haru | 1 | -128/+243 | |
This fixes issues with plugins defining symbols with the same names Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-07-01 | Merge pull request #2114 from marky291/patch-1 | Haru | 1 | -1/+1 | |
Updated text to match new exp file. | |||||
2018-07-01 | Updated text to match new exp file. | Mark Hester | 1 | -1/+1 | |
2018-06-30 | add support for send target in unittalk | Asheraf | 1 | -4/+4 | |
2018-06-02 | Fix map flag pvp_nocalcrank if use at or script command for enable pvp. | Andrei Karas | 1 | -1/+2 | |
Fixes #2056 | |||||
2018-06-02 | Merge pull request #842 from AnnieRuru/request_6 | Haru | 1 | -3/+5 | |
Add new *pcblock script command | |||||
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 | |
2018-05-07 | Merge pull request #2027 from MishimaHaruna/sa_summonmonster | Haru | 1 | -8/+10 | |
Fix the name of monsters summoned through SA_SUMMONMONSTER | |||||
2018-05-07 | Merge pull request #1998 from Asheraf/private_airship | Haru | 1 | -0/+4 | |
Implementation of Private AirShip | |||||
2018-05-04 | Implementation of Private AirShip | Asheraf | 1 | -0/+4 | |
2018-05-04 | Add setpcblock & checkpcblock script commands | AnnieRuru | 1 | -3/+5 | |
thanks to @MishimaHaruna for the updated syntax | |||||
2018-05-02 | Fix possible buffer overflow in atcommand.c | Andrei Karas | 1 | -3/+3 | |
2018-05-01 | Replace "--ja--" and "--en--" with constants (source only) | Haru | 1 | -8/+10 | |
- Use `DEFAULT_MOB_NAME` instead of a literal "--en--" - Use `DEFAULT_MOB_JNAME` instead of a literal "--ja--" Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-03-11 | Merge pull request #1541 from Normynator/master | Haru | 1 | -13/+12 | |
Changed Kafrapoints calculation. | |||||
2018-02-27 | Fix use after free error in @reloadatcommand gm command. | Andrei Karas | 1 | -1/+4 | |
2018-02-19 | Changed Kafrapoints calculation. | Normynator | 1 | -13/+12 | |
Kafrapoints should now be used correctly. Issue #1540 Changed opening braces according to coding styl. Changed some lines according to coding styl. new-line-before-return ? more styling code changes changes in coding style coding style changes Fixed message output on acted cash. Removed unsupported and not needed var ret. Update pc.c Update atcommand.c Coding style added function description added return validation used wrong method in validation Fixed typo in clif.c Moved temp var to block start | |||||
2018-02-12 | Fix messages about enabled/disabled cvc mode. | Andrei Karas | 1 | -2/+2 | |
2018-02-10 | Clean up trailing whitespace and non-indent tabs | Haru | 1 | -3/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-10 | Fix some minor issues in the clan system, as reported by coverity | Haru | 1 | -8/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-06 | Merge pull request #1718 from Murilo-BiO/clan_system | Haru | 1 | -41/+234 | |
Implementation of Official Clan System | |||||
2018-02-04 | Send out of sight packet before hiding player. | Andrei Karas | 1 | -0/+1 | |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -41/+234 | |
All official features work including the autokick for inactive members And the system is completely customizable. | |||||
2017-12-23 | Add support for new drop packet 0xadd for zero clients | Asheraf | 1 | -1/+1 | |
2017-11-05 | Reduce confusion between skill IDs and skill DB indexes (part 2) | Haru | 1 | -1/+1 | |
Remove MAX_SKILL in favor of MAX_SKILL_DB, when referring to the maximum skill DB index. This is opposed to MAX_SKILL_ID, the maximum skill ID. Signed-off-by: Haru <haru@dotalux.com> |