summaryrefslogtreecommitdiff
path: root/src/char
AgeCommit message (Expand)AuthorFilesLines
2016-02-19Fix some cast discards 'const' qualifier from pointer target type warnings.Andrei Karas1-7/+7
2016-02-17Replaced some now unnecessary includes with forward declarations in header filesHaru1-0/+1
2016-02-15Replaced a call to sleep() with HSleep()Haru1-8/+1
2016-01-29Merge pull request #1108 from 4144/pcreconfigureHaru1-2/+2
2016-01-29Merge pull request #1100 from theultramage/gpermHaru1-1/+1
2016-01-25Fix packet id being sent encrypted to Hercules Plugin Manager.hemagx1-12/+13
2016-01-21Enable pcre by default in configure and show error if pcre missing.Andrei Karas1-2/+2
2016-01-14Adjusted names in enum guild_permission to still make sense when additional c...ultramage1-1/+1
2016-01-09Corrected various zero-argument function definitionsHaru1-2/+2
2016-01-05Added Support for BodyStyleDastgir1-46/+48
2015-12-24Change packet 0x82d to not send billing slots.hemagx1-1/+1
2015-12-22Ensured 32+1 bytes for all buffers that hold variable namesHaru1-5/+7
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru35-126/+695
2015-12-15Added GPL information on interactive server startupHaru1-0/+1
2015-12-13Renaming 'start_point' to 'start_point_re'Jedzkie1-5/+5
2015-12-02Fixed an issue with the HPMDataCheck when PCRE is enabledHaru1-2/+2
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