summaryrefslogtreecommitdiff
path: root/src/char
AgeCommit message (Expand)AuthorFilesLines
2015-10-22Removed support for the deprecated SQL item, mob, mob_skill databases.Haru2-8/+0
2015-10-19rename malloc.c/h to memmgr.Andrei Karas14-14/+14
2015-10-11Changed chr->server[].maps to a VECTORHaru3-35/+32
2015-10-11Cleanup of the HPluginData implementation (second part)Haru2-2/+3
2015-10-11Cleanup of the HPluginData implementation (First part)Haru2-6/+13
2015-10-11Changed HPM->packets[] into an array of VECTORHaru1-14/+18
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru4-7/+5
2015-09-05Added RE/Pre-RE start_point ability.Taylor Locke1-13/+38
2015-08-27Hotkey Rotate Packet ImplementedDastgir1-3/+6
2015-08-15Automatic HPM symbol sharingHaru2-21/+1
2015-08-15Moved sql_handle into the HPMi interfaceHaru2-1/+1
2015-08-15Added core HPM interfaceHaru2-14/+14
2015-08-15Enabled HPMDataCheck for login and char serversHaru1-8/+0
2015-08-15HPM compatibility improvementsHaru32-130/+150
2015-08-15Moved session array into the socket interfaceHaru1-33/+33
2015-08-15Added showmsg HPM interfaceHaru1-4/+4
2015-08-15Cleaned up socket interfaceHaru3-49/+48
2015-08-13Corrected some include guardsHaru2-6/+6
2015-08-12Fix weapon field size in char_mmo_char_tobuf.Andrei Karas1-1/+1
2015-08-11subnet.conf overhaulHaru2-90/+28
2015-08-09Removed unused tables sstatus and interregHaru2-4/+0
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