Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-12-03 | Clarify some Job Class vs MapID confusion (1/2) | Haru | 1 | -103/+106 |
2016-11-20 | Synchronized the AegisNames to the in-source ITEMID_ constants | Haru | 1 | -5/+5 |
2016-10-22 | Implemented SC_BITESCAR: | Dastgir Pojee | 1 | -0/+3 |
2016-10-22 | Implemented SU_SPRITEMABLE Skill. | Dastgir Pojee | 1 | -0/+6 |
2016-10-22 | Implemented SU_HIDE Skill. | Dastgir Pojee | 1 | -0/+1 |
2016-10-22 | Implemented SU_BASIC_SKILL Skill of Summoner | Dastgir Pojee | 1 | -1/+17 |
2016-10-22 | Added Summoner Class. | Dastgir Pojee | 1 | -2/+9 |
2016-09-30 | Add different fixes for gcc 7 warnings. | Andrei Karas | 1 | -1/+1 |
2016-08-14 | Update pc_steal_coin parameter | Emistry | 1 | -6/+7 |
2016-07-25 | Added a missing entry into messages.conf and added some comments where missin... | epuncker | 1 | -4/+4 |
2016-07-14 | Merge pull request #1361 from HerculesWS/coverity-fixes | Andrei Karas | 1 | -60/+59 |
2016-07-14 | Fixes warp facing direction. | KirieZ | 1 | -0/+5 |
2016-07-14 | Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to int | Haru | 1 | -6/+7 |
2016-07-14 | Changed map_session_data::change_level_2nd and map_session_data::change_level... | Haru | 1 | -22/+19 |
2016-07-14 | Changed mmo_charstatus::base_level and mmo_charstatus::job_level to int | Haru | 1 | -24/+24 |
2016-07-14 | Changed various functions to take a const sd | Haru | 1 | -6/+6 |
2016-07-14 | Changed pc->maxbaselv() and pc->maxjoblv() to return signed int and take cons... | Haru | 1 | -11/+12 |
2016-07-14 | Fixed Coverity CID 150315: Integer overflowed argument | Haru | 1 | -13/+13 |
2016-07-02 | Trivialities: indentation fixes | Haru | 1 | -4/+4 |
2016-07-01 | Merge pull request #1328 from HerculesWS/exp_fixes | Haru | 1 | -25/+61 |