summaryrefslogtreecommitdiff
path: root/src/char/char.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-22Corrected an issue that caused the setting char_configuration/permission/disp...Haru1-1/+6
2016-08-22Temporary quick-fix for a warning in the linux buildsHaru1-1/+1
2016-08-21Corrected some issues reported by coverityHaru1-4/+7
2016-08-20Re-added HPM support for configuration settingsHaru1-2/+4
2016-08-19Ported socket.conf (was packet.conf) to libconfigHaru1-0/+1
2016-08-19Ported inter-server.conf to libconfigHaru1-99/+180
2016-08-19Ported char-server.conf to libconfigHaru1-206/+541
2016-08-19Renamed some char and inter server variablesHaru1-41/+39
2016-08-16Add missing quote chars in char.cAndrei Karas1-1/+1
2016-08-10Fix login and char servers null pointer access if packet handler in plugin in...Andrei Karas1-1/+4
2016-07-14Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to intHaru1-5/+5
2016-07-14Changed mmo_charstatus::base_level and mmo_charstatus::job_level to intHaru1-9/+9
2016-07-03Add into travis configure option --enable-buildbot.Andrei Karas1-0/+2
2016-07-03Add --run-once flag into char server.Andrei Karas1-0/+14
2016-05-08Fixed various issues pointed out by cppcheckHaru1-1/+1
2016-04-25Reduced the MAX_MAP_SERVERS setting to 1hemagx1-0/+8
2016-03-20Dropped typedef from DBMapHaru1-1/+1
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-6/+6
2016-03-20Changed buffer argument of SQL->StmtBindParam() to constHaru1-2/+2
2016-03-20Removed unnecessary typedefs from sql.hHaru1-5/+5
2016-03-09Corrected some issues in the item data saving functionHaru1-187/+60
2016-02-27Corrected wrong variable type of struct status_change_data::tickHaru1-4/+6
2016-02-24Removed several unnecessary explicit casts of the WFIFOP resultHaru1-8/+8
2016-02-24Removed unnecessary explicit casts of the value of WBUFPHaru1-1/+1
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-13/+12
2016-02-24Added const qualifier to several variable/argument pointersHaru1-7/+7
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-12/+12
2016-02-15Replaced a call to sleep() with HSleep()Haru1-8/+1
2016-01-25Fix packet id being sent encrypted to Hercules Plugin Manager.hemagx1-12/+13
2016-01-05Added Support for BodyStyleDastgir1-46/+48
2015-12-24Change packet 0x82d to not send billing slots.hemagx1-1/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-15Added GPL information on interactive server startupHaru1-0/+1
2015-12-13Renaming 'start_point' to 'start_point_re'Jedzkie1-5/+5
2015-10-22Removed support for the deprecated SQL item, mob, mob_skill databases.Haru1-4/+0
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-11Changed chr->server[].maps to a VECTORHaru1-31/+29
2015-10-11Changed HPM->packets[] into an array of VECTORHaru1-14/+18
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-4/+4
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 sharingHaru1-21/+0
2015-08-15Moved sql_handle into the HPMi interfaceHaru1-1/+0
2015-08-15Added core HPM interfaceHaru1-12/+12
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-15Moved session array into the socket interfaceHaru1-33/+33
2015-08-15Added showmsg HPM interfaceHaru1-4/+4
2015-08-15Cleaned up socket interfaceHaru1-41/+41
2015-08-12Fix weapon field size in char_mmo_char_tobuf.Andrei Karas1-1/+1
2015-08-11subnet.conf overhaulHaru1-87/+26