Age | Commit message (Expand) | Author | Files | Lines |
2018-03-11 | Merge pull request #1541 from Normynator/master | Haru | 1 | -13/+12 |
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 |
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 |
2018-02-10 | Fix some minor issues in the clan system, as reported by coverity | Haru | 1 | -8/+2 |
2018-02-06 | Merge pull request #1718 from Murilo-BiO/clan_system | Haru | 1 | -41/+234 |
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 |
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 |
2017-11-05 | Use the skill DB accessors where possible/appropriate | Haru | 1 | -7/+8 |
2017-10-21 | Fix various warnings on Visual Studio 2017 | Haru | 1 | -10/+8 |
2017-10-21 | Merge pull request #1833 from Emistry/mapflag_noautoloot | Haru | 1 | -0/+2 |
2017-10-22 | Add NoAutoloot mapflag | Emistry Haoyan | 1 | -0/+2 |
2017-10-02 | Update Sorcerer and Sura alternate body style in atcommand.c | Edwin | 1 | -0/+2 |
2017-06-25 | fix guild leader change in 2017 clients. Based on rathena commit: | Andrei Karas | 1 | -1/+1 |
2017-05-28 | add support for custom atcommands in can_use_command | gumi | 1 | -14/+17 |
2017-05-28 | allow custom atcommands to have different permissions for each group | gumi | 1 | -2/+6 |
2017-05-27 | Merge pull request #1722 from Smokexyz/mmo_charstatus-fix | Haru | 1 | -7/+20 |
2017-05-22 | Add storage_data reception, parsing and sending to/from the map-server. | Smokexyz | 1 | -7/+20 |
2017-05-09 | Merge pull request #1699 from Jedzkie/11-SummerCostume | Haru | 1 | -19/+34 |
2017-05-01 | Merge pull request #1698 from Jedzkie/10-BodyStyle | Haru | 1 | -3/+17 |
2017-05-01 | Added job checks for @bodystyle command | Jedzkie | 1 | -3/+17 |
2017-04-24 | Removed hard coded values on @cashmount and setcashmount. | Jedzkie | 1 | -6/+8 |
2017-04-23 | Coding-style Fixes and White space adjustments | Jedzkie | 1 | -19/+28 |
2017-04-19 | Implemented Official Summer 2 Costume | Jedzkie | 1 | -0/+6 |
2017-03-13 | Enable display of custom commands in @commands. | Emistry Haoyan | 1 | -0/+30 |
2016-12-03 | Remove the platform-dependent variables from struct status_data | Haru | 1 | -3/+3 |
2016-12-03 | Clarify some Job Class vs MapID confusion (2/2) | Haru | 1 | -4/+4 |
2016-12-03 | Clarify some Job Class vs MapID confusion (1/2) | Haru | 1 | -4/+4 |
2016-08-19 | Ported battle.conf to libconfig | Haru | 1 | -1/+1 |
2016-08-13 | Added atcommand config | Emistry | 1 | -2/+8 |
2016-08-10 | Enable @b/joblvl trigger OnPCLvUpEvent | Emistry | 1 | -0/+3 |
2016-07-25 | Added a missing entry into messages.conf and added some comments where missin... | epuncker | 1 | -6/+6 |
2016-07-14 | Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to int | Haru | 1 | -36/+12 |
2016-07-14 | Changed map_session_data::change_level_2nd and map_session_data::change_level... | Haru | 1 | -2/+3 |
2016-07-14 | Changed mmo_charstatus::base_level and mmo_charstatus::job_level to int | Haru | 1 | -11/+11 |
2016-07-14 | Changed pc->maxbaselv() and pc->maxjoblv() to return signed int and take cons... | Haru | 1 | -5/+5 |
2016-07-02 | Trivialities: indentation fixes | Haru | 1 | -5/+5 |
2016-06-30 | Use item attribute as flags varible. Now only ATTR_BROKEN flag exists. | Andrei Karas | 1 | -2/+3 |
2016-06-25 | Moved translations template generator to a plugin | Haru | 1 | -16/+0 |
2016-05-14 | Fixed an issue that causes `@showmobs` to skip entries | Haru | 1 | -1/+1 |
2016-04-23 | Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message() | Haru | 1 | -5/+5 |
2016-04-23 | Corrected the type of the 'length' argument of various broadcast-related func... | Haru | 1 | -5/+5 |
2016-04-23 | Changed map_session_data::chatID to int (and renamed to chat_id) | Haru | 1 | -2/+2 |
2016-03-20 | Dropped typedef from DBIterator | Haru | 1 | -9/+9 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -5/+6 |
2016-03-20 | Added separate char* and const char* data types to struct script_data | Haru | 1 | -12/+16 |
2016-03-20 | Added const qualifier to some typecasts | Haru | 1 | -15/+13 |