summaryrefslogtreecommitdiff
path: root/src/char/char.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-09Removed unused tables sstatus and interregHaru1-3/+0
2015-08-05Add checks for servers ip address in inter server connections.Andrei Karas1-4/+6
2015-07-12Add missing check and NONNULL attributes to char.c.Andrei Karas1-0/+17
2015-06-19Cleaned up some #includesHaru1-2/+1
2015-06-19Removed ".." from include directivesHaru1-34/+34
2015-06-02Follow up to 712812bMysteries1-1/+1
2015-06-01Replaced some of the hardcoded values with constants (char)Haru1-58/+56
2015-05-17Fixed some issues detected by coverity scanHaru1-1/+1
2015-04-25Fixed @changesex issues on PACKETVERs that don't support per-character sex.Haru1-125/+190
2015-04-09Add checks to char.cAndrei Karas1-29/+79
2015-04-01Fix reading character from db.Andrei Karas1-1/+1
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-26/+23
2015-01-18Command line arguments handling overhaulHaru1-27/+63
2015-01-18Merge branch 'master' of github.com:HerculesWS/Herculesshennetsind1-1/+1
2015-01-18Fixing 38 issuesshennetsind1-2/+2
2015-01-18Add some fixes to char server.Andrei Karas1-1/+1
2015-01-17Stat server submission logic updateshennetsind1-1/+12
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-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-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)Haru1-526/+519
2014-11-16Moved pincode settings into the interfaceHaru1-3/+3
2014-11-16Moved loginif-related functions to loginif.cHaru1-273/+125
2014-11-15In char server move config options handling by plugins into char_config_dispa...Andrei Karas1-2/+2
2014-11-15Add support for plugin options in char server config (inter-server.conf).Andrei Karas1-1/+2
2014-11-15Add support for plugin options in char server config.Andrei Karas1-0/+2
2014-11-15Allow use all char server interfaces from plugins.Andrei Karas1-1/+17
2014-11-15Move global variable into interface in inter.cAndrei Karas1-280/+280
2014-11-15Move global variable into interface in char.cAndrei Karas1-170/+172
2014-11-15Add missing interface methods initialisation in char.c.Andrei Karas1-0/+7
2014-11-15Create geoip interface.Andrei Karas1-0/+2
2014-11-15Add most functions from inter.c to interfaces.Andrei Karas1-12/+13
2014-11-15Add most functions from int_storage.c to interfaces.Andrei Karas1-1/+2
2014-11-15Add most functions from int_quest.c to interfaces.Andrei Karas1-0/+2
2014-11-15Add most functions from int_pet.c to interfaces.Andrei Karas1-0/+2