summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-08-19Ported logs.conf to libconfigHaru3-100/+237
2016-08-19HPM Hooks UpdateHaru4-21/+22
2016-08-19Ported npc config to libconfigHaru2-36/+83
2016-08-19HPM Hooks UpdateHaru4-39/+5
2016-08-19Improved map list loadingHaru2-64/+46
2016-08-19HPM Hooks UpdateHaru2-18/+18
2016-08-19Ported map-server.conf to libconfigHaru2-124/+332
2016-08-19HPM Hooks UpdateHaru2-9/+9
2016-08-19Ported login-server.conf to libconfigHaru8-501/+808
2016-08-19HPM Hooks UpdateHaru7-61/+266
2016-08-19Ported inter-server.conf to libconfigHaru10-250/+460
2016-08-19HPM Hooks UpdateHaru4-42/+416
2016-08-19Ported char-server.conf to libconfigHaru5-238/+609
2016-08-19Renamed some char and inter server variablesHaru10-74/+75
2016-08-16Corrected the showscript packetEmistry Haoyan1-1/+1
2016-08-16Add missing quote chars in char.cAndrei Karas1-1/+1
2016-08-16Add missing escaping for saved player strings into db.Andrei Karas1-2/+5
2016-08-14Merge pull request #1396 from Emistry/on_pc_eventHaru3-0/+12
2016-08-14HPM Hooks UpdateHercules.ws2-8/+8
2016-08-14Update pc_steal_coin parameterEmistry3-8/+9
2016-08-13Added atcommand configEmistry3-2/+11
2016-08-10Enable @b/joblvl trigger OnPCLvUpEventEmistry1-0/+3
2016-08-10Fix login and char servers null pointer access if packet handler in plugin in...Andrei Karas2-2/+8
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