summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-19Fix build on windows.s20160809evolrelease2016-08-07Andrei Karas1-1/+1
2016-07-19Add build script.Andrei Karas1-0/+59
2016-07-19add ignore for evol plugin.Andrei Karas1-0/+1
2016-07-19add install target to make file.Andrei Karas1-0/+8
2016-07-19disable import target in make file.Andrei Karas1-5/+5
2016-07-19Add configure into ignore list.Andrei Karas1-0/+1
2016-07-19Move windows and mac run time files into runtime dir.Andrei Karas12-0/+0
2016-07-19Clean a bit .travis.yml.Andrei Karas1-4/+0
2016-07-19Remove conf dir.Andrei Karas1141-1229339/+0
2016-07-19Remove cache dir.Andrei Karas4-32/+0
2016-07-19Fix gcc lto.Andrei Karas2-5562/+2
2016-07-19Hide area packets from hidden players/gms.Andrei Karas1-1/+7
2016-07-19Allow sell items to market shop.Andrei Karas1-1/+1
2016-07-19Add missing checks into script.c (incomplete)Andrei Karas2-10648/+36
2016-07-19Add missing checks into quest.cAndrei Karas1-0/+9
2016-07-19Add missing checks into pet.cAndrei Karas1-2/+23
2016-07-19Add missing checks into pc_groups.cAndrei Karas1-0/+7
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