summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2015-01-24Moved the Hercules Channel System to its own file/interfaceHaru1-2/+2
2015-01-24Fixed 18 minor issuesHaru6-93/+161
2015-01-20Fixes Compile Error on WindowsDastgir1-2/+3
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru9-93/+69
2015-01-18Command line arguments handling overhaulHaru7-91/+331
2015-01-18Implementing nullpo interface for plugin useshennetsind4-3/+24
2015-01-18Connection History Redesignshennetsind1-81/+56
2015-01-18Merge branch 'master' of github.com:HerculesWS/Herculesshennetsind1-1/+1
2015-01-18Fixing 38 issuesshennetsind3-11/+15
2015-01-17Merge pull request #444 from 4144/coverityshennetsind1-1/+1
2015-01-18Fix out of bound issue in mapindex.c.Andrei Karas1-1/+1
2015-01-1727 Fixesshennetsind1-1/+1
2015-01-17Another ~10 Fixesshennetsind2-3/+5
2015-01-1710 Distinct fixesshennetsind2-2/+3
2015-01-15Merge branch 'master' of https://github.com/HerculesWS/HerculesDastgir28-62/+95
2015-01-15Changed Zeny Limit in Bank to 2,147,483,647Dastgir1-1/+1
2015-01-12Fix some compilation warnings with clang 3.6.Andrei Karas1-1/+1
2015-01-12Silenced some -Wunused-value warnings in sigemptyset and sigaddset callsHaru1-7/+8
2015-01-12Removed unused (re)definition of NBBY from cbasetypes.hHaru1-6/+0
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru23-46/+81
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