summaryrefslogtreecommitdiff
path: root/src/char
AgeCommit message (Expand)AuthorFilesLines
2015-08-05Add checks for servers ip address in inter server connections.Andrei Karas2-5/+7
2015-07-12Remove useless checks from char server.Andrei Karas4-4/+1
2015-07-12Add missing checks to pincode.cAndrei Karas1-1/+2
2015-07-12Add missing check and NONNULL attributes to char.c.Andrei Karas1-0/+17
2015-06-22Fixing party creation failure conditionAncyker1-1/+0
2015-06-19Cleaned up HPMDataCheck includesHaru1-0/+12
2015-06-19Cleaned up some #includesHaru24-36/+41
2015-06-19Removed ".." from include directivesHaru32-257/+259
2015-06-02Follow up to 712812bMysteries1-1/+1
2015-06-01Replaced some of the hardcoded values with constants (char)Haru4-79/+76
2015-05-17Fixed some issues detected by coverity scanHaru3-12/+14
2015-04-25Fixed @changesex issues on PACKETVERs that don't support per-character sex.Haru2-125/+192
2015-04-12Fix issue http://hercules.ws/board/tracker/issue-8620-error-in-quest/Andrei Karas1-2/+3
2015-04-10Fixed some compiling errors under MSVCcsnv2-2/+6
2015-04-09Add checks to pincode.cAndrei Karas1-1/+14
2015-04-09Add checks to loginif.cAndrei Karas1-0/+9
2015-04-09Add checks to inter.cAndrei Karas1-1/+23
2015-04-09Add checks to int_storage.cAndrei Karas1-1/+7
2015-04-09Add checks to int_quest.cAndrei Karas1-1/+4
2015-04-09Add checks to int_pet.cAndrei Karas1-0/+6
2015-04-09Add checks to int_party.cAndrei Karas1-0/+14
2015-04-09Add checks to int_mercenary.cAndrei Karas1-0/+6
2015-04-09Add checks to int_mail.cAndrei Karas1-0/+12
2015-04-09Add checks to int_homun.cAndrei Karas1-0/+7
2015-04-09Add checks to int_guild.cAndrei Karas1-3/+45
2015-04-09Add checks to int_elements.cAndrei Karas1-0/+4
2015-04-09Add checks to int_auction.cAndrei Karas1-1/+7
2015-04-09Add checks to char.cAndrei Karas1-29/+79
2015-04-01Fix reading character from db.Andrei Karas1-1/+1
2015-01-24Fixed 18 minor issuesHaru3-3/+8
2015-01-20Fixes Compile Error on WindowsDastgir1-1/+1
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru10-69/+54
2015-01-18Command line arguments handling overhaulHaru3-29/+68
2015-01-18Replacing rand leftovers with the mt19937arshennetsind1-1/+1
2015-01-18Merge branch 'master' of github.com:HerculesWS/Herculesshennetsind2-2/+3
2015-01-18Fixing 38 issuesshennetsind1-2/+2
2015-01-17Merge pull request #444 from 4144/coverityshennetsind2-2/+3
2015-01-18Add some fixes to char server.Andrei Karas2-2/+3
2015-01-1727 Fixesshennetsind1-21/+15
2015-01-17Another ~10 Fixesshennetsind1-2/+2
2015-01-1710 Distinct fixesshennetsind1-5/+5
2015-01-17Stat server submission logic updateshennetsind1-1/+12
2015-01-12Fixed some -Wformat-security warningsHaru5-18/+14
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru17-0/+36
2015-01-07Fixed char-server crash for clients >= 20141022, Thanks to Yommy and Inddastgirpojee1-5/+4
2014-12-31Fix wrong useless cycle added in commit c47d8e4b8f9d63ab6b4e7e286e91cd50a5bdd...Andrei Karas1-1/+1
2014-12-31fix typo in inter.c in initerface initialisation.Andrei Karas1-1/+1
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-2/+1
2014-12-26Save char sex in db.Andrei Karas1-3/+19
2014-12-06Merge pull request #403 from 4144/mapextHaruna1-6/+7