summaryrefslogtreecommitdiff
path: root/src/map/unit.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-06Change all TBL_HOM to struct homun_data as per style guidelineshemagx1-1/+1
2016-01-06Change all TBL_MOB to struct mob_data as per strly guidelineshemagx1-9/+10
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-7/+7
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-04Merge pull request #910 from dastgir/idleAndrei Karas1-2/+2
2015-12-04Added a function to update idle timeDastgir1-2/+2
2015-11-14Changed struct map_session_data::queues into a VECTOR and renamed to ::script...Haru1-4/+1
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-11Cleanup of the HPluginData implementation (second part)Haru1-7/+2
2015-10-11Cleanup of the HPluginData implementation (First part)Haru1-21/+6
2015-09-24Add bl parameter to closest_freecell.Andrei Karas1-1/+1
2015-09-24Add bl parameter to getcell functions.Andrei Karas1-18/+18
2015-09-18Clarified the intent of several assignments inside conditional expressionsHaru1-5/+5
2015-09-10Add to path search functions source bl for plugins usage.Andrei Karas1-10/+10