summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-20MobDB SQL SyncHercules.ws1-15/+24
2016-07-20ItemDB SQL SyncHercules.ws1-3/+12
2016-07-20Merge pull request #1370 from Ridley8819/instanceshemagx7-1095/+3079
2016-07-20Old Glast Heim and Nightmare Glast Heim implementationRidley88197-1095/+3079
2016-07-19Merge pull request #1372 from 4144/freemoveHaru8-32/+70
2016-07-19Add new skill attributes into skill_db and skill db converter.Andrei Karas3-0/+12
2016-07-19Add skill atributes for allow moving while casting skill.Andrei Karas5-32/+58
2016-07-18ItemDB SQL SyncHercules.ws1-4/+4
2016-07-18Merge pull request #1371 from Asheraf/masterHaru1-4/+4
2016-07-18Fix a typo in some items bonusAsheraf1-4/+4
2016-07-17Merge pull request #1364 from Smokexyz/skilldbfixHaru1-30/+30
2016-07-17Merge pull request #1369 from 4144/buildbotHaru1-0/+4
2016-07-17If build bot enabled, show error message in ShowConfigWarning.Andrei Karas1-0/+4
2016-07-17Merge pull request #1367 from 4144/perfHaru1-27/+73
2016-07-17Improve a bit performance in bl_getall_area.Andrei Karas1-27/+73
2016-07-17Merge pull request #1366 from dastgir/34-skillfixesIbrahem Hossam1-7/+0
2016-07-17Removed Leftover of skill_db.txtDastgir1-7/+0
2016-07-15Fixed skilldbconverter.php display on windows.Smokexyz1-30/+30
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.KirieZ5-1/+15
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-13Merge pull request #1360 from 4144/skillcastingHaru3-5/+6
2016-07-14Simplify clif_skillcasting and rename to clif_useskill.Andrei Karas3-5/+6
2016-07-13Merge pull request #1359 from 4144/travisHaru4-2/+19
2016-07-13Add missing includes into HPM.Andrei Karas3-0/+10
2016-07-13Add into travis check for hpm.Andrei Karas1-2/+9
2016-07-12HPM Hooks UpdateHercules.ws4-0/+201
2016-07-12Merge pull request #1354 from 4144/hooksHaru5-100/+102
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-12Merge pull request #1290 from HerculesWS/common_interfacingAndrei Karas56-942/+5141
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.chemagx21-75/+155
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 spinlockHaru7-78/+93
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