summaryrefslogtreecommitdiff
path: root/src/map/unit.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-09Added skill_is_item_skill() function.Kenpachi Developer1-6/+2
2020-02-09Added pc_itemskill_clear() function.Kenpachi Developer1-16/+4
2020-02-09Added a new option flag to itemskill() script command to be able to forcefull...Kenpachi Developer1-0/+2
2020-02-09Added a new option flag to itemskill() script command, to be able to cast a s...Kenpachi Developer1-0/+13
2020-02-09Fixed skill conditions check and <flag> parameter in itemskill() script command.Kenpachi Developer1-19/+28
2020-01-13Update copyright headers for year 2020Haru1-2/+2
2020-01-09Adding PCBLOCK_NPC to setpcblock script commandRidley1-2/+4
2019-11-17Merge pull request #2577 from Asheraf/dehardcodestatusiconsHaru1-2/+2
2019-11-17Merge pull request #2564 from skyleo/target_to_fixesHaru1-1/+3
2019-11-06Dehardcode Status IconsAsheraf1-2/+2
2019-10-20Fix ud->target_to not being cleared appropriatelyskyleo1-1/+3
2019-10-10Fix Chaotic Blessings never healing the enemyskyleo1-0/+6
2019-10-10Fix Homunculus skill requirements being put on owner as wellskyleo1-7/+0
2019-05-06Merge pull request #2453 from Emistry/scriptcommand_unitwarpHaru1-1/+1
2019-05-05Add missing checks for prevend flagAndrei Karas1-0/+1
2019-05-01Update unitwarp script command.Emistry Haoyan1-1/+1
2018-12-12Remove typedef from clr_type.Andrei Karas1-4/+4
2018-11-16Merge pull request #2322 from MishimaHaruna/fix-allychat-leaveguildHaru1-0/+1
2018-11-13Replace sd->channels with a VECTORHaru1-0/+1
2018-08-04Fixed defense overflow exploitDastgir1-1/+1
2018-07-24Implemented Title System.Dastgir1-0/+1
2018-07-24Implementation of the official Achievement System.smokexyz1-0/+1
2018-07-12Split btype and item_id parameters in function clif_skill_fail.Andrei Karas1-10/+10
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-53/+53
2018-06-02Merge pull request #842 from AnnieRuru/request_6Haru1-1/+1
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-05-04Add setpcblock & checkpcblock script commandsAnnieRuru1-1/+1
2018-04-03Merge pull request #1965 from dastgir/2018/3-hateffectHaru1-0/+1
2018-03-01Fix use after free with option "delay_battle_damage: false".Andrei Karas1-5/+11
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-1/+1
2018-02-09Implemented hatEffect.Dastgir1-0/+1
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+2
2017-08-20Ignore hidden units in the cell stack limit checksHaru1-1/+1
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-0/+2
2017-04-20Made prevent_logout effect on log-in optionalJedzkie1-0/+10
2017-03-10Merge pull request #1509 from 4144/fixwarnsmokexyz1-4/+5
2017-02-19Merge pull request #1457 from Ridley8819/unitIbrahem Hossam1-1/+1
2017-01-14Fix assert in unit_resume_running.Andrei Karas1-4/+5
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-10-22Implemented SU_SV_ROOTTWIST Skill.Dastgir Pojee1-0/+1
2016-10-22Implemented SU_LOPE Skill.Dastgir Pojee1-1/+1
2016-10-22Implemented SU_HIDE Skill.Dastgir Pojee1-0/+2
2016-10-03Fixes Range ExploitRidley1-1/+1
2016-09-21Fixed a wrong check in the SA_FREECAST handling codeHaru1-2/+2
2016-09-19Add missing checks into unit.cAndrei Karas1-31/+69
2016-09-13Corrected a wrong check that allowed walking while casting guild skillsHaru1-3/+11
2016-07-19Add skill atributes for allow moving while casting skill.Andrei Karas1-6/+8
2016-07-14Simplify clif_skillcasting and rename to clif_useskill.Andrei Karas1-2/+2
2016-04-27Fix unit_data unitialisation.Andrei Karas1-4/+13
2016-04-23Changed map_session_data::chatID to int (and renamed to chat_id)Haru1-1/+1