Age | Commit message (Expand) | Author | Files | Lines |
2017-04-10 | Monster Vulture's Eye and Snake's Eye removed. | Smokexyz | 1 | -0/+1 |
2017-04-09 | Fix a null pointer in guild->isallied() | Haru | 1 | -4/+4 |
2017-04-08 | Merge pull request #1663 from Smokexyz/bow-unequip-fix | Haru | 1 | -0/+1 |
2017-04-04 | Unequip arrows when a bow is unequipped. (RE only) | Smokexyz | 1 | -0/+1 |
2017-03-23 | Fixes issue #1647 | smokexyz | 1 | -7/+16 |
2017-03-14 | Fixed MVP exp message issue for clients 2013-12-23cRagexe and newer | Emistry Haoyan | 1 | -0/+8 |
2017-01-27 | remove hardcoded chat area size from clif.c, add chat_area_size to battleconf | gumi | 1 | -0/+1 |
2016-12-03 | Clarify some Job Class vs MapID confusion (2/2) | Haru | 1 | -6/+6 |
2016-12-03 | Clarify some Job Class vs MapID confusion (1/2) | Haru | 1 | -5/+6 |
2016-10-22 | Added max_summoner_parameter: | Dastgir Pojee | 1 | -0/+1 |
2016-10-22 | Implemented SU_TUNAPARTY Skill. | Dastgir Pojee | 1 | -0/+13 |
2016-10-22 | Implemented SU_LUNATICCARROTBEAT Skill. | Dastgir Pojee | 1 | -0/+3 |
2016-10-22 | Implemented SU_ARCLOUSEDASH Skill. | Dastgir Pojee | 1 | -0/+3 |
2016-10-22 | Implemented SU_PICKYPECK Skill. | Dastgir Pojee | 1 | -0/+6 |
2016-10-22 | Implemented SU_SCAROFTAROU Skill. | Dastgir Pojee | 1 | -0/+3 |
2016-10-22 | Implemented SU_SV_ROOTTWIST Skill. | Dastgir Pojee | 1 | -0/+6 |
2016-10-22 | Implemented SU_POWEROFLIFE Skill. | Dastgir Pojee | 1 | -0/+8 |
2016-10-22 | Implemented SU_CN_METEOR: | Dastgir Pojee | 1 | -0/+3 |
2016-10-22 | Implemented SU_SV_STEMSPEAR Skill. | Dastgir Pojee | 1 | -0/+3 |
2016-10-22 | Implemented SU_STOOP Skill. | Dastgir Pojee | 1 | -0/+3 |
2016-10-22 | Implemented SU_SCRATCH: | Dastgir Pojee | 1 | -0/+3 |
2016-10-22 | Implemented SU_BITE Skill: | Dastgir Pojee | 1 | -2/+8 |
2016-10-07 | Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra) | Haru | 1 | -4/+2 |
2016-09-30 | Add different fixes for gcc 7 warnings. | Andrei Karas | 1 | -2/+12 |
2016-08-20 | Re-added HPM support for configuration settings | Haru | 1 | -1/+1 |
2016-08-19 | Ported battle.conf to libconfig | Haru | 1 | -58/+98 |
2016-08-13 | Added atcommand config | Emistry | 1 | -0/+1 |
2016-07-14 | Merge pull request #1361 from HerculesWS/coverity-fixes | Andrei Karas | 1 | -3/+3 |
2016-07-14 | Fixes warp facing direction. | KirieZ | 1 | -0/+1 |
2016-07-14 | Changed mmo_charstatus::base_level and mmo_charstatus::job_level to int | Haru | 1 | -3/+3 |
2016-07-12 | Extract some code from battle_calc_damage into battle_calc_pc_damage. | Andrei Karas | 1 | -24/+34 |
2016-07-12 | Add into skill.c some handling for unknown skills/skill units. | Andrei Karas | 1 | -23/+2 |
2016-07-12 | Interface random.c | hemagx | 1 | -1/+1 |
2016-06-24 | Move ammo check into separate function in battle.c | Andrei Karas | 1 | -32/+42 |
2016-05-08 | Fixed various issues pointed out by cppcheck | Haru | 1 | -3/+2 |
2016-02-29 | Merge pull request #1115 from theultramage/bcdrenaming | Haru | 1 | -45/+42 |
2016-02-24 | Removed unnecessary explicit casts of the value of WBUFP | Haru | 1 | -10/+10 |
2016-02-19 | Remove some unused macroses. Left macroses in socket.c | Andrei Karas | 1 | -4/+0 |
2016-01-21 | Rename 'tsc' to 's_sc' in battle_calc_damage() since it's actually referring ... | ultramage | 1 | -16/+16 |
2016-01-21 | Rename 'sd' to 't_sd' in battle_calc_damage(). | ultramage | 1 | -19/+19 |
2016-01-21 | Add top-level s_sd variable to battle_calc_damage() to represent a player sou... | ultramage | 1 | -12/+9 |
2016-01-12 | Whitespace cleanup (removed alignment tabs or trailing whitespace at line end) | Haru | 1 | -2/+3 |
2016-01-06 | Replaced the remaining explicit casts with BL_CAST/BL_UCAST | Haru | 1 | -66/+61 |
2016-01-06 | Replaced some explicit casts with BL_UCAST | Haru | 1 | -126/+167 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -4/+8 |
2016-01-06 | Change all TBL_ELEM to struct elemental_data as per style guidelines | hemagx | 1 | -2/+2 |
2016-01-06 | Change all TBL_PET to struct pet_data as per style guidelines | hemagx | 1 | -2/+2 |
2016-01-06 | Change all TBL_SKILL to struct skill_data as per style guidelines | hemagx | 1 | -6/+6 |
2016-01-06 | Change all TBL_MER to struct mercenary_data as per style guidelines | hemagx | 1 | -4/+4 |
2016-01-06 | Change all TBL_HOM to struct homun_data as per style guidelines | hemagx | 1 | -7/+8 |