summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2017-04-23Coding-style Fixes and White space adjustmentsJedzkie1-1/+1
2017-04-19Implemented Official Summer 2 CostumeJedzkie1-1/+2
2017-04-09Merge pull request #1598 from Smokexyz/IROHaru2-1/+14
2017-04-04Implementation of Item Options System.Smokexyz2-1/+14
2017-03-20Add comment to safestrncpy about size checks.Andrei Karas1-0/+1
2017-03-16Increase Character Slots from 9 to 12Jedzkie1-1/+9
2017-01-22Fix CMDLINE_OPT_PARAM arguments in plugins failing to loadHaru1-0/+2
2017-01-10Update md5 calculation to be able to hash a binary buffer instead of only str...hemagx2-18/+16
2017-01-02HPM Hooks UpdateHercules.ws2-2/+2
2016-12-03Add function to retrieve the appropriate fame list type for a job mapidHaru1-0/+1
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-3/+5
2016-12-03Clarify the meaning of the MAPID_* constantsHaru1-6/+6
2016-12-03Add support for static assertions (on compilers that support them)Haru1-0/+27
2016-11-19Add fixed-size versions of the _int64 libconfig getters/settersHaru2-13/+87
2016-11-01Merge pull request #1498 from Lemongrass3110/cleanup/copyright2016Ibrahem Hossam24-24/+24
2016-10-28Fixed copyright year for 2016Lemongrass311024-24/+24
2016-10-28Fixed wrong nullpo checkLemongrass31101-1/+1
2016-10-22Increases MAX_SKILL to occupy Summoner SkillsDastgir Pojee1-1/+1
2016-10-22Added Packets for Several Clients: 2015-10-01, 2015-10-29, 2015-11-04 andDastgir Pojee1-0/+2
2016-10-14HPM Hooks UpdateHaru1-6/+0
2016-10-14Fixed a memory manager crash when a memory leak occurs in a pluginHaru3-2/+6
2016-10-07Updated VECTOR_INIT() and VECTOR_ENSURE() to be more analyzer- (and human-rea...Haru1-7/+10
2016-10-07Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra)Haru3-9/+1
2016-10-04Fix warning in strlib.cAndrei Karas1-0/+1
2016-10-04Add missing checks into utils.cAndrei Karas1-6/+23
2016-10-04Add missing checks into sysinfo.cAndrei Karas1-26/+58
2016-10-04Add missing checks into sql.cAndrei Karas1-5/+15
2016-10-04Add missing checks into socket.cAndrei Karas1-9/+22
2016-10-04Add missing checks into mutex.cAndrei Karas1-0/+12
2016-10-04Add missing checks into mapindex.cAndrei Karas1-10/+25
2016-10-04Add missing checks into grfio.cAndrei Karas1-3/+21
2016-10-04Add missing checks into ers.cAndrei Karas1-5/+11
2016-10-04Add missing checks into des.cAndrei Karas1-0/+7
2016-10-04Add missing checks into db.cAndrei Karas1-10/+15
2016-10-04Add missing checks into core.cAndrei Karas1-9/+30
2016-10-04Add missing checks into console.cAndrei Karas1-11/+32
2016-10-04Add missing checks into HPM.cAndrei Karas1-11/+35
2016-10-02Changed _Pragma("GCC diagnostic ignored \"-Wcast-qual\"") to target GCC 4.6 i...Haru2-9/+9
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas3-0/+17
2016-09-22Fixed a compile error when SEND_SHORTLIST is disabledHaru1-5/+4
2016-08-20Re-added HPM support for configuration settingsHaru2-4/+60
2016-08-20Added a better error message when a libconfig file is not foundHaru1-0/+5
2016-08-19Added option to make plugin-defined battle config entries optionalHaru3-10/+12
2016-08-19Ported battle.conf to libconfigHaru2-2/+52
2016-08-19Ported socket.conf (was packet.conf) to libconfigHaru1-67/+196
2016-08-19Changed access_allow and access_deny to VECTORsHaru1-24/+29
2016-08-19Removed unnecessary typedefs in socket.cHaru1-13/+13
2016-08-19Ported inter-server.conf to libconfigHaru2-42/+56
2016-08-19Ported char-server.conf to libconfigHaru1-4/+2
2016-07-17If build bot enabled, show error message in ShowConfigWarning.Andrei Karas1-0/+4