summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2019-06-26Update packet ZC_MAKINGARROW_LIST in all functionsAndrei Karas1-1/+1
2019-06-26Add support for new shortcuts packets in zeroAndrei Karas1-1/+1
2019-02-11Add support for mysql versions where type my_bool not exists.Andrei Karas1-0/+40
2019-02-06Add packet CZ_CLIENT_VERSIONAndrei Karas1-1/+1
2018-11-15Update visual studio project files.Andrei Karas1-1/+1
2018-11-11Remove the unused src/tool directoryHaru1-3/+2
2018-09-19Add -Wvla flag into configure.Andrei Karas1-1/+50
2018-09-19Update storage packet for 2018-08-29 RE.Andrei Karas1-1/+1
2018-08-25Change language specification to c11 in the autoconf buildsHaru1-2/+45
2018-08-25Add support for build for AD clients.Andrei Karas1-1/+35
2018-08-25Add support for build for SAK clients.Andrei Karas1-1/+35
2018-08-23Add script command msgtable and msgtable2.Andrei Karas1-1/+1
2017-12-02Add configure option --enable-packetver-zero for enable support for zero clie...Andrei Karas1-1/+64
2017-03-25Fix gcc lto.Andrei Karas1-8/+52
2016-10-17Re-generated configure scriptHaru1-2/+2
2016-10-07Suppressed the superuser check in CI buildsHaru1-1/+1
2016-10-02Added Doxygen configuration (use 'make docs' to generate)Haru1-0/+3
2016-09-03Add some missing functions in skill.c into interface.Andrei Karas1-28/+55
2016-07-12Add omit frame pointer flag if debug flag enabled.Andrei Karas1-1/+30
2016-07-08Disable epoll by default and fix formatting in epoll in configure.acAndrei Karas1-10/+12
2016-07-08Added epoll as event-dispatcher on linux (instead of select())Florian Wilkemeyer1-1/+61
2016-07-04Added messages to discourage running Hercules as root.Haru1-1/+46
2016-07-03Add --run-once flag into login server.Andrei Karas1-1/+1
2016-06-30Use item attribute as flags varible. Now only ATTR_BROKEN flag exists.Andrei Karas1-1/+1
2016-06-18Move npc static variables into npc interface.Andrei Karas1-1/+1
2016-04-29Rename configure.in into configure.acAndrei Karas1-1/+1
2016-04-29Add missing [] in configure.inAndrei Karas1-1/+1
2016-04-29Add some usefull gcc 6 warnings.Andrei Karas1-1/+188
2016-04-29Fix compilation warnings with gcc 6.Andrei Karas1-50/+2
2016-04-28Add new gcc sanitize flag -fsanitize=bounds-strictAndrei Karas1-1/+49
2016-04-19Added --enable-Werror option to the configure scriptHaru1-1/+71
2016-04-19Corrected some variable name errors in the configure scriptHaru1-4/+4
2016-03-20Enabled the -Wcast-qual diagnostic flag in the configure scriptHaru1-1/+50
2016-02-20Fixed compile warnings in clangHaru1-50/+2
2016-02-20Added explicit c99 mode to CFLAGS in the configure scriptHaru1-2/+2
2016-02-19Add to configure some flags what for now not create any warnings.Andrei Karas1-8/+496
2016-02-19Remove some unused macroses. Left macroses in socket.cAndrei Karas1-4/+9
2016-02-19Add noreturn attributes.Andrei Karas1-2/+58
2016-02-19Fix missing include dirs. Add compiler flag -Wmissing-include-dirs.Andrei Karas1-2/+52
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-2/+154
2016-02-19Fix some cast discards 'const' qualifier from pointer target type warnings.Andrei Karas1-1/+3
2016-02-06Removed special handling of zlib in the configure scriptHaru1-32/+3
2016-02-06Changed PCRE to properly use the system-provided pcre.hHaru1-19/+38
2016-02-06Added /usr/local path to the header and library search pathsHaru1-1/+13
2016-02-05Remove from configure flag -fvisibility=hidden.Andrei Karas1-2/+2
2016-01-21Remove unused PCRE_SUPPORT define.Andrei Karas1-2/+1
2016-01-21Enable pcre by default in configure and show error if pcre missing.Andrei Karas1-119/+12
2016-01-10Enable debug information in configure by default.Andrei Karas1-4/+16
2015-12-02Fixed an issue with the HPMDataCheck when PCRE is enabledHaru1-2/+3
2015-08-27Added an availability check for the -rdynamic linker optionHaru1-3/+34