summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-02Fix out of bound access if skill level is 0.Andrei Karas1-25/+25
2015-05-01Fix memory allocation error in atcommand.cAndrei Karas1-1/+1
2015-04-25Merge pull request #502 from k-py/bugfix-return-getvariableofnpcHaruna1-11/+21
2015-04-25HPM Hooks UpdateHercules.ws4-6/+70
2015-04-25Fixed @changesex issues on PACKETVERs that don't support per-character sex.Haru6-142/+225
2015-04-23Fixed Bug#8644malufett1-0/+1
2015-04-23Fixed Bug#8474malufett1-5/+12
2015-04-22Minor refactoring of script function return.Kpy!1-10/+13
2015-04-22Fix a crash condition when incorrectly using return outside the scope of a fu...Kpy!1-1/+8
2015-04-21Fix script function return always removing references from NPC variables.Kpy!1-1/+1
2015-04-20Fixed Bug#8638malufett1-4/+5
2015-04-19Fixed wrong job_db.conf path from 0f2b317372c2d1c95d4f09c94d054958418a39b4.Taylor Locke1-1/+1
2015-04-19Fixed Bug#8636malufett1-1/+6
2015-04-16Update HPM hooks.Andrei Karas3-0/+31
2015-04-15In comment change job_db1.txt to job_db.confAndrei Karas1-1/+1
2015-04-15Allow for plugins read custom fields from jobdb1.Andrei Karas2-130/+140
2015-04-14Merge pull request #496 from 4144/fix8620malufett1-2/+3
2015-04-14Fixed Bug#8621malufett1-1/+1
2015-04-13Fixed Bug#8624malufett1-1/+6
2015-04-12Fix issue http://hercules.ws/board/tracker/issue-8620-error-in-quest/Andrei Karas1-2/+3
2015-04-10Fixed some compiling errors under MSVCcsnv2-2/+6
2015-04-10Merge pull request #482 from 4144/checksmalufett14-37/+237
2015-04-10Merge pull request #489 from 4144/loginchecksmalufett4-18/+83
2015-04-10Fixed Bug#8615malufett1-1/+1
2015-04-10Merge branch 'master' of https://github.com/HerculesWS/Hercules into JobDBRed...malufett2-9/+16
2015-04-09Add checks to loginlog_sql.cAndrei Karas1-0/+5
2015-04-09Add checks to login.cAndrei Karas1-5/+31
2015-04-09Add checks to ipban_sql.cAndrei Karas1-4/+9
2015-04-09Add checks to account_sql.cAndrei Karas1-9/+38
2015-04-09Add checks to pincode.cAndrei Karas1-1/+14
2015-04-09Add checks to loginif.cAndrei Karas1-0/+9
2015-04-09Add checks to inter.cAndrei Karas1-1/+23
2015-04-09Add checks to int_storage.cAndrei Karas1-1/+7
2015-04-09Add checks to int_quest.cAndrei Karas1-1/+4
2015-04-09Add checks to int_pet.cAndrei Karas1-0/+6
2015-04-09Add checks to int_party.cAndrei Karas1-0/+14
2015-04-09Add checks to int_mercenary.cAndrei Karas1-0/+6
2015-04-09Add checks to int_mail.cAndrei Karas1-0/+12
2015-04-09Add checks to int_homun.cAndrei Karas1-0/+7
2015-04-09Add checks to int_guild.cAndrei Karas1-3/+45
2015-04-09Add checks to int_elements.cAndrei Karas1-0/+4
2015-04-09Add checks to int_auction.cAndrei Karas1-1/+7
2015-04-09Add checks to char.cAndrei Karas1-29/+79
2015-04-07Done show error message in client if was used item with flag KeepAfterUse.Andrei Karas1-6/+7
2015-04-07Return from pc_equipitem/pc_unequipitem 0 if cant equip item and 1 if item eq...Andrei Karas1-2/+8
2015-04-02Merge branch 'master' of https://github.com/HerculesWS/Hercules into JobDBRed...malufett9-69/+100
2015-04-01Fix reading character from db.Andrei Karas1-1/+1
2015-04-01Fixed Bug#8601malufett2-61/+34
2015-03-30Fixed Bug#8596malufett1-1/+1
2015-03-30Update HPM hooks.Andrei Karas3-0/+31