summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Fixed Typos (+1 squashed commits)ossi01106-29/+100
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-20Converted all the commented out mob_db/mob_db22 entries to the new formatHaru3-923/+7351
2015-10-20Fixed an issue preventing the mob_db2 from being loadedHaru2-9/+6
2015-10-20Merge pull request #778 from 4144/mobdbHaruna12-3822/+127368
2015-10-20Convert mob_db to new format.Andrei Karas5-3517/+126281
2015-10-20Add Mob_db converter from txt to conf.Andrei Karas2-0/+288
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-19Merge pull request #804 from 4144/memmanagerHaruna103-150/+198
2015-10-19Fix reallocating memory without memory manager.Andrei Karas1-1/+49
2015-10-19rename malloc.c/h to memmgr.Andrei Karas103-149/+149
2015-10-17Fixed some VS project whitespace inconsistenciesHaru10-20/+20
2015-10-17Fixed an error in the refine_db loaderHaru1-33/+52
2015-10-17Merge pull request #799 from 4144/fixwallHaruna1-1/+1
2015-10-17Fix crash while removing invisible wall.Andrei Karas1-1/+1
2015-10-13Merge pull request #797 from 4144/insertcardHaruna1-1/+5
2015-10-13Return actual result from pc_insert_card.Andrei Karas1-1/+5
2015-10-13ItemDB SQL SyncHercules.ws1-1/+14
2015-10-13Merge pull request #794 from moguri85/masterDastgir4-15/+264
2015-10-13Fixed some missing stuffmoguri851-5/+23
2015-10-13Added Items needed in eden_iro.txtmoguri854-14/+245
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 Karas11-138/+1010
2015-10-11Merge pull request #760 from HerculesWS/738-vectorsAndrei Karas48-1529/+1734
2015-10-11Added test_libconfig test suite.Haru4-14/+865
2015-10-11Added support to libconfig for key names containing '.' or beginnig with digits.Haru6-123/+144
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
2015-10-10Fixed issue #783Emistry1-1/+1
2015-10-06HPM Hooks UpdateHercules.ws1-24/+24