summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-03ItemDB SQL SyncHercules.ws3-7/+7
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-10-03followup 805a2b3bRidley1-13/+15
added missing end; and parantheses
2016-10-03Merge pull request #1437 from Asheraf/itemsDastgir1-16/+26
Fix some item bonus using wrong SkillNames
2016-10-03Merge pull request #1451 from gdesatrigraha/fix_item_dbDastgir1-1/+1
use mediumint for equip_locations in db2sql
2016-10-03Initial dimensional gap commit (#1431)Ridley6-2/+639
* Initial Dimensional Gap NPC's
2016-10-03use mediumint for equip_locationsGde Mahardhikha Satrigraha1-1/+1
2016-10-02Merge pull request #1453 from HerculesWS/gitlabAndrei Karas20-35/+3143
Added GitLab CI configuration
2016-10-02Aded gitlab pages configurationHaru2-11/+87
Signed-off-by: Haru <haru@dotalux.com>
2016-10-02Added gitlab CI badges to the READMEHaru1-1/+3
Signed-off-by: Haru <haru@dotalux.com>
2016-10-02Split GitLab builds in stagesHaru1-0/+51
Signed-off-by: Haru <haru@dotalux.com>
2016-10-02Added configuration file for Gitlab CIHaru2-0/+672
Signed-off-by: Haru <haru@dotalux.com>
2016-10-02Added Doxygen configuration (use 'make docs' to generate)Haru12-2/+2301
Signed-off-by: Haru <haru@dotalux.com>
2016-10-02Changed _Pragma("GCC diagnostic ignored \"-Wcast-qual\"") to target GCC 4.6 ↵Haru2-9/+9
instead of 4.5 - The support on GCC 4.5 is incomplete, and in order to build Hercules, GCC >= 4.6 is recommended Signed-off-by: Haru <haru@dotalux.com>
2016-10-02Moved travis.sh to tools/ciHaru2-5/+5
Signed-off-by: Haru <haru@dotalux.com>
2016-10-02Added option to specify a db host in travis.shHaru1-18/+26
Signed-off-by: Haru <haru@dotalux.com>
2016-10-02Updated MapCacheDastgir Pojee1-0/+0
2016-10-02Constants Documentation SyncHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-10-02ItemDB SQL SyncHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-10-02Update Intro (Renewal) (#1427)Ridley10-10099/+10396
* Update Intro (Renewal) - Conversion while Playing from kRO - New starting Map: iz_int 18 27 (Requires New kRO MAP) - iz_int01 - iz_int04 and int_land01 - int_land04 are added, but not used - the rest of the script was updated to latest script standards - x/y span for duplicates with OnTouch - Fixed wrong getarg - removed +"" in warp
2016-10-01bSkillAtk not increasing damage for some skillsAsheraf1-16/+26
bSkillAtk not increasing damage for some skills
2016-10-01Merge pull request #1450 from 4144/gcc7fixesHaru16-20/+128
Add different fixes for gcc 7 warnings.
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas16-20/+128
Some possible buffer overflows. Add attribute for mark fallthrough cases. Skipped libconfig warnings.
2016-09-27Merge pull request #1443 from 4144/smallfixesHaru2-3/+13
Small fixes
2016-09-27Save also quest time while updating quest in db.Andrei Karas1-1/+1
2016-09-27In clif_devotion dont read skill range if player not have this skill.Andrei Karas1-2/+12
2016-09-22Fixed a compile error when SEND_SHORTLIST is disabledHaru1-5/+4
- Since f8edb93a (likely caused by a find and replace macro gone horribly wrong) Signed-off-by: Haru <haru@dotalux.com>
2016-09-21Fixed a wrong check in the SA_FREECAST handling codeHaru1-2/+2
- Don't skip the check for Free Cast's absence unless the cast skill's INF2_FREE_CAST_* flags aren't unset. - Follow-up to 19a06cae9a03ae7c390db18ca95b74bd6033dc4e - Fixes #1439 Signed-off-by: Haru <haru@dotalux.com>
2016-09-19Merge pull request #1438 from 4144/mapchecksHaru6-264/+732
Add missing checks in map server
2016-09-19Add missing checks into vending.cAndrei Karas1-10/+25
2016-09-19Add missing checks into unit.cAndrei Karas1-31/+69
2016-09-19Add missing checks into trade.cAndrei Karas1-5/+19
2016-09-19Add missing checks into storage.cAndrei Karas1-14/+39
2016-09-19Add missing checks into status.cAndrei Karas1-90/+239
2016-09-19Add missing checks into skill.cAndrei Karas1-114/+341
2016-09-18Merge pull request #1435 from HerculesWS/npc_removed_listAndrei Karas2-30/+29
Fixes for npc_removed_list and map_removed
2016-09-18Removed special handling of "clear" in npc->addsrcfile()Haru2-11/+9
- Use npc->clearsrcfile() instead. Signed-off-by: Haru <haru@dotalux.com>
2016-09-18Removed special handling of "all" by npc->delsrcfile()Haru1-12/+9
- Use npc->clearsrcfile() instead. Signed-off-by: Haru <haru@dotalux.com>
2016-09-18Restored handling of "all" in npc_removed_listHaru1-4/+8
- The feature was missing/incomplete since the conversion to libconfig - Fixes #1425 Signed-off-by: Haru <haru@dotalux.com>
2016-09-18Corrected some issues in the npc_removed_list and map_removed processingHaru1-4/+4
- Removed the unnecessary DB_OPT_RELEASE_KEY flag (we don't want to release the original key, but only the duplicate one, which is already managed by DB_OPT_DUP_KEY) - Added DB_OPT_NULL_DATA to the npc_removed_list DBMap (follow-up to 4aa5286, related #1430) Signed-off-by: Haru <haru@dotalux.com>