summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-14Update pc_steal_coin parameterEmistry1-1/+1
2016-07-19Add skill atributes for allow moving while casting skill.Andrei Karas1-3/+14
2016-07-17Removed Leftover of skill_db.txtDastgir1-7/+0
2016-07-14Changed mmo_charstatus::base_level and mmo_charstatus::job_level to intHaru1-2/+2
2016-07-12Add into skill.c some handling for unknown skills/skill units.Andrei Karas1-42/+58
2016-07-12Interface random.chemagx1-2/+2
2016-07-12Fix reading skill_db.confAndrei Karas1-27/+34
2016-07-09Merge pull request #1333 from Smokexyz/SkillDBLibHaru1-231/+1297
2016-07-09SkillDB TXT to Libconfig + converterSmokexyz1-231/+1297
2016-07-05Move static methods into interface in skill.cAndrei Karas1-27/+32
2016-07-02Trivialities: indentation fixesHaru1-18/+18
2016-07-01Merge pull request #1328 from HerculesWS/exp_fixesHaru1-2/+2
2016-06-30Use item attribute as flags varible. Now only ATTR_BROKEN flag exists.Andrei Karas1-4/+5
2016-06-29Fix EXP modifiers to match aegis modifiers calclution.hemagx1-2/+2
2016-05-08Fixed various issues pointed out by cppcheckHaru1-4/+4
2016-04-29Fix issues found by new warnings.Andrei Karas1-1/+1
2016-04-23Changed map_session_data::chatID to int (and renamed to chat_id)Haru1-3/+4
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-1/+2
2016-03-19status_get_name returns NULL instead of Unknown, Changed all functions to use...Dastgir1-4/+4
2016-03-11Merge pull request #1192 from 4144/extendlogHaru1-6/+6
2016-03-10Add new logging types.Andrei Karas1-6/+6
2016-03-06Fixes #1114Jedzkie1-3/+2
2016-02-28Changed mob mode field to 32 bit, for future expansionHaru1-2/+2
2016-02-28Added NoKnockback Mode for monstersDastgir1-1/+1
2016-02-27Replaced various '-1' with the correct constantHaru1-21/+21
2016-02-24Edited skill->changematerial() and skill->elementalanalysis() to use the new ...Haru1-14/+21
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-4/+4
2016-02-05Merge pull request #1087 from csnv/songsDastgir1-17/+62
2016-01-14Apple of idun re-adjustment. Thanks @KyemeJorge C1-33/+16
2016-01-13Added support to mark constants in db/constants.conf as deprecatedHaru1-1/+1
2016-01-12Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)Haru1-3/+3
2016-01-10Revamped Aegis style songs behavior. Fixes #835Jorge C1-13/+75
2016-01-09Added support for MC_CARTDECORATE skill.Jedzkie1-1/+8
2016-01-08Fixed a mapserver crash (too small allocation)Haru1-1/+1
2016-01-08Cleaned up the pilebunker item checkHaru1-6/+4
2016-01-07Skill Update:Jedzkie1-3/+7
2016-01-06Replaced the remaining explicit casts with BL_CAST/BL_UCASTHaru1-46/+55
2016-01-06Replaced some explicit casts with BL_UCASTHaru1-58/+66
2016-01-06Replaced some map->id2sd calls with the proper map->id2XX functionHaru1-7/+13
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-110/+177
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-1/+1
2016-01-06Change all TBL_NPC to struct npc_data as per style guidelineshemagx1-2/+3
2016-01-06Change all TBL_PET to struct pet_data as per style guidelineshemagx1-8/+10
2016-01-06Change all TBL_SKILL to struct skill_data as per style guidelineshemagx1-5/+5
2016-01-06Change all TBL_MER to struct mercenary_data as per style guidelineshemagx1-4/+4
2016-01-06Change all TBL_HOM to struct homun_data as per style guidelineshemagx1-5/+5
2016-01-06Change all TBL_MOB to struct mob_data as per strly guidelineshemagx1-8/+9
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-32/+33
2016-01-06Revert the changes in scope. thanks @dastgir.Jedzkie1-1/+2
2016-01-06Fixed #1071Jedzkie1-8/+7