Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-19 | Add to configure some flags what for now not create any warnings. | Andrei Karas | 2 | -15/+511 | |
2016-02-19 | Remove some unused macroses. Left macroses in socket.c | Andrei Karas | 4 | -13/+17 | |
2016-02-19 | Add noreturn attributes. | Andrei Karas | 5 | -5/+72 | |
Also add compiler flag for check for missing noreturn attributes. | |||||
2016-02-19 | Fix missing include dirs. Add compiler flag -Wmissing-include-dirs. | Andrei Karas | 3 | -4/+56 | |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 43 | -248/+408 | |
Add all missing -Wformat flags into configure. | |||||
2016-02-19 | Fix some cast discards 'const' qualifier from pointer target type warnings. | Andrei Karas | 11 | -41/+46 | |
Add -Wcast-qual into configure comment. | |||||
2016-02-18 | Merge pull request #1160 from MishimaHaruna/libconfig | Andrei Karas | 61 | -1900/+3637 | |
Libconfig: update to 1.5 and various improvements | |||||
2016-02-17 | Replaced some now unnecessary includes with forward declarations in header files | Haru | 14 | -11/+19 | |
Added some forgotten <stdio.h> and "common/conf.h" includes to .c files, that were previously masked by the above. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-17 | HPM Hooks Update | Haru | 3 | -696/+696 | |
2016-02-17 | Removed unnecessary typedefs from libconfig | Haru | 33 | -554/+557 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-17 | HPM Hooks Update | Haru | 9 | -39/+39 | |
2016-02-17 | Renamed config->read_file to config->load_file | Haru | 17 | -54/+54 | |
- The return value is now consistent with the libconfig standard (CONFIG_TRUE/CONFIG_FALSE). - Removed some redundant error messages. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-17 | libconfig: report file name in case of i/o error | Haru | 1 | -0/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-17 | HPM Hooks Update | Haru | 9 | -0/+960 | |
2016-02-17 | Added new set of functions to libconfig in order to handle other data types | Haru | 2 | -0/+261 | |
- New data types supported: - uint16 - int16 - uint32 - bool - mutable string - Documented conf_read_file Ported to modern Hercules and cleaned up from Panikon's commits fa09661f1bdbe41060fa97f5e63810523feadcc0, cbb3e3b6ad987eeeaac0c75236feabfd2206cf07, cd79c70101638cff476c40d31e2b7cd031915284, 126f9b2dc1ab5af223ef37be6000346fe18a0a96, b9bf380edc30dab038abef41568081037a75ffb5. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-17 | HPM Hooks Update | Haru | 9 | -186/+186 | |
2016-02-17 | Updated libconfig to version 1.5 | Haru | 25 | -523/+1027 | |
- Based on https://github.com/hyperrealm/libconfig/releases/tag/v1.5 f9f23d7a95608936ea7d839731dbd56f1667b7ed - Improvements that come with this libconfig version: * Don't fclose() a null pointer. * check if file being opened is a directory * added config_set_options(), config_get_options(), setOptions(), getOptions(). * renamed config_setting_lookup_from() to config_setting_lookup() and documented it * floating point precision loss patch * scanner code cleanup * parser code cleanup * bugfix; capture root filename - Parser generated with Bison 2.7 - Scanner generated with flex 2.6 - This includes the windows-compatibility commit 909b06c07e30e456cc63f58d31b0e2f3aad4cc43 from upstream (although not part of version 1.5) Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-15 | MobDB SQL Sync | Hercules.ws | 1 | -1001/+1024 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-02-15 | Replaced a call to sleep() with HSleep() | Haru | 1 | -8/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-15 | Fixed a missing include in utils.h | Haru | 1 | -0/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-09 | Corrected HPMHooking_map include paths | Haru | 4 | -8/+8 | |
- Fixes #1152 Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-09 | Small tweaks to mob_drop_adjust | Haru | 1 | -7/+13 | |
Related to #1152 Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-07 | Fix blind defined macro WFIFO2PTR | hemagx | 1 | -1/+1 | |
Follow up b77735473db348a65b749a79549852713f142dc1 | |||||
2016-02-07 | Merge pull request #1110 from dastgir/22-ScriptClean-Phase2 | Haru | 448 | -5096/+5096 | |
Script CleanUp Phase 2 | |||||
2016-02-06 | HPM Hooks Update | Hercules.ws | 1 | -5/+5 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-02-06 | Merge pull request #1143 from MishimaHaruna/usrlocal | Andrei Karas | 4 | -83/+71 | |
Improved ./configure on systems that rely on /usr/local | |||||
2016-02-06 | Removed special handling of zlib in the configure script | Haru | 2 | -59/+5 | |
Now it's handled like all other libraries, and no longer adds an useless -I/usr/include option Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-06 | Changed PCRE to properly use the system-provided pcre.h | Haru | 4 | -25/+43 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-06 | Added /usr/local path to the header and library search paths | Haru | 2 | -1/+25 | |
- This fixes PCRE search failures on FreeBSD and on OS X with Homebrew - Thanks to ultramage Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-06 | Merge pull request #1142 from 4144/pluginsfix | Haru | 1 | -1/+4 | |
Fix memory corruption if plugin add command line parameter without he… | |||||
2016-02-06 | HPM Hooks Update | Hercules.ws | 9 | -0/+96 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-02-06 | Merge pull request #1133 from 4144/visiblefix | Haru | 2 | -2/+2 | |
Remove from configure flag -fvisibility=hidden. | |||||
2016-02-06 | Merge pull request #1131 from 4144/timers | Haru | 5 | -6/+77 | |
Add to system information also information about clock function. | |||||
2016-02-06 | Fix memory corruption if plugin add command line parameter without ↵ | Andrei Karas | 1 | -1/+4 | |
help/description. | |||||
2016-02-05 | ItemDB SQL Sync | Hercules.ws | 1 | -24/+24 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-02-05 | Merge pull request #1140 from SamuelHercules/renewalcards | Dastgir | 1 | -0/+28 | |
Mob DB Update - Added card drops | |||||
2016-02-05 | Mob DB Update - Added card drops | SamuelHercules | 1 | -0/+28 | |
- Lighthalzen Biolab F4 - Hall of Abyss - Old Glast Heim Merged rAthena @ f987f1bcbe22ccd4f75fa15e21193b7419aa7f5c Credit: secretdataz | |||||
2016-02-05 | Fixes #543 | Dastgir | 2 | -4/+32 | |
Added missing items from Gift Box | |||||
2016-02-05 | Merge pull request #1081 from Jedzkie/PR_MAGNIFICAT | Dastgir | 1 | -0/+4 | |
PR_MAGNIFICAT Skill Fix. | |||||
2016-02-05 | Merge pull request #1087 from csnv/songs | Dastgir | 1 | -17/+62 | |
Revamped Aegis style songs behavior. Fixes #835 | |||||
2016-02-05 | Remove from configure flag -fvisibility=hidden. | Andrei Karas | 2 | -3/+3 | |
It prevent for show funcstion names in stack in asserts. | |||||
2016-02-05 | Clear timer function after auto remove timer ended. | Andrei Karas | 1 | -0/+1 | |
2016-02-05 | Add missing checks into timer.c | Andrei Karas | 1 | -5/+58 | |
2016-02-05 | Add to system information also information about clock function. | Andrei Karas | 4 | -1/+18 | |
I think issues with stuck skills delay/cooldown related to timers/clock. This change allow to see with what clock functions issue can be reproduced. | |||||
2016-02-04 | ItemDB SQL Sync | Hercules.ws | 2 | -1048/+1103 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-02-04 | HPM Hooks Update | Hercules.ws | 3 | -34/+66 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-02-05 | Merge pull request #993 from HerculesWS/mobdb2sql | Andrei Karas | 30 | -19438/+21152 | |
Mob DB support for the db2sql plugin | |||||
2016-02-04 | Merge pull request #1129 from hemagx/map-clif_rewrite | Haru | 4 | -16/+24 | |
Move P2PTR Macro and Define Packet DB enums | |||||
2016-01-31 | Move P2PTR Macro to socket header and split the macro into two macros for ↵ | hemagx | 4 | -16/+24 | |
WFIFO/RFIFO. Change packet database enums to defines in mmo.h | |||||
2016-01-30 | Fixes conditions in itembind.txt | Dastgir | 1 | -4/+9 | |