summaryrefslogtreecommitdiff
path: root/src/map/unit.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02[TMW2] Partly reverts b5a92f944f126e920442307bebd3c2b53c9b0d54Jesusaves1-2/+5
2021-03-08[TMW2] Hercules Ultimate Storage SystemJesusaves1-4/+9
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-7/+6
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
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-2/+2
2016-01-17Merge pull request #1077 from csnv/masterHaru1-1/+15
2016-01-12Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)Haru1-1/+1
2016-01-09Fixes monsters not taking rude attack when OFFICIAL_WALKPATH is used.Jorge C1-1/+15
2016-01-06Replaced the remaining explicit casts with BL_CAST/BL_UCASTHaru1-5/+10
2016-01-06Replaced some explicit casts with BL_UCASTHaru1-53/+61
2016-01-06Change all TBL_NPC to struct npc_data as per style guidelineshemagx1-2/+2
2016-01-06Change all TBL_ELEM to struct elemental_data as per style guidelineshemagx1-1/+1
2016-01-06Change all TBL_PET to struct pet_data as per style guidelineshemagx1-1/+1
2016-01-06Change all TBL_MER to struct mercenary_data as per style guidelineshemagx1-1/+1