summaryrefslogtreecommitdiff
path: root/src/char
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Removed unnecessary typedefs from sql.hHaru9-13/+17
2016-03-20Added const qualifier to some typecastsHaru1-9/+9
2016-03-09Corrected some issues in the item data saving functionHaru2-189/+61
2016-03-06Replace wrong variable usage in party creation code (closes #1185)Andrei Karas1-3/+4
2016-02-28Changed mob mode field to 32 bit, for future expansionHaru1-2/+2
2016-02-27Corrected wrong variable type of struct status_change_data::tickHaru1-4/+6
2016-02-24Removed various redundant typecastsHaru3-14/+12
2016-02-24Removed several unnecessary explicit casts of the WFIFOP resultHaru5-15/+15
2016-02-24Removed unnecessary explicit casts of the value of WBUFPHaru1-1/+1
2016-02-24Removed several unnecessary RFIFOP typecastsHaru12-50/+48
2016-02-24Added const qualifier to several variable/argument pointersHaru15-96/+115
2016-02-24Updated inter_pet->tosql() and mapif->save_pet() to work with const dataHaru4-37/+40
2016-02-24Split mapif->mercenary_save() into two functions (save and create)Haru3-22/+44
2016-02-24Split mapif->homunculus_save() into two functions (save and create)Haru3-43/+61
2016-02-24Split mapif->elemental_save() into two functions (save and create)Haru3-25/+51
2016-02-19Remove some unused macroses. Left macroses in socket.cAndrei Karas1-2/+0
2016-02-19Add noreturn attributes.Andrei Karas2-1/+2
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas8-24/+24
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