Age | Commit message (Expand) | Author | Files | Lines |
2016-06-18 | Move npc static variables into npc interface. | Andrei Karas | 1 | -1/+1 |
2016-04-29 | Rename configure.in into configure.ac | Andrei Karas | 1 | -1/+1 |
2016-04-29 | Add missing [] in configure.in | Andrei Karas | 1 | -1/+1 |
2016-04-29 | Add some usefull gcc 6 warnings. | Andrei Karas | 1 | -1/+188 |
2016-04-29 | Fix compilation warnings with gcc 6. | Andrei Karas | 1 | -50/+2 |
2016-04-28 | Add new gcc sanitize flag -fsanitize=bounds-strict | Andrei Karas | 1 | -1/+49 |
2016-04-19 | Added --enable-Werror option to the configure script | Haru | 1 | -1/+71 |
2016-04-19 | Corrected some variable name errors in the configure script | Haru | 1 | -4/+4 |
2016-03-20 | Enabled the -Wcast-qual diagnostic flag in the configure script | Haru | 1 | -1/+50 |
2016-02-20 | Fixed compile warnings in clang | Haru | 1 | -50/+2 |
2016-02-20 | Added explicit c99 mode to CFLAGS in the configure script | Haru | 1 | -2/+2 |
2016-02-19 | Add to configure some flags what for now not create any warnings. | Andrei Karas | 1 | -8/+496 |
2016-02-19 | Remove some unused macroses. Left macroses in socket.c | Andrei Karas | 1 | -4/+9 |
2016-02-19 | Add noreturn attributes. | Andrei Karas | 1 | -2/+58 |
2016-02-19 | Fix missing include dirs. Add compiler flag -Wmissing-include-dirs. | Andrei Karas | 1 | -2/+52 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -2/+154 |
2016-02-19 | Fix some cast discards 'const' qualifier from pointer target type warnings. | Andrei Karas | 1 | -1/+3 |
2016-02-06 | Removed special handling of zlib in the configure script | Haru | 1 | -32/+3 |
2016-02-06 | Changed PCRE to properly use the system-provided pcre.h | Haru | 1 | -19/+38 |
2016-02-06 | Added /usr/local path to the header and library search paths | Haru | 1 | -1/+13 |
2016-02-05 | Remove from configure flag -fvisibility=hidden. | Andrei Karas | 1 | -2/+2 |
2016-01-21 | Remove unused PCRE_SUPPORT define. | Andrei Karas | 1 | -2/+1 |
2016-01-21 | Enable pcre by default in configure and show error if pcre missing. | Andrei Karas | 1 | -119/+12 |
2016-01-10 | Enable debug information in configure by default. | Andrei Karas | 1 | -4/+16 |
2015-12-02 | Fixed an issue with the HPMDataCheck when PCRE is enabled | Haru | 1 | -2/+3 |
2015-08-27 | Added an availability check for the -rdynamic linker option | Haru | 1 | -3/+34 |
2015-08-17 | Fix wrong index access and probably wrong hp/sp calculation. Closes #653 | Andrei Karas | 1 | -1/+1 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -2/+2 |
2015-08-15 | Improved plugin compile flag detection by the configuration script | Haru | 1 | -81/+6 |
2015-08-15 | Disable LTO by default. Because look like support for it broken in gcc 4.9 an... | Andrei Karas | 1 | -2/+2 |
2015-08-13 | Added check for execinfo.h/backtrace() to the configure script | Haru | 1 | -1/+73 |
2015-05-30 | Dump stack in nullpo*/Assert* function. | Andrei Karas | 1 | -1/+2 |
2015-05-03 | Add sanity into LDFLAGS also. | Andrei Karas | 1 | -2/+53 |
2015-05-03 | Split -fsanitize checks into multiple steps | Haru | 1 | -33/+750 |
2015-05-02 | Fix out of bound access if skill level is 0. | Andrei Karas | 1 | -8/+20 |
2015-02-23 | Add battle config option check_occupied_cells. | Andrei Karas | 1 | -1/+1 |
2015-01-12 | Enable warning format-security. | Andrei Karas | 1 | -87/+48 |
2015-01-12 | Remove from configure warning block maybe-uninitialized. | Andrei Karas | 1 | -89/+1 |
2014-10-24 | Added support for other libmysqlclient variants | Haru | 1 | -40/+5 |
2014-10-24 | Fixed an issue with $LIBS in the configure script | Haru | 1 | -53/+53 |
2014-10-23 | In configure add option --enable-static | Andrei Karas | 1 | -1/+127 |
2014-09-08 | In configure add option --enable-sanitize | Andrei Karas | 1 | -1/+72 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -1/+177 |
2014-05-25 | Improved CFLAGS/CPPFLAGS handling | Haru | 1 | -168/+255 |
2014-03-07 | Updated configure script to support non-x86 platforms | Haru | 1 | -1/+37 |
2014-01-21 | Fixed --disable-packetver-re / --enable-packetver-re in ./configure | Haru | 1 | -6/+6 |
2013-12-17 | Fixed some additional linux warnings | Haru | 1 | -140/+679 |
2013-12-17 | Increased warnings level in the unix build scripts | Haru | 1 | -12/+255 |
2013-12-17 | Changed plugin extension from .so to .dylib on OS X | Haru | 1 | -1/+4 |
2013-11-03 | Added some packetver-related flags to the UNIX build script | Haru | 1 | -4/+106 |