summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-01-12Enable warning format-security.Andrei Karas2-89/+50
It was blocked in configure.
2015-01-12Update HPM hooks.Andrei Karas1-6/+6
2015-01-12Fix uninitialized warning in skill.c.Andrei Karas2-3/+3
2015-01-12Remove from configure warning block maybe-uninitialized.Andrei Karas2-90/+1
This flag hide some usefull warnings.
2015-01-12Fixed some -Wformat-security warningsHaru6-20/+16
Signed-off-by: Haru <haru@dotalux.com>
2015-01-12Silenced some -Wunused-value warnings in sigemptyset and sigaddset callsHaru1-7/+8
- Fixes warnings when gcc-4.9 is used, with headers (such as Apple's) that define those symbols as `#define sigemptyset(set) (*(set) = 0, 0)` - See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61081 Signed-off-by: Haru <haru@dotalux.com>
2015-01-12Removed unused (re)definition of NBBY from cbasetypes.hHaru1-6/+0
Signed-off-by: Haru <haru@dotalux.com>
2015-01-12HPM Hooks UpdateHercules.ws1-4/+4
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-01-12Merge pull request #441 from 4144/skillfixHaruna2-3/+3
fix skills issue introduced in commit 5cdb3d12c4236e0c3a682e30fed96192d2...
2015-01-12fix skills issue introduced in commit 5cdb3d12c4236e0c3a682e30fed96192d2c58188.Andrei Karas2-3/+3
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru82-53/+223
- Rather than failing at runtime, plugins that try to access non-interfaced, unavailable functions or variables, will now show an error at compile-time. Signed-off-by: Haru <haru@dotalux.com>
2015-01-12Added detailed error message when a plugin fails to loadHaru2-2/+5
- This helps figuring out why a plugin can't be loaded (especially on linux systems.) - Special thanks to Dastgir. Signed-off-by: Haru <haru@dotalux.com>
2015-01-12Fixed an uninitialized variable in skill.cHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2015-01-12Fixes the Wrong conditions of Malaya Quest - Get Rid of JejelingDastgir1-8/+2
2015-01-12Corrected Tree Roots Location - Document QuestsDastgir1-2/+3
2015-01-12Fixed Bug where skill timer is not properly terminated/clear when the caster ↵malufett5-25/+26
dies. -Thanks to GM Nihad. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2015-01-11Merge pull request #438 from 4144/pcdb_checkidHaruna10-41/+77
Convert pcdb_checkid into function in pc interface
2015-01-11Fixed direction problem with self targeted skills. Thanks to Harunacsnv1-1/+2
2015-01-11Update HPM hooks.Andrei Karas3-0/+32
2015-01-11Convert pcdb_checkid into function in pc interface.Andrei Karas7-41/+45
2015-01-11Corrected a condition on quest_alligator.txt, Fixes #8492Dastgir1-1/+1
2015-01-11Added check for Renewal items in Shop, Fixed #8484Dastgir1-2/+4
2015-01-11Follow Up e99cbacdastgirpojee2-4/+4
2015-01-11Merge branch 'master' of https://github.com/HerculesWS/Herculesdastgirpojee15-90/+1746
2015-01-11Added Complete Eclage NPCs,Quests and Instancesdastgirpojee9-1675/+19654
2015-01-11HPM Hooks UpdateHercules.ws3-1/+1133
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-01-11Merge pull request #435 from 4144/skillextHaruna4-42/+371
Extend skills for using custom skills from plugins.
2015-01-11Merge pull request #434 from csnv/minfixesHaruna2-4/+15
INF2_NOLP update. BL direction fixes. Combo minimum time increased.
2015-01-11Corrected comments and INF2_NOLPcsnv1-2/+4
2015-01-10Extend battle.c for using custom skills from plugins.Andrei Karas2-0/+34
2015-01-10Extend skills.c for using custom skills from plugins.Andrei Karas2-42/+337
2015-01-10ItemDB SQL SyncHercules.ws1-1/+10
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-01-10HPM Hooks UpdateHercules.ws1-19073/+19073
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-01-10Add new eclage skills used in itemsMichieru7-19057/+19232
Update item_db to episode 14.2 Update eclage mobs spawn to official Update eclage mobs to official
2015-01-08Removed Duplicate Entry for client 2014-10-22 on packets.hdastgirpojee1-37/+0
2015-01-07Fixed char-server crash for clients >= 20141022, Thanks to Yommy and Inddastgirpojee1-5/+4
2015-01-06Fixed LK_SPIRALPIERCE & NJ_TATAMIGAESHI change in damage output. Thanks to Michimalufett1-11/+12
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2015-01-05Merge pull request #436 from 4144/mysqlleakHaruna1-0/+1
Fix memory leak after closing mysql connection.
2015-01-05Merge pull request #433 from 4144/viewdataHaruna8-10/+47
Add npcdb_checkid to npc interface.
2015-01-05Fix memory leak after closing mysql connection.Andrei Karas1-0/+1
2015-01-03Increased minimum combo time to that of amotion.csnv1-1/+1
2015-01-03Fixes the direction of an object (char, mob, etc) when it faces a target ↵csnv2-0/+9
after an action (skill, attack)
2015-01-03Corrected flag INF2_NOLP to actually work as intendedcsnv1-1/+1
2015-01-02Update HPM hooks.Andrei Karas3-0/+32
2015-01-02Add npcdb_checkid to npc interface.Andrei Karas5-10/+15
2015-01-01Merge pull request #430 from csnv/overviewHaruna1-16/+16
Fixed ranking packet for 20130605 up until 20130703. Fixed order for som...
2015-01-01Removed deprecated command cmdothernpcHaru2-28/+0
- Follow-up to d22e937e62b3443b74051ecc47ccc3137f9ff5f5 Signed-off-by: Haru <haru@dotalux.com>
2015-01-01Removed deprecated script command aliases enablearena/disablearenaHaru2-17/+0
- Follow-up to 134a4bae206a9c14f7da86095b5555b91ace3035 Signed-off-by: Haru <haru@dotalux.com>
2015-01-01Removed deprecated script command alias 'save'Haru2-11/+0
- Follow-up to e914ab9088250b64c81953aa4e35435aabb26055 Signed-off-by: Haru <haru@dotalux.com>
2015-01-01Merge pull request #425 from 4144/fixesHaruna28-207/+261
Different fixes after automatic checks