Age | Commit message (Expand) | Author | Files | Lines |
2018-02-19 | Changed Kafrapoints calculation. | Normynator | 1 | -19/+27 |
2018-02-10 | Clean up trailing whitespace and non-indent tabs | Haru | 1 | -1/+1 |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -0/+7 |
2017-12-23 | Add support for new drop packet 0xadd for zero clients | Asheraf | 1 | -2/+2 |
2017-11-05 | Reduce confusion between skill IDs and skill DB indexes (part 2) | Haru | 1 | -12/+11 |
2017-11-05 | Use the skill DB accessors where possible/appropriate | Haru | 1 | -10/+17 |
2017-10-21 | Fix various warnings on Visual Studio 2017 | Haru | 1 | -9/+9 |
2017-10-21 | Add packets for 64 bit exp. | Andrei Karas | 1 | -27/+59 |
2017-09-21 | Convert some functions from int32 types to int64. | Andrei Karas | 1 | -27/+27 |
2017-09-17 | Fix a typo in the constant ITEMUPPER_THIRDUPPER | Haru | 1 | -1/+1 |
2017-09-17 | Move other view-related variables to `sd->status.look` | Haru | 1 | -45/+45 |
2017-09-17 | Differentiate variables that hold a ViewSprite and a Subtype (part 2) | Haru | 1 | -11/+24 |
2017-09-17 | Differentiate variables that hold a ViewSprite and a weapon Subtype | Haru | 1 | -26/+32 |
2017-09-17 | Split 'View' in two different fields in the item database | Haru | 1 | -52/+53 |
2017-07-30 | Implementation of RoDEX | KirieZ | 1 | -0/+3 |
2017-07-11 | Removed 'NO MSG' message in clients < 20101123. Follow up https://github.com/... | Jedzkie | 1 | -2/+1 |
2017-06-25 | Add packet 0xabd for send job and base levels to party members. | Andrei Karas | 1 | -0/+20 |
2017-06-25 | Fix vending list packet for 2016 clients. Based on rathena commit: | Andrei Karas | 1 | -0/+29 |
2017-05-27 | Merge pull request #1722 from Smokexyz/mmo_charstatus-fix | Haru | 1 | -53/+66 |
2017-05-22 | Add storage_data reception, parsing and sending to/from the map-server. | Smokexyz | 1 | -53/+66 |
2017-05-04 | Merge pull request #1695 from Jedzkie/7-CashFoodFix | Haru | 1 | -26/+3 |
2017-05-04 | Merge pull request #1717 from mekolat/vault2 | Haru | 1 | -0/+15 |
2017-04-29 | Fixes #1721 | Jedzkie | 1 | -1/+1 |
2017-04-29 | Merge pull request #1713 from Jedzkie/17-DropAnnounce | Haru | 1 | -7/+0 |
2017-04-29 | Removal of rare_drop_announce config. | Jedzkie | 1 | -7/+0 |
2017-04-26 | Merge pull request #1673 from Smokexyz/IRO | Haru | 1 | -55/+65 |
2017-04-25 | expose bank vault to the script engine | gumi | 1 | -0/+15 |
2017-04-25 | Removal of cashfood_use_interval setting. | Jedzkie | 1 | -26/+3 |
2017-04-25 | Merge pull request #1689 from Jedzkie/2-GiantFlyWing | Haru | 1 | -3/+33 |
2017-04-25 | Merge pull request #1694 from Jedzkie/6-NPCWorkInProgressFix | Haru | 1 | -4/+5 |
2017-04-24 | Merge pull request #1704 from Jedzkie/13-AddHealRate | Haru | 1 | -9/+29 |
2017-04-23 | Implemented official Giant Fly Wing Effect | Jedzkie | 1 | -3/+33 |
2017-04-23 | Added the correct PACKETVER Date for MSG_NPC_WORK_IN_PROGRESS message. | Jedzkie | 1 | -4/+5 |
2017-04-23 | Merge pull request #1697 from Jedzkie/9-PreventLogout | Haru | 1 | -2/+4 |
2017-04-21 | Added AB_HIGHNESSHEAL in skill_add_heal_rate configuration | Jedzkie | 1 | -9/+29 |
2017-04-20 | Fix showing NO_MSG messages when using below 20101123 clients | Jedzkie | 1 | -9/+16 |
2017-04-21 | Update GX Poison items | Jedzkie | 1 | -6/+0 |
2017-04-21 | Update Rune Knight Runes & Ores | Jedzkie | 1 | -5/+0 |
2017-04-21 | Removed hard coded checks for no use while sitting in Aloevera and Anodyne item. | Jedzkie | 1 | -5/+1 |
2017-04-20 | Made prevent_logout effect on log-in optional | Jedzkie | 1 | -2/+4 |
2017-04-16 | Code-styling fixes to pc_unequipitem() in pc.c | Smokexyz | 1 | -50/+49 |
2017-04-16 | Fixes an issue where the unequipped items with options do not re-calculate st... | Smokexyz | 1 | -8/+19 |
2017-04-08 | Merge pull request #1663 from Smokexyz/bow-unequip-fix | Haru | 1 | -0/+5 |
2017-04-04 | Unequip arrows when a bow is unequipped. (RE only) | Smokexyz | 1 | -0/+5 |
2017-03-11 | Remove a duplicate comment line | Haru | 1 | -1/+0 |
2016-12-03 | Remove the platform-dependent variables from struct status_data | Haru | 1 | -6/+6 |
2016-12-03 | Add function to retrieve the appropriate fame list type for a job mapid | Haru | 1 | -7/+27 |
2016-12-03 | Change the argument to pc->famerank() to a rank type (instead of job mapid) | Haru | 1 | -15/+33 |
2016-12-03 | Ensure that pc->addfame() increments the correct fame points | Haru | 1 | -13/+30 |
2016-12-03 | Clarify some Job Class vs MapID confusion (2/2) | Haru | 1 | -123/+156 |