summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-11-04add ignore for evol plugin.Andrei Karas1-0/+1
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
2015-10-11Changed console->input->cmds to a VECTOR and renamed to console->input->commandsHaru2-35/+35
2015-10-11Changed console->input->cmd_list to a VECTOR and renamed to console->input->c...Haru2-64/+74
2015-10-11Changed HPM->cmdline_plugins to a VECTOR and renamed to HPM->cmdline_load_plu...Haru2-15/+9
2015-10-11Changed HPM->confs to a VECTOR and renamed to HPM->config_listenersHaru3-42/+53
2015-10-11Changed HPM->fnames to a vector type, renamed to HPM->filenamesHaru2-24/+41
2015-10-11Changed HPM->packets[] into an array of VECTORHaru6-87/+91
2015-10-11Changed HPM->symbols to a VECTORHaru2-24/+40
2015-10-11Replaced HPM->plugins with a VECTORHaru2-57/+93
2015-10-11Changed VECTOR/BHEAP/ARRAY macros to discourage usage of unsigned loop counters.Haru4-28/+44
2015-10-11Removed reserved identifiers from db.h (VECTOR, BHEAP implementations)Haru1-561/+738