summaryrefslogtreecommitdiff
path: root/src/char/inter.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-08[TMW2] Hercules Ultimate Storage SystemJesusaves1-1/+1
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves1-92/+3
2019-04-14Add account id and char id into inter server rodex update packetAndrei Karas1-1/+1
2019-02-11Extend class and level field in packet 0x3035Andrei Karas1-1/+1
2019-02-11Extend class and level field in packet 0x3080Andrei Karas1-1/+1
2018-07-24Implementation of the official Achievement System.smokexyz1-1/+5
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-1/+1
2018-07-01Change functions to static where possible (Part 3 - char)Haru1-35/+36
2018-06-30Move mapif functions from inter.c to mapif.cHaru1-306/+0
2018-06-30Move some non-mapif functionality from the mapif interface to the inter/char ...Haru1-45/+64
2018-04-22Remove the stat-reporting mechanismHaru1-2/+1
2018-02-20Dont show password and pincode in @accinfo gm command.Andrei Karas1-0/+3
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-1/+3
2017-07-30Implementation of RoDEXKirieZ1-1/+5
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-1/+1
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-26/+26
2016-10-22Added Summoner Class.Dastgir Pojee1-0/+3
2016-08-22Corrected an issue that caused the setting inter_configuration/log/log_inter ...Haru1-1/+32
2016-08-19Ported inter-server.conf to libconfigHaru1-40/+74
2016-08-19Renamed some char and inter server variablesHaru1-2/+3
2016-08-16Add missing escaping for saved player strings into db.Andrei Karas1-2/+5
2016-07-14Changed mmo_charstatus::base_level and mmo_charstatus::job_level to intHaru1-2/+2
2016-05-08Fixed various issues pointed out by cppcheckHaru1-1/+1
2016-04-30Corrected truncation of the last letter in whisper messagesHaru1-3/+3
2016-03-20Dropped typedef from DBMapHaru1-1/+1
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-1/+1
2016-03-20Removed unnecessary typedefs from sql.hHaru1-0/+1
2016-02-24Removed several unnecessary explicit casts of the WFIFOP resultHaru1-4/+4
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-7/+6
2016-02-24Added const qualifier to several variable/argument pointersHaru1-3/+3
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 scriptsHaru1-4/+20
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-15Cleaned up socket interfaceHaru1-4/+4
2015-07-12Remove useless checks from char server.Andrei Karas1-1/+1
2015-06-19Cleaned up some #includesHaru1-1/+0
2015-06-19Removed ".." from include directivesHaru1-23/+23
2015-06-01Replaced some of the hardcoded values with constants (char)Haru1-2/+2
2015-04-09Add checks to inter.cAndrei Karas1-1/+23
2015-01-24Fixed 18 minor issuesHaru1-0/+2
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-3/+2
2015-01-1727 Fixesshennetsind1-21/+15
2014-12-31fix typo in inter.c in initerface initialisation.Andrei Karas1-1/+1
2014-11-16Whitespace cleanup (no code changes)Haru1-40/+40
2014-11-16Moved geoip-related functions to geoip.cHaru1-159/+0
2014-11-15Move global variable into interface in inter.cAndrei Karas1-83/+83
2014-11-15Move global variable into interface in char.cAndrei Karas1-2/+2
2014-11-15Create geoip interface.Andrei Karas1-27/+24