Age | Commit message (Expand) | Author | Files | Lines |
2018-07-01 | Merge pull request #2091 from AnnieRuru/46-novending | Haru | 1 | -0/+13 |
2018-06-30 | add support for send target in unittalk | Asheraf | 1 | -1/+1 |
2018-06-25 | Merge pull request #2076 from dastgirp/3-skill_plugin | Haru | 1 | -3/+5 |
2018-06-18 | Fix novending cause player gets stuck | AnnieRuru | 1 | -0/+13 |
2018-06-12 | Changed returntype of skill_check_condition_castend_unknown. | Dastgir | 1 | -3/+5 |
2018-06-03 | Fix the skill element for levels above the MAX_SKILL_LEVEL | Haru | 1 | -4/+0 |
2018-06-02 | Merge pull request #2038 from 4144/msi | Haru | 1 | -10/+23 |
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 |
2018-05-29 | Add autogenerated messages list headers with original strings and translation. | Andrei Karas | 1 | -5/+18 |
2018-05-29 | Fix wrong values in clif_messages enum. | Andrei Karas | 1 | -5/+5 |
2018-05-01 | Replace "--ja--" and "--en--" with constants (source only) | Haru | 1 | -2/+2 |
2018-05-01 | Fix the name of the monsters summoned by SA_SUMMONMONSTER | Haru | 1 | -1/+2 |
2018-04-23 | Merge pull request #2005 from guilherme-gm/guildskillcd | Haru | 1 | -6/+10 |
2018-04-08 | Allow guild skills cooldown to continue when logged out | Guilherme G. Menaldo | 1 | -6/+10 |
2018-04-08 | Prevent a null pointer failure when TK_JUMPKICK is used by a non-player | Haru | 1 | -8/+6 |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -0/+2 |
2018-01-14 | Merge pull request #1939 from Asheraf/zero_drop_packet | Haru | 1 | -10/+10 |
2017-12-23 | Replace the use of skill_reproduce_db with AllowReproduce flag | Asheraf | 1 | -18/+7 |
2017-12-23 | Add support for new drop packet 0xadd for zero clients | Asheraf | 1 | -10/+10 |
2017-11-26 | Fix handling of the special case of SplashRange < 0 meaning AREA_SIZE | Haru | 1 | -3/+6 |
2017-11-24 | Allow using the skill DB accessors on non-skill attacks (skill_id = 0) | Haru | 1 | -53/+182 |
2017-11-18 | Merge pull request #1903 from Asheraf/skill_scale | Haru | 1 | -0/+6 |
2017-11-16 | Implement skill scale packet for client versions >= 20151223. | Asheraf | 1 | -0/+6 |
2017-11-05 | Fix/clarify various incorrect modulo operations | Haru | 1 | -23/+24 |
2017-11-05 | Reduce confusion between skill IDs and skill DB indexes (part 2) | Haru | 1 | -4/+4 |
2017-11-05 | Use the skill DB accessors where possible/appropriate | Haru | 1 | -46/+50 |
2017-11-05 | Reduce confusion between skill IDs and skill DB indexes (part 1) | Haru | 1 | -68/+444 |
2017-11-05 | Fix a subtle error in case skill->unit_group_newid overflows | Haru | 1 | -7/+8 |
2017-10-21 | Merge pull request #1854 from Asheraf/skill | Haru | 1 | -1/+2 |
2017-10-21 | Add packets for 64 bit exp. | Andrei Karas | 1 | -2/+2 |
2017-10-21 | Change skill_init_unit_layout to report skill id instead of index | Asheraf | 1 | -1/+2 |
2017-09-21 | Convert some functions from int32 types to int64. | Andrei Karas | 1 | -2/+2 |
2017-09-19 | remove trailing whitespaces from source | gumi | 1 | -16/+16 |
2017-09-17 | Differentiate variables that hold a ViewSprite and a Subtype (part 2) | Haru | 1 | -1/+1 |
2017-09-17 | Differentiate variables that hold a ViewSprite and a weapon Subtype | Haru | 1 | -5/+5 |
2017-09-17 | Split 'View' in two different fields in the item database | Haru | 1 | -1/+1 |
2017-06-09 | Merge pull request #1139 from SamuelHercules/WarlockCLFix | smokexyz | 1 | -1/+1 |
2017-06-06 | Fixed assert report when arrow shower(skill) was used on traps. | Dastgir | 1 | -3/+3 |
2017-05-21 | Refine rate correction from kRO. | smokexyz | 1 | -1/+1 |
2017-04-10 | Monster Vulture's Eye and Snake's Eye removed. | Smokexyz | 1 | -2/+2 |
2017-03-16 | Correct Castling skill to use cooldown | Asheraf | 1 | -2/+8 |
2017-03-16 | Official status change base durations for Stun (#1234) (#1632) | Flipp | 1 | -3/+3 |
2016-12-03 | Change the argument to pc->famerank() to a rank type (instead of job mapid) | Haru | 1 | -2/+3 |
2016-12-03 | Ensure that pc->addfame() increments the correct fame points | Haru | 1 | -14/+15 |
2016-12-03 | Clarify some Job Class vs MapID confusion (2/2) | Haru | 1 | -32/+30 |
2016-12-03 | Clarify some Job Class vs MapID confusion (1/2) | Haru | 1 | -12/+13 |
2016-11-20 | Synchronized the AegisNames to the in-source ITEMID_ constants | Haru | 1 | -15/+15 |
2016-11-07 | Corrected an issue causing WZ_HEAVENDRIVE to be ineffective | Haru | 1 | -4/+4 |
2016-10-22 | Fix incorrect coding style used in char/char.c and map/skill.c | Dastgir Pojee | 1 | -4/+4 |
2016-10-22 | Minor Typo fixes, also added tsc declaration | Dastgir Pojee | 1 | -3/+4 |