summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-07-31Clean up hercules.ws leftovershemagx1-1/+1
2016-07-25Added a missing entry into messages.conf and added some comments where missin...epuncker10-68/+58
2016-07-19Add skill atributes for allow moving while casting skill.Andrei Karas5-32/+58
2016-07-17If build bot enabled, show error message in ShowConfigWarning.Andrei Karas1-0/+4
2016-07-17Improve a bit performance in bl_getall_area.Andrei Karas1-27/+73
2016-07-17Removed Leftover of skill_db.txtDastgir1-7/+0
2016-07-14HPM Hooks UpdateHercules.ws2-53/+53
2016-07-14Merge pull request #1361 from HerculesWS/coverity-fixesAndrei Karas14-166/+138
2016-07-14Fixes warp facing direction.KirieZ4-1/+11
2016-07-14Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to intHaru4-48/+25
2016-07-14Changed chat_data::minLvl and chat_data::maxLvl to int and renamed to min_lev...Haru3-14/+14
2016-07-14Changed map_session_data::change_level_2nd and map_session_data::change_level...Haru3-27/+25
2016-07-14Changed mmo_charstatus::base_level and mmo_charstatus::job_level to intHaru10-59/+57
2016-07-14Changed various functions to take a const sdHaru2-11/+11
2016-07-14Changed pc->maxbaselv() and pc->maxjoblv() to return signed int and take cons...Haru3-18/+19
2016-07-14Fixed Coverity CID 150315: Integer overflowed argumentHaru2-14/+14
2016-07-14Fixed Coverity CID 150316: Copy into fixed size bufferHaru1-7/+5
2016-07-13HPM Hooks UpdateHercules.ws4-19/+19
2016-07-14Simplify clif_skillcasting and rename to clif_useskill.Andrei Karas3-5/+6
2016-07-13Add missing includes into HPM.Andrei Karas3-0/+10
2016-07-12HPM Hooks UpdateHercules.ws4-0/+201
2016-07-12Extract some code from battle_calc_damage into battle_calc_pc_damage.Andrei Karas2-24/+36
2016-07-12Add into skill.c some handling for unknown skills/skill units.Andrei Karas4-76/+66
2016-07-12HPM Hooks UpdateHaru7-0/+253
2016-07-12Various changes to the grfio interfaceHaru3-189/+332
2016-07-12Dropped unnecessary typedefs from grfioHaru1-24/+26
2016-07-12Interface grfio.chemagx7-30/+57
2016-07-12HPM Hooks UpdateHaru15-1/+1089
2016-07-12Various changes to the thread interfaceHaru3-117/+136
2016-07-12Removed unnecessary typedefs from thread and spinlockHaru6-78/+91
2016-07-12Corrected some compiler warnings in test_spinlockHaru1-1/+1
2016-07-12Interface thread.chemagx7-141/+176
2016-07-12HPM Hooks UpdateHaru15-0/+800
2016-07-12Various changes to the random interfaceHaru2-26/+76
2016-07-12Interface random.chemagx7-48/+82
2016-07-12HPM Hooks UpdateHaru15-0/+984
2016-07-12Various changes to the mutex interfaceHaru2-51/+70
2016-07-12Removed unnecessary typedefs from mutex.hHaru3-57/+56
2016-07-12Interface mutex.chemagx5-85/+115
2016-07-12HPM Hooks UpdateHaru15-0/+310
2016-07-12Various changes to the md5 interfaceHaru2-69/+104
2016-07-12Interface md5calc.chemagx7-26/+42
2016-07-12HPM Hooks UpdateHaru15-1/+212
2016-07-12Various changes to the des interfaceHaru3-82/+108
2016-07-12Removed unnecessary typedefs from des.hHaru3-25/+31
2016-07-12Interface des.chemagx5-11/+30
2016-07-11Merge pull request #1352 from 4144/skilldbfixHaru2-27/+35
2016-07-12Fix reading skill_db.confAndrei Karas2-27/+35
2016-07-10Fixed some issues with NULL dates in the login tableHaru2-7/+19
2016-07-10HPM Hooks UpdateHercules.ws4-0/+34