summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-03Rewritten skill_tree parser in a more robust wayHaru1-11/+13
2015-12-28Added elemental_id enum, replaced numeric elemental IDs with enum membersHaru1-10/+14
2015-12-28Added Poring to the mob_id enumHaru1-1/+1
2015-12-28Added Zanzou mob ID to the mob_id enumHaru1-2/+2
2015-12-28Added Summon Legion-related monsters to the mob_id enumHaru1-8/+17
2015-12-28Added Alchemist-related monsters to the enum mob_idHaru1-8/+31
2015-12-28Replaced some numeric mob IDs with the proper constants (Magc Decoy / Silver ...Haru1-14/+22
2015-12-28Standardized (source) mob_id enumHaru1-18/+16
2015-12-23Update:Jedzkie1-20/+19
2015-12-23Item Update:Jedzkie1-1/+1
2015-12-23Item Update:Jedzkie1-2/+4
2015-12-20Item & Skill Update:Jedzkie1-3/+3
2015-12-17Implement official effect of MVP ScrollsJedzkie1-8/+12
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-11-22SC Update:Jedzkie1-0/+4
2015-11-22ItemDB Update:Jedzkie1-5/+9
2015-11-18Fixed a crash in some skills' multi-hit codeHaru1-4/+4
2015-11-17Revert "Item DB Updates:"Haru1-21/+17
2015-11-17Item DB Updates:Jedzkie1-17/+21
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-21/+8
2015-09-24Add bl parameter to map_searchrandfreecell and map_addflooritem.Andrei Karas1-10/+10
2015-09-24Add bl parameter to getcell functions.Andrei Karas1-20/+20
2015-09-18Clarified the intent of several assignments inside conditional expressionsHaru1-18/+18
2015-09-10Add to path search functions source bl for plugins usage.Andrei Karas1-10/+10
2015-08-26Fixed a faulty usage of sg->unit in land skill codeHaru1-40/+47
2015-08-15Added core HPM interfaceHaru1-2/+2
2015-08-15HPM compatibility improvementsHaru1-0/+2
2015-08-10Move use item script function call into function script_run_use_script.Andrei Karas1-2/+2
2015-08-02Merge pull request #601 from 4144/hpmreducemalufett1-339/+342
2015-08-02Merge pull request #585 from csnv/one_line_fixesmalufett1-0/+3
2015-07-25Reduce memory usage in HPM in skill.cAndrei Karas1-339/+342
2015-07-12Remove useless checks from map server.Andrei Karas1-1/+1
2015-07-07Fixed a compile error on armv7l (Raspberry Pi 2 model B)Haru1-2/+0
2015-07-05Fixes skill blocks overiding larger blockscsnv1-0/+3
2015-06-19Removed ".." from include directivesHaru1-33/+33
2015-06-02Follow up to 712812bMysteries1-1/+1
2015-06-02Re-implemented clif->colormes to accept arbitrary colorsHaru1-2/+2
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-102/+105
2015-05-31Fixed Bug#8673malufett1-20/+16
2015-05-31Follow up@027f124cbb96bb99d00bc31ad51345024edadf66malufett1-4/+5
2015-05-26Fix Vacuum Extrem resistanceMichieru1-2/+4
2015-05-26Another batch of corrected skill level checkmalufett1-1/+2
2015-05-26Fixed Bug#8682malufett1-0/+1
2015-05-24Fixes ninja skill Final Strike sliding. Bug report 8618: http://hercules.ws/b...csnv1-3/+10
2015-05-24Corrected a skill level checkHaru1-2/+5
2015-05-21* Follow-up to 5be01dcMichieru1-1/+1
2015-05-19Fixed some issues reported by coverity scan [3/3]Haru1-22/+5
2015-05-19Fixed some issues reported by coverity scan [1/3]Haru1-3/+2
2015-05-18Removed duplicates of clif->msgtableHaru1-7/+7