summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-20Fix build on windows.r20151104Andrei Karas1-1/+1
2015-10-20Add build script.Andrei Karas1-0/+58
2015-10-20add ignore for evol plugin.Andrei Karas1-0/+1
2015-10-20add install target to make file.Andrei Karas1-0/+8
2015-10-20disable import target in make file.Andrei Karas1-5/+5
2015-10-20Add configure into ignore list.Andrei Karas1-0/+1
2015-10-20Remove configure.Andrei Karas1-9590/+0
2015-10-20Move windows and mac run time files into runtime dir.Andrei Karas12-0/+0
2015-10-20Clean a bit .travis.yml.Andrei Karas1-4/+0
2015-10-20Clean doc dir from client or server data related docs.Andrei Karas7-2970/+0
2015-10-20Remove conf dir.Andrei Karas1124-972750/+0
2015-10-20Remove cache dir.Andrei Karas4-32/+0
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