summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2015-01-12Added detailed error message when a plugin fails to loadHaru2-2/+5
2015-01-10Add new eclage skills used in itemsMichieru1-0/+1
2015-01-05Fix memory leak after closing mysql connection.Andrei Karas1-0/+1
2014-12-31Improve performance a bit by removing strlen(str) > 0.Andrei Karas1-1/+1
2014-12-31Fix checking result from function TryEnterCriticalSection.Andrei Karas1-1/+1
2014-12-31Remove useless checks.Andrei Karas1-1/+1
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas3-18/+24
2014-12-26In linux enable thin-stream mode.Andrei Karas1-0/+11
2014-12-19Add struct item_data, mob_db and mob_data for pluginsAnnieRuru1-0/+15
2014-12-14Fixed some improper grammar.Mysteries1-1/+1
2014-12-10RENEWAL Updates:malufett1-0/+8
2014-12-06into mapindex add variable with default map and position.Andrei Karas2-2/+11
2014-12-04Merge pull request #394 from 4144/mapindexHaruna2-3/+12
2014-12-02Fix compilation without memory manager.Andrei Karas2-0/+4
2014-11-16In mapindex move check for default map into separate method.Andrei Karas2-3/+12
2014-11-16Whitespace cleanup (no code changes)Haru32-927/+859
2014-11-16Added missing strlib->jstrescapecpy initializationHaru1-0/+1
2014-11-16Moved strlib_s, stringbuf_s and sv_s into strlib.cHaru2-3/+7
2014-11-16Moved sql_s into sql.cHaru2-1/+3
2014-11-16Moved DB_s into db.cHaru2-1/+3
2014-11-16Moved HPM_s into HPM.c and removed the HPMi_s symbol from the coreHaru3-2/+4
2014-11-15Add support for plugin options in map server config (script.conf).Andrei Karas1-0/+3
2014-11-15Add support for plugin options in map server config (logs.conf).Andrei Karas1-0/+3
2014-11-15Add support for plugin options in map server config (inter-server.conf).Andrei Karas1-1/+4
2014-11-15Add support for plugin options in char server config (inter-server.conf).Andrei Karas1-3/+6
2014-11-15Add support for plugin options in char server config.Andrei Karas1-1/+4
2014-11-15Add support for plugin options in login server config.Andrei Karas1-0/+3
2014-11-15regenerate HPM hooks.Andrei Karas1-0/+81
2014-11-14Add ability to add deprecated command from scripts and plugins.Andrei Karas1-2/+8
2014-11-11Corrected some uninitialized interface functionsHaru1-0/+1
2014-11-07HPM Hooks Update.Andrei Karas1-0/+5
2014-11-03Merge branch 'master' of github.com:HerculesWS/Herculesshennetsind4-56/+137
2014-11-03Introducing 2014-10-22, Roulette and Per-Char Gender!shennetsind1-1/+1
2014-10-28Added preliminary support for char and login server to HPMHookingHaru1-11/+24
2014-10-28Added preliminary support for login and char server in the HPMDataCheckHaru4-45/+113
2014-10-04Pathfinding now works exactly as on the clientMichieru1-0/+99
2014-09-21Fixed Bug 8344shennetsind1-7/+0
2014-09-08Fix on start possible buffer overruns.Andrei Karas1-1/+1
2014-08-20Follow-up to b294026e6614a652c23bb0cea8a0d4dc69d8b125Haru1-0/+1
2014-08-07Fixed some MSVC incompatibilitiesHaru2-0/+3
2014-08-07Corrected several format-string errors through the codeHaru14-99/+115
2014-07-19Corrected a dangling pointer in various DBMap/DBIterator functionsHaru1-8/+14
2014-07-11Explicitly specify 'void' when a function expects no argumentsHaru5-15/+15
2014-07-11Removed some c++ compatibility definitionsHaru2-39/+3
2014-07-11Fixed reserved __identifier violationsHaru35-216/+211
2014-07-11Removed unsafe pointer typedefsHaru9-115/+115
2014-07-10Follow up to 3c24fb656f3b3370b7152d6f1d2cc9dbc6fbae5dpanikon1-3/+2
2014-07-10Re-added revision info to the memory leak logHaru2-7/+9
2014-07-09Corrected compile errors in case DB_ENABLE_STATS is definedHaru1-4/+4
2014-07-09Corrected issue with bce716fa908584f435dcf97904fb37ada6dd90b7 forgot to remov...panikon2-3/+3