summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-14Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to intHaru1-1/+1
2016-07-14Changed mmo_charstatus::base_level and mmo_charstatus::job_level to intHaru1-1/+1
2016-07-12HPM Hooks UpdateHaru2-0/+11
2016-07-12Various changes to the grfio interfaceHaru2-188/+330
2016-07-12Dropped unnecessary typedefs from grfioHaru1-24/+26
2016-07-12Interface grfio.chemagx3-14/+39
2016-07-12HPM Hooks UpdateHaru2-1/+12
2016-07-12Various changes to the thread interfaceHaru2-116/+135
2016-07-12Removed unnecessary typedefs from thread and spinlockHaru5-74/+86
2016-07-12Interface thread.chemagx5-139/+173
2016-07-12HPM Hooks UpdateHaru2-0/+11
2016-07-12Various changes to the random interfaceHaru2-26/+76
2016-07-12Interface random.chemagx3-20/+53
2016-07-12HPM Hooks UpdateHaru2-0/+11
2016-07-12Various changes to the mutex interfaceHaru2-51/+70
2016-07-12Removed unnecessary typedefs from mutex.hHaru3-57/+56
2016-07-12Interface mutex.chemagx4-85/+114
2016-07-12HPM Hooks UpdateHaru2-0/+11
2016-07-12Various changes to the md5 interfaceHaru2-69/+104