summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Added check for execinfo.h/backtrace() to the configure scriptHaru1-6/+6
2015-08-11HPM Hooks UpdateHercules.ws1-0/+1
2015-08-11subnet.conf overhaulHaru2-0/+208
2015-08-10Added support for visual Studio 2015Haru3-2/+6
2015-08-10Fixed a compile error in CygwinHaru1-3/+3
2015-08-10Fixed a compile error on WIN32/MSVCHaru1-0/+6
2015-08-01HPM Hooks UpdateHercules.ws1-0/+3
2015-07-08HPM Hooks UpdateHercules.ws1-0/+1
2015-06-19HPM Hooks UpdateHercules.ws1-0/+424
2015-06-19Improved info/error messages during plugin loadingHaru1-3/+8
2015-06-19Cleaned up some #includesHaru21-32/+9
2015-06-19Removed ".." from include directivesHaru47-239/+236
2015-06-19Fixed a warning in the backtrace() functionHaru1-3/+3
2015-06-03Follow-up to 42e1df9eHaru1-1/+1
2015-06-02Follow up to 712812bMysteries4-4/+4
2015-06-01Plugin load failure now causes Fatal ErrorAncyker1-39/+26
2015-06-01Replaced some of the hardcoded values with constants (char)Haru1-6/+91
2015-06-01Replaced some of the hardcoded values with constants (misc)Haru5-62/+59
2015-05-30Dump stack in nullpo*/Assert* function.Andrei Karas1-0/+17
2015-05-20* Fixed a compile error.Michieru1-1/+1
2015-05-19Fixed some issues reported by coverity scan [3/3]Haru1-0/+6
2015-05-17HPM Hooks UpdateHercules.ws1-0/+1
2015-05-17Fixed some issues detected by coverity scanHaru1-0/+1
2015-02-11Battleground Data to HPM Structdastgir1-0/+5
2015-01-24HPM Hooks UpdateHaru1-0/+5
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