summaryrefslogtreecommitdiff
path: root/src/char
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-06Replaced pincode_enabled to pincode->enabledPoison1-2/+2
2014-12-06share mapindex in char server.Andrei Karas1-0/+1
2014-12-06into mapindex add variable with default map and position.Andrei Karas1-6/+6
2014-11-17Fixed char.c compilation error in MSVC <= 2012TungSinpei1-17/+26
2014-11-16Whitespace cleanup (no code changes)Haru25-765/+755
2014-11-16Moved mapif_s into mapif.cHaru2-169/+171
2014-11-16Moved pincode settings into the interfaceHaru3-42/+39
2014-11-16Moved loginif-related functions to loginif.cHaru4-300/+308
2014-11-16Moved geoip-related functions to geoip.cHaru3-175/+171
2014-11-15In char server move config options handling by plugins into char_config_dispa...Andrei Karas1-2/+2