summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-11-04add ignore for evol plugin.Andrei Karas1-0/+1
2015-11-04Allow sell items to market shop.Andrei Karas1-1/+1
2015-11-04Add missing check to mail.cAndrei Karas1-0/+6
2015-11-04Add missing check to log.cAndrei Karas1-0/+32
2015-11-04Add missing checks into itemdb.cAndrei Karas1-2/+31
2015-11-04Add missing checks to irc-bot.cAndrei Karas1-6/+24
2015-11-04Add missing checks to intif.cAndrei Karas1-2/+55
2015-11-04Add missing checks to instance.cAndrei Karas1-0/+7
2015-11-04Add missing checks to homunculus.cAndrei Karas1-9/+46
2015-11-04Add missing checks to guild.cAndrei Karas1-1/+30
2015-11-04Add missing checks to elemental.cAndrei Karas1-3/+13
2015-10-28Fix memory leak in quest sending packet (closes #831)Andrei Karas1-0/+1
2015-10-26- Update the Status Icons based in kRO Update 10-21-2015.Jedzkie2-5/+118
2015-10-25Merge pull request #516 from milky-milk/pre-re_defenderHaruna1-0/+5
2015-10-24Merge pull request #811 from ossi0110/masterHaruna4-29/+100
2015-10-24Merge pull request #813 from 4144/instancefixHaruna1-2/+2
2015-10-24Fix crash in instance.cAndrei Karas1-2/+2
2015-10-24Merge pull request #751 from dastgir/script_docDastgir1-1/+1
2015-10-22HPM Hooks UpdateHercules.ws3-96/+0
2015-10-22Updated db2sql pluginHaru1-8/+3
2015-10-22Removed support for the deprecated SQL item, mob, mob_skill databases.Haru9-316/+13
2015-10-21Fixed Typos (+1 squashed commits)ossi01104-29/+100
2015-10-21Merge remote-tracking branch 'upstream/master'Er_Maqui76-445/+1000
2015-10-21Fixed a console command parse issueHaru1-16/+9
2015-10-20Corrected a compilation issue in plugins that use the memmgr interfaceHaru1-3/+3
2015-10-20Update HPM hooks.Andrei Karas3-15/+15
2015-10-20Fixed an issue preventing the mob_db2 from being loadedHaru2-9/+6
2015-10-19Update HPM hooks.Andrei Karas3-63/+251
2015-10-19Add support for mob_db in conf format.Andrei Karas2-242/+548
2015-10-19Fix reallocating memory without memory manager.Andrei Karas1-1/+49
2015-10-19rename malloc.c/h to memmgr.Andrei Karas70-73/+73
2015-10-17Fixed an error in the refine_db loaderHaru1-33/+52
2015-10-17Fix crash while removing invisible wall.Andrei Karas1-1/+1
2015-10-13Return actual result from pc_insert_card.Andrei Karas1-1/+5
2015-10-13- Fixed message ID to a lower value.Er_Maqui1-1/+1
2015-10-12- Error message when talking to a pre-defined channel and you aren't on the c...Er_Maqui1-0/+3
2015-10-11Fixed another compiler warning (follow-up to 5c22b63)Haru1-1/+1
2015-10-11Fixed various compiler warnings (follow-up to 5c22b63)Haru4-21/+21
2015-10-11Merge pull request #788 from MishimaHaruna/libconfigAndrei Karas6-17/+868
2015-10-11Added test_libconfig test suite.Haru4-14/+865
2015-10-11Added support to libconfig for key names containing '.' or beginnig with digits.Haru1-2/+2
2015-10-11Fixed an issue in the quest_db parsing function.Haru1-1/+1
2015-10-11Changed chr->server[].maps to a VECTORHaru3-35/+32
2015-10-11HPM Hooks UpdateHaru4-18/+19
2015-10-11Changed various s_subnet arrays to VECTORsHaru2-83/+58
2015-10-11Cleanup of the HPluginData implementation (second part)Haru30-219/+242
2015-10-11Cleanup of the HPluginData implementation (First part)Haru30-357/+246
2015-10-11Changed cmdline->args_data to a VECTORHaru3-21/+22
2015-10-11Fixed an issue preventing correct nesting of console commands into subcategoriesHaru1-1/+1
2015-10-11Changed struct CParseEntry::u.next to VECTOR and renamed to u.childrenHaru2-55/+93